- Home
- /
- Categories
- /
- ML Ops
ML Ops
Machine learning operations
creating-financial-models
by ronnycoding
This skill provides an advanced financial modeling suite with DCF analysis, sensitivity testing, Monte Carlo simulations, and scenario planning for investment decisions
gemini-imagegen
by ratacat
This skill should be used when generating and editing images using the Gemini API (Nano Banana Pro). It applies when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
plan-down
by VCnoC
Method clarity-driven planning workflow using zen-mcp tools (chat, planner, consensus). Phase 0 uses chat to judge if user provides clear implementation method. Four execution paths based on automation_mode × method clarity - Interactive/Automatic × Clear/Unclear. All paths converge at planner for task decomposition. Produces complete plan.md file. Use when user requests "create a plan", "generate plan.md", "use planner for planning", "help me with task decomposition", or similar planning tasks.
affective-taxis
by plurigrid
"Affective valence as directional derivative of interoceptive energy landscape (Sennesh & Ramstead 2025)"
aeon
by plurigrid
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.
active-inference-robotics
by plurigrid
"Second-order skill synthesizing Patrick Kenny's discrete active inference framework with K-Scale's JAX/MuJoCo robotics stack for predictive coding in robot locomotion"
grey-haven-evaluation
by greyhaven-ai
"Evaluate LLM outputs with multi-dimensional rubrics, handle non-determinism, and implement LLM-as-judge patterns. Essential for production LLM systems. Use when testing prompts, validating outputs, comparing models, or when user mentions 'evaluation', 'testing LLM', 'rubric', 'LLM-as-judge', 'output quality', 'prompt testing', or 'model comparison'."
garmin-connect
by eddmann
Query Garmin Connect fitness and health data including activities, athlete stats, sleep, heart rate, stress, and body battery. Use when the user asks about Garmin data, workouts, training, or health metrics.
kotlin-context-di
by anderssv
Manual dependency injection using SystemContext (production) and TestContext (test doubles) patterns for Kotlin. Use when structuring service dependencies, wiring application components, or creating test contexts without DI frameworks.
multiplayer-building
by Bbeierle12
Networking systems for multiplayer building games. Use when implementing networked construction, delta synchronization, client prediction, or conflict resolution. Server-authoritative model with optimistic client prediction for responsive gameplay.
case-studies-reference
by Bbeierle12
Game building mechanics case studies and decision frameworks. Use when designing building systems, evaluating trade-offs, or learning from existing games. Reference-only skill with detailed analysis of Fortnite, Rust, Valheim, Minecraft, No Man's Sky, and Satisfactory building systems.
domain-modeling
by proflead
Model domains and bounded contexts for complex systems. Use when a senior developer needs domain-driven design guidance.
four-fits
by breethomas
Find which fit is broken before you burn cash scaling. Brian Balfour's framework for validating sustainable growth readiness.
ai-health-check
by breethomas
Pre-launch health check that blocks you from shipping broken AI features. Grades 6 dimensions (model selection, data quality, cost, monitoring, failure UX, optimization).
pm-frameworks
by breethomas
Expert knowledge of proven product management frameworks for discovery, growth, measurement, planning, and AI-era practices.
ask
by doodledood
Single-model consultation using consultant agent. Defaults to gpt-5.2-pro.
ask-council
by doodledood
Multi-model ensemble consultation. Runs 3 models in parallel for diverse perspectives.
Local LLM Integration Skill
by markus41
Timeout errors Increase client timeout, use streaming
Ollama Mastery Skill
by markus41
Ollama Model Library
claude-code-agent-patterns
by vinnie357
Activate when creating or modifying Claude Code agents with proper architecture patterns, tool selection, and extended context integration
FAL Video Skill
by idanbeck
#video #ai #fal #kling #luma #film
compress-prompt
by doodledood
'Compresses prompts/skills into minimal goal-focused instructions. Trusts the model, drops what it already knows, maximizes action space. Use when asked to compress, condense, or minimize a prompt.'
arcgis-3d-layers
by SaschaBrunnerCH
3D layer types including VoxelLayer, PointCloudLayer, IntegratedMeshLayer, glTF model imports, and 3D analysis components. Use for volumetric data, LiDAR visualization, and immersive 3D experiences.
check-context-communication
by dykyi-roman
Audits Bounded Context communication patterns. Checks Context Map relationships (Shared Kernel, ACL, Open Host), event vs direct calls, and anti-corruption layer usage.