Browse Skills — Page 128
21,758 public skills · showing 12,701–12,800
- 100/100
model-fallback
aAAaqwq/AGI-Super-Team
模型自动降级与故障切换。当主模型请求失败、超时、达到速率限制或配额耗尽时,自动切换到备用模型,确保服务连续性。支持多供应商、多优先级的智能模型选择,提供健康监控、自动重试和错误恢复机制。
- 100/100
model-health-check
aAAaqwq/AGI-Super-Team
检查已配置模型供应商的连通性、延迟和可用性,用于快速诊断模型侧故障。
- 95/100
model-management
pollinations/pollinations
Add, update, or remove text/image/video models. Handles any provider.
- 100/100
model-merging
Orchestra-Research/AI-Research-SKILLs
Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task Arithmetic, linear merging, and production deployment strategies.
- 85/100
model-provider-manager
aAAaqwq/AGI-Super-Team
Unified LLM provider and model configuration, health monitoring, and key management
- 100/100
model-pruning
Orchestra-Research/AI-Research-SKILLs
Reduce LLM size and accelerate inference using pruning techniques like Wanda and SparseGPT. Use when compressing models without retraining, achieving 50% sparsity with minimal accuracy loss, or enabling faster inference on hardware accelerators. Covers unstructured pruning, structured pruning, N:M sparsity, magnitude pruning, and one-shot methods.
- 100/100
model-update
anthropics/financial-services
Update financial models with new data — quarterly earnings, management guidance, macro changes, or revised assumptions. Adjusts estimates, recalculates valuation, and flags material changes. Use after earnings, guidance updates, or when assumptions need refreshing. Triggers on "update model", "plug earnings", "refresh estimates", "update numbers for [company]", "new guidance", or "revise estimates".
- 100/100
model-usage
openclaw/openclaw
Summarize CodexBar local cost logs by model for Codex or Claude, including current or full breakdowns.
- 100/100
model-usage-linux
aAAaqwq/AGI-Super-Team
Track OpenClaw AI token usage and cost per model on Linux by parsing session JSONL files. Use when asked about: token usage, API cost, how much has been spent, which model was used most, usage summary, billing, cost breakdown. Linux replacement for the macOS-only model-usage/CodexBar skill.
- 100/100
modelry-automation
ComposioHQ/awesome-claude-skills
"Automate Modelry tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
modern-javascript-patterns
wshobson/agents
Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.
- 100/100
modern-javascript-patterns
diegosouzapw/awesome-omni-skills
Modern JavaScript Patterns workflow skill. Use this skill when the user needs Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
modern-javascript-patterns-v2
diegosouzapw/awesome-omni-skills
Modern JavaScript Patterns workflow skill. Use this skill when the user needs Comprehensive guide for mastering modern JavaScript (ES6+) features, functional programming patterns, and best practices for writing clean, maintainable, and performant code and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
modern-python
trailofbits/skills
Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.
- 100/100
modular-decomposition
tech-leads-club/agent-skills
Runs a sequenced monolith-to-modular pipeline that sizes and inventories components, finds shared domain duplication, addresses flattening and hierarchy issues, analyzes coupling, then groups components into candidate domain-aligned units, with optional embedded DDD strategic analysis for bounded contexts. Use when asking how to split a monolith, size components before extraction, find duplicated domain logic, clean up module hierarchy, measure coupling between modules, or group components into services. Do NOT use for phased extraction roadmaps or prioritization without the prior analysis steps (use decomposition-planning-roadmap after this pipeline), end-to-end legacy migration strategy writeups (use legacy-migration-planner), pure infrastructure capacity sizing, or when you only need DDD without the structural pipeline (install domain-analysis standalone).
- 100/100
modular-design-principles
tech-leads-club/agent-skills
>
- 100/100
module-1
langchain-ai/lca-deployment
Teaching instructions for Module 1 (LangGraph Deployment Architecture) — use when module_id is module-1
- 100/100
module-2
langchain-ai/lca-deployment
Teaching instructions for Module 2 (Using your deployment) — use when module_id is module-2
- 100/100
module-3
langchain-ai/lca-deployment
Teaching instructions for Module 3 (Dashboard) — use when module_id is module-3
- 100/100
module-4
langchain-ai/lca-deployment
Teaching instructions for Module 4 (Storage) — use when module_id is module-4
- 100/100
module-5
langchain-ai/lca-deployment
Teaching instructions for Module 5 (Authentication and Authorization) — use when module_id is module-5
- 100/100
module-6
langchain-ai/lca-deployment
Teaching instructions for Module 6 (Deepagents CLI) — use when module_id is module-6
- 100/100
module-registry
cloudflare/workerd
Load when working with the module registry in workerd — reading, modifying, debugging, or reviewing module resolution, compilation, evaluation, or registration code. Provides pointers to three reference documents covering the legacy registry, V8 module internals, and the new registry design.
- 100/100
moe-training
Orchestra-Research/AI-Research-SKILLs
Train Mixture of Experts (MoE) models using DeepSpeed or HuggingFace. Use when training large-scale models with limited compute (5× cost reduction vs dense models), implementing sparse architectures like Mixtral 8x7B or DeepSeek-V3, or scaling model capacity without proportional compute increase. Covers MoE architectures, routing mechanisms, load balancing, expert parallelism, and inference optimization.
- 95/100
mojo
TerminalSkills/skills
Expert guidance for Mojo, the programming language by Modular that combines Python's usability with C-level performance. Helps developers write high-performance AI/ML code, optimize numerical computations with SIMD and parallelism, and gradually port Python code to Mojo for orders-of-magnitude speedups.
- 100/100
mojo-gpu-fundamentals
modular/skills
The basics of how to program GPUs using Mojo. Use this skill in addition to mojo-syntax when writing Mojo code that targets GPUs or other accelerators. Use targeting code to NVIDIA, AMD, Apple silicon GPUs, or others. Use this skill to overcome misconceptions about how Mojo GPU code is written.
- 100/100
mojo-python-interop
modular/skills
Aids in writing Mojo code that interoperates with Python using current syntax and conventions. Use this skill in addition to mojo-syntax when writing Mojo code that interacts with Python, calls Python libraries from Mojo, or exposes Mojo types/functions to Python. Also use when the user wants to build Python extension modules in Mojo, wrap Mojo structs for Python consumption, or convert between Python and Mojo types.
- 100/100
mojo-syntax
modular/skills
Help to write Mojo code using current syntax and conventions. Always use this skill when writing any Mojo code, including when other Mojo-specific skills (e.g., mojo-gpu-fundamentals) also apply. Use when writing Mojo code, translating projects to Mojo, or otherwise generating Mojo. Use this skill to overcome misconceptions with how Mojo is written.
- 100/100
molecular_docking_pipeline
InternScience/scp
Molecular Docking Pipeline - Complete docking workflow: retrieve protein structure, predict binding pockets, prepare receptor, and dock ligand. Use this skill for structural biology tasks involving retrieve protein data by pdbcode run fpocket convert pdb to pdbqt dock quick molecule docking. Combines 4 tools from 2 SCP server(s).
- 100/100
molecular_fingerprint_analysis
InternScience/scp
Molecular Fingerprint Analysis - Fingerprint analysis: topology descriptors, structure complexity, similarity calculation, and AromaticityAnalysis. Use this skill for cheminformatics tasks involving calculate mol topology calculate mol structure complexity calculate smiles similarity AromaticityAnalyzer. Combines 4 tools from 2 SCP server(s).
- 100/100
molecular_visualization_suite
InternScience/scp
Molecular Visualization Suite - Visualize molecules: convert SMILES to formats, visualize molecule, visualize protein, visualize complex. Use this skill for chemical visualization tasks involving convert smiles to format visualize molecule visualize protein visualize complex. Combines 4 tools from 1 SCP server(s).
- 100/100
molecular-descriptors-calculation
InternScience/scp
Calculate advanced molecular descriptors including shape indices, connectivity indices, and structural features for QSAR and drug discovery.
- 100/100
molecular-dynamics
K-Dense-AI/scientific-agent-skills
Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein/small molecule systems, define force fields, run energy minimization and production MD, analyze trajectories (RMSD, RMSF, contact maps, free energy surfaces). For structural biology, drug binding, and biophysics.
- 100/100
molecular-format-conversion
InternScience/scp
Convert between molecular formats including SMILES, InChI, InChIKey, and SELFIES for cheminformatics applications.
- 100/100
molecular-properties-calculation
InternScience/scp
Calculate basic molecular properties from SMILES including molecular weight, formula, atom counts, and exact mass.
- 100/100
molecular-property-profiling
InternScience/scp
Comprehensive molecular property analysis covering basic info, hydrophobicity, H-bonding, structural complexity, topology, drug-likeness, charge distribution, and complexity metrics.
- 100/100
molecular-review-workflow
aipoch/medical-research-skills
Generates academic reviews for molecules in diseases using PubMed research. Invoke when user needs biomedical literature review with Vancouver citation format.
- 100/100
molecular-similarity-search
InternScience/scp
Search for similar molecules using Tanimoto similarity with Morgan fingerprints to identify structurally related compounds.
- 100/100
molfeat
K-Dense-AI/scientific-agent-skills
Molecular featurization for ML (100+ featurizers). ECFP, MACCS, descriptors, pretrained models (ChemBERTa), convert SMILES to features, for QSAR and molecular ML.
- 55/100
moltbook
elizaOS/eliza
The social network for AI agents. Post, comment, upvote, and create communities.
- 100/100
moltycash
BankrBot/skills
>
- 100/100
mom-test
guia-matthieu/clawfu-skills
"Extract honest customer insights by asking questions about their life instead of your idea. Master Rob Fitzpatrick's methodology for conversations that can't lie to you. Use when: **Before building anything** to validate if the problem is real and painful; **Customer discovery calls** to get honest feedback without leading questions; **Pivoting decisions** to understand if you should change direction; **Feature prioritization** to learn what customers actually need vs. say they want; **Pricin..."
- 100/100
monai
mkurman/zorai
Medical Open Network for AI (MONAI). Framework for deep learning in medical imaging: segmentation, classification, detection, registration. Supports DICOM, NIfTI, PNG. Built on PyTorch with GPU acceleration.
- 50/100
monday
vm0-ai/vm0-skills
Monday.com API for work management. Use when user mentions "Monday.com",
- 100/100
monday-automation
diegosouzapw/awesome-omni-skills
Monday.com Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monday-automation-v2
diegosouzapw/awesome-omni-skills
Monday.com Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Monday.com work management including boards, items, columns, groups, subitems, and updates via Rube MCP (Composio). Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monday-brief
anthropics/knowledge-work-plugins
Generates a one-page Monday morning briefing — cash, sales, pipeline, week ahead, top three to-dos. Accepts optional post destination and save-to arguments.
- 100/100
monetization
diegosouzapw/awesome-omni-skills
MONETIZATION - Do Produto ao Revenue workflow skill. Use this skill when the user needs Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monetization-v2
diegosouzapw/awesome-omni-skills
MONETIZATION - Do Produto ao Revenue workflow skill. Use this skill when the user needs Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monetization-v3
diegosouzapw/awesome-omni-skills
MONETIZATION - Do Produto ao Revenue workflow skill. Use this skill when the user needs Estrategia e implementacao de monetizacao para produtos digitais - Stripe, subscriptions, pricing experiments, freemium, upgrade flows, churn prevention, revenue optimization e modelos de negocio SaaS and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
moneybird-automation
ComposioHQ/awesome-claude-skills
"Automate Moneybird tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
mongodb
TerminalSkills/skills
>-
- 90/100
mongodb-attack
wgpsec/AboutSecurity
MongoDB 未授权访问与 NoSQL 注入利用。当发现目标开放 27017 端口、MongoDB 服务无认证、Web 应用使用 MongoDB 后端存在 NoSQL 注入、或需要从 MongoDB 提取数据时使用。覆盖未授权访问、数据库枚举与导出、NoSQL 注入($ne/$regex/$where/盲注)、JavaScript 执行(mapReduce/eval)、权限提升、GridFS 文件提取、配置文件凭据
- 100/100
mongoose
TerminalSkills/skills
>-
- 100/100
monitor
H-mmer/pentest-agents
Continuous monitoring agent for authorized bug bounty programs. Modes: 'baseline' captures initial state, 'check' detects changes, 'scope' re-syncs platform scope. Runs in background.
- 70/100
Monitor Kalshi
aaronjmars/aeon
Monitor specific Kalshi prediction markets for 24h price moves, volume changes, and top events
- 80/100
Monitor Polymarket
aaronjmars/aeon
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
- 100/100
Monitor Runners
aaronjmars/aeon
Find the top 5 tokens that ran hardest in the past 24h across major chains using GeckoTerminal
- 100/100
monitor-experiment
wanshuiyin/Auto-claude-code-research-in-sleep
Monitor running experiments, check progress, collect results. Use when user says "check results", "is it done", "monitor", or wants experiment output.
- 80/100
monitor-pipeline
TheBushidoCollective/han
Monitor a GitLab pipeline or job until completion, reporting status changes and failures in real-time
- 0/100
monitor-services
pollinations/pollinations
Health check and auto-restart all Pollinations GPU services (Flux/Z-Image on RunPod, LTX-2 on GH200, Klein on RunPod, legacy image on OVH, Sana on Oracle Cloud). Use with /loop for recurring checks.
- 70/100
monitoring-darkweb-sources
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
monitoring-observability
yonatangross/orchestkit
Monitoring and observability patterns for Prometheus metrics, Grafana dashboards, Langfuse v4 LLM tracing (as_type, score_current_span, should_export_span, LangfuseMedia), and drift detection. Use when adding logging, metrics, distributed tracing, LLM cost tracking, or quality drift monitoring.
- 40/100
monitoring-scada-modbus-traffic-anomalies
mukul975/Anthropic-Cybersecurity-Skills
>
- 100/100
monitoring-setup
686f6c61/alfred-dev
Configurar observabilidad del servicio. Activar cuando el usuario quiera configurar logging, integrar Sentry, implementar error tracking, definir metricas, configurar alertas, mejorar la observabilidad o monitorizar un servicio.
- 100/100
monitoring-setup-guide
mohitagw15856/pm-claude-skills
Write a monitoring setup guide for a service — defining what to measure, how to alert on it, and how to build the observability stack covering the four golden signals, business metrics, log strategy, distributed tracing, alerting rules, dashboard layout, and observability debt. Use when asked to set up monitoring for a service, define alerting strategy, write an observability plan, create a dashboard specification, or document logging standards for a team. Produces a metric definitions table, alert rules specification, dashboard layout wireframe, log schema, tracing setup checklist, and monitoring gap analysis.
- 100/100
monitoring-whale-activity
aAAaqwq/AGI-Super-Team
Track large cryptocurrency transactions and whale wallet movements across multiple blockchains. Monitor exchange inflows/outflows, manage watchlists,
- 80/100
monorepo
EpicenterHQ/epicenter
Monorepo scripts, package boilerplate, conventions. Use when: "how do I run", "bun run", "build this", "run tests", "typecheck", "create a new package", linting, scaffolding packages.
- 100/100
monorepo-architect
diegosouzapw/awesome-omni-skills
Monorepo Architect workflow skill. Use this skill when the user needs Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monorepo-architect-v2
diegosouzapw/awesome-omni-skills
Monorepo Architect workflow skill. Use this skill when the user needs Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup, and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monorepo-architecture
TheBushidoCollective/han
Use when designing monorepo structure, organizing packages, or migrating to monorepo architecture with architectural patterns for managing dependencies and scalable workspace configurations.
- 100/100
monorepo-management
diegosouzapw/awesome-omni-skills
Monorepo Management workflow skill. Use this skill when the user needs Build efficient, scalable monorepos that enable code sharing, consistent tooling, and atomic changes across multiple packages and applications and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monorepo-management
wshobson/agents
Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monorepos, optimizing builds, or managing shared dependencies.
- 100/100
monorepo-management-v2
diegosouzapw/awesome-omni-skills
Monorepo Management workflow skill. Use this skill when the user needs Build efficient, scalable monorepos that enable code sharing, consistent tooling, and atomic changes across multiple packages and applications and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monorepo-manager
TerminalSkills/skills
>-
- 100/100
monorepo-navigator
alirezarezvani/claude-skills
Navigate, manage, and optimize monorepos. Covers Turborepo, Nx, pnpm workspaces, and Lerna. Cross-package impact analysis, selective builds/tests on affected packages, remote caching, dependency graph visualization, and structured multi-repo to monorepo migrations. Use when setting up a new monorepo, optimizing CI for a large workspace, debugging cross-package dependency issues, or planning a multi-repo consolidation.
- 100/100
monorepo-tooling
TheBushidoCollective/han
Use when setting up monorepo tooling, optimizing builds, or migrating between tools with Turborepo, Nx, Bazel, Lerna for efficient task running, caching, and code generation.
- 100/100
monorepo-workflows
TheBushidoCollective/han
Use when setting up CI/CD, implementing versioning, optimizing workflows, or managing releases with monorepo development workflows including version management, publishing, and team collaboration practices.
- 100/100
monster-barring-attempt
yogsoth-ai/de-anthropocentric-research-engine
Attempt to exclude a counterexample as illegitimate by tightening definitions or preconditions (Lakatos monster-barring).
- 100/100
monte-carlo-analyze-root-cause
monte-carlo-data/mc-agent-toolkit
|
- 100/100
monte-carlo-asset-health
monte-carlo-data/mc-agent-toolkit
Check the health of a data table/asset using Monte Carlo. Activates on "how is table X", "check health of X", "is X healthy", "status of X", "check on X table", or any health/status question about a data asset.
- 100/100
monte-carlo-context-detection
monte-carlo-data/mc-agent-toolkit
Route data-related requests to the right Monte Carlo skill or workflow. USE WHEN alerts, incidents, data broken, stale, coverage gaps, data quality, or any ambiguous data observability request.
- 100/100
monte-carlo-incident-response
monte-carlo-data/mc-agent-toolkit
Orchestrate incident response — triage, root cause, remediate, prevent recurrence. USE WHEN active alerts, data broken, stale, pipeline failure, or investigate and fix a data incident.
- 100/100
monte-carlo-instrument-agent
monte-carlo-data/mc-agent-toolkit
Instrument a new AI agent in a Python codebase for Monte Carlo Agent Observability. Detects AI libraries, installs the Monte Carlo OpenTelemetry SDK, and proposes tracing setup and decorator placements as diffs. Asks before editing any file.
- 85/100
monte-carlo-manage-mac
monte-carlo-data/mc-agent-toolkit
Create, edit, validate, and import Monitors-as-Code YAML files. CLI-first; falls back to MC MCP tools, then manual validation.
- 100/100
monte-carlo-monitor-creation
diegosouzapw/awesome-omni-skills
Monte Carlo Monitor Creation Skill workflow skill. Use this skill when the user needs Guides creation of Monte Carlo monitors via MCP tools, producing monitors-as-code YAML for CI/CD deployment and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monte-carlo-monitor-creation-v2
diegosouzapw/awesome-omni-skills
Monte Carlo Monitor Creation Skill workflow skill. Use this skill when the user needs Guides creation of Monte Carlo monitors via MCP tools, producing monitors-as-code YAML for CI/CD deployment and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monte-carlo-monitoring-advisor
monte-carlo-data/mc-agent-toolkit
Analyze data coverage, create monitors for warehouse tables and AI agents. Covers coverage gaps, use-case analysis, data monitor creation, and agent observability.
- 100/100
monte-carlo-performance-diagnosis
monte-carlo-data/mc-agent-toolkit
|
- 100/100
monte-carlo-prevent
monte-carlo-data/mc-agent-toolkit
Shift-left safety net for dbt/SQL model edits. Runs change impact assessment before edits, generates SQL validation queries after, and executes them via `/mc-validate run`. Delegates health and monitor creation to peer skills.
- 100/100
monte-carlo-prevent-v2
diegosouzapw/awesome-omni-skills
Monte Carlo Prevent Skill workflow skill. Use this skill when the user needs Surfaces Monte Carlo data observability context (table health, alerts, lineage, blast radius) before SQL/dbt edits and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monte-carlo-proactive-monitoring
monte-carlo-data/mc-agent-toolkit
Guide users from coverage analysis to monitor creation. USE WHEN user asks what should I monitor, where are my gaps, improve coverage, or wants a systematic approach to monitoring across their data estate.
- 100/100
monte-carlo-push-ingestion
diegosouzapw/awesome-omni-skills
Monte Carlo Push Ingestion workflow skill. Use this skill when the user needs Expert guide for pushing metadata, lineage, and query logs to Monte Carlo from any data warehouse and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monte-carlo-push-ingestion-v2
diegosouzapw/awesome-omni-skills
Monte Carlo Push Ingestion workflow skill. Use this skill when the user needs Expert guide for pushing metadata, lineage, and query logs to Monte Carlo from any data warehouse and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monte-carlo-remediation
monte-carlo-data/mc-agent-toolkit
Investigate and remediate data quality alerts using Monte Carlo MCP tools. Runs root cause analysis, assesses blast radius, discovers available tools (MCP/CLI/API), proposes and executes fixes, or escalates with full context when uncertain.
- 100/100
monte-carlo-sampling
yogsoth-ai/de-anthropocentric-research-engine
Design and execute Monte Carlo sampling strategy for uncertainty propagation through a model.
- 100/100
monte-carlo-storage-cost-analysis
monte-carlo-data/mc-agent-toolkit
Analyze a warehouse for stale, unused, or redundant tables via the analyze_storage_costs MCP tool. Classifies waste patterns and table categories, computes safety tiers, and handles category drill-downs and lineage follow-ups.
- 100/100
monte-carlo-validation-notebook
diegosouzapw/awesome-omni-skills
Setup workflow skill. Use this skill when the user needs Generates SQL validation notebooks for dbt PR changes with before/after comparison queries and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
monte-carlo-validation-notebook-v2
diegosouzapw/awesome-omni-skills
Setup workflow skill. Use this skill when the user needs Generates SQL validation notebooks for dbt PR changes with before/after comparison queries and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
month-end-prep
anthropics/knowledge-work-plugins
>
Page 128 of 218