Display full ecosystem cockpit with dependency graph, repo health, and proactive alerts. The airplane cockpit that sees everything across all repos.
Poll all active worker inboxes and surface the events that need operator attention (questions, done, errors).
CockroachDB integration. Manage data, records, and automate workflows. Use when the user wants to interact with CockroachDB data.
Use when writing, generating, or optimizing SQL for CockroachDB, designing CockroachDB schemas, or when the user asks about CockroachDB-specific SQL patterns, type mappings, and…
Professional mixologist with expertise in classic cocktails, modern techniques, and home bar setup
A Cashu ecash wallet CLI for Bitcoin and Lightning payments. Use when managing Cashu tokens, sending/receiving payments via Lightning (bolt11) or ecash, or viewing wallet history.
Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate f — from…
Comprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate f — from…
Analyze the impact of staged git changes against the committed Cortex function knowledge graph — shows which downstream functions are affected before you commit
Enables Claude to create and manage documents with tables and automation in Coda via Playwright MCP
Automate Coda tasks via Rube MCP (Composio): manage docs, pages, tables, rows, formulas, permissions, and publishing. Always search tools first for current schemas.
Codacy integration. Manage Repositories, Organizations. Use when the user wants to interact with Codacy data.
Automate Codacy tasks via Rube MCP (Composio). Always search tools first for current schemas. — from general/automation
Codat integration. Manage Companies, Accounts, Bills, Invoices, Payments, Suppliers and more. Use when the user wants to interact with Codat data.
Compare two similar implementations, surface differences, and suggest a unified design. Use when the user asks to align, reconcile, harmonize, or compare two pieces of similar…
Check if code is readable by non-developers - clear names, plain English comments, no jargon
Analyze codebase for patterns, issues, and improvements. Enforces analysis standards while incorporating user-specific requirements.
Análise estática de código para identificar code smells, complexidade ciclomática, duplicações, violações de padrões, acoplamento excessivo, e métricas de qualidade.
Systematic techniques for reading and understanding unfamiliar legacy code without documentation
Generates architectural diagrams (PlantUML, Mermaid) for the Java project using the Code Atlas Gradle plugin.
Vigil Guard v2.0.0 project-specific code audit context. Maps 10 audit categories to specific directories, files, and technologies.
Test skill with example code blocks that should NOT be detected as real references
Analyze and map code structure, data flow, and dependencies in legacy codebases. Use for understanding call stacks, dependency trees, side effects, risk profiles, and generating…
Map source file structure into navigable sections with line ranges and summaries for efficient agent navigation
兩模式工具 — Mode A 掃 codebase / SKILL.md / prompt 找重複/命名/模組/過長 4 類技術債;Mode B 跑 repo audit 檢查私公版 sync / release 一致性 / cross-link / 版本標記漂移 4 維度。觸發詞:「清理 code」「找重複」「重構」「模組化」「review…
Code Climate (Qlty) integration. Manage Repositories, Organizations. Use when the user wants to interact with Code Climate (Qlty) data.
Use specific checklists to ensure comprehensive and high-quality code commenting for general code, data declarations, and program structures.
Apply strategic approaches to code commenting including when to comment, optimal comment density, performance considerations, and integration with development workflow.
Detect architectural clusters in the codebase using community detection on the code knowledge graph. Shows module boundaries, cohesion, and coupling warnings.
Connects Figma design components to code components using Code Connect. Use when user says "code connect", "connect this component to code", "connect Figma to code", "map this…
Detect over-engineering and YAGNI violations. Stricter than /review. Use when asked to "critique my code", "find over-engineering", or "check for unnecessary complexity".
Identifies, categorizes, and articulates code issues with brutal honesty and quantifiable specificity.
Lifecycle debug Go/Rust/TS — symptom→reproduction→root cause→fix→regression test. Evidence-first (cites cmd output or stack frame).
Найди баг в коде! Интерактивная игра для тренировки отладки с 3 уровнями сложности. Используй когда пользователь просит "найди баг", "потренироваться в отладке" или хочет…
Near code_dev harness — Explore, Read, Author phases with outline-first context discipline.
Writing effective code documentation - API docs, README files, inline comments, and technical guides. Use for documenting codebases, APIs, or writing developer guides.
Code Documentation Analyzer - Auto-activating skill for Technical Documentation. Triggers on: code documentation analyzer, code documentation analyzer Part of the Technical…
Documentation de code avec commentaires, docstrings et annotations de qualité. Se déclenche avec "documenter mon code", "commentaires", "docstring", "JSDoc", "XML doc", " — from…
Code Dx integration. Manage data, records, and automate workflows. Use when the user wants to interact with Code Dx data.
Deep expertise in code-specific embedding models — voyage-code-3, jina-embeddings-v2-base-code, jina-code-embeddings, CodeRankEmbed, GraphCodeBERT.
Interactive Claude Code environment setup wizard. Detects existing configuration, guides through best-practice setup for Global CLAUDE.md, project scaffolding, MCP servers, hooks,…
Find real-world code examples across millions of GitHub repositories. Use when the user wants to see how others implement something, find usage patterns, or discover code examples…
Synchronize and verify code examples in documentation. Use when function signatures change, API interfaces update, imports shift, or documentation snippets become outdated and…
7 code execution skills. Trigger: running code, interactive notebooks, Jupyter, Colab, sandboxed execution.
Handle code execution failures with fallback strategies and anchored workspace paths
Troubleshooting guide for Code Executor MCP issues - diagnose hanging, import errors, and connection problems
Generate detailed code explanations with visual diagrams and step-by-step breakdowns
Explain complex code to team members in clear, understandable terms for effective knowledge shari...
Use when explaining code, concepts, or system behavior to a specific audience level - provides a structured explanation workflow with depth control and validation steps.
Trace code execution path before implementing fixes. Forces understanding of fn(args, deps) flows, Result types, and workflow composition.
Trace code execution paths and data flow. Use when user asks "how does X work", "what happens when X", "trace the flow of X", "where does data come from", or needs to understand…
Format code on the current branch using Biome. Use when asked to format, lint, or clean up code before committing or creating a PR.
Context-efficient codebase navigation and documentation using structured frontmatter headers. Use this when exploring an unfamiliar codebase, answering "where is X / how does Y…
Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.
Context-aware routing to code generation workflows including SwiftGen, Sourcery, Feature Flags, and Protobuf.
Use when user wants to vendor a slice of a library into their project as inline source — copy only the code actually used, trim the rest, keep the ability to re-sync from upstream…
AST-based code graph for fast symbol lookup, dependency analysis, and blast radius via codebase-memory-mcp MCP server
Systematischer Code-Wächter für Scope-Verständnis, Deduplizierung, Architektur-Passung und Clean Code mit Unterstützung durch Knip, Ast-Grep und JSCPD
Detect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.
Harden code by improving type safety, runtime validation, logging, and error handling. Use when the user asks to harden, productionize, add validation, tighten types, or improve…