| 8.6 | skills.sh | hook-developer hook-developer covers the complete input/output schema reference for claude code hooks, including 11 event types, registration patterns, type options (command/prompt), environment variables, exit code semantics, and testable code examples. |
| 8.2 | skills.sh | wiring wiring verification ensures infrastructure components are actually invoked in execution paths, not orphaned as dead code. covers entry point registration, call graph tracing, integration testing, and detection strategies with concrete examples. |
| 7.8 | skills.sh | math-help math-help maps five computational layers (sympy, z3, scratchpad, tutor, lean4) with concrete command examples and decision trees. covers symbolic algebra, constraint solving, reasoning verification, learning, and formal proofs. |
| 7.8 | skills.sh | tdd tdd covers test-driven development workflow emphasizing red-green-refactor cycle with strict enforcement of failing tests before implementation. guides multi-agent planning, test writing, minimal code generation, and validation phases. |
| 7.7 | skills.sh | agentica-server agentica-server covers local claude proxy setup, startup sequence, and debugging connection failures between sdk, server, and inference backend. includes health checks, common errors with fixes, and environment variable configuration. |
| 7.4 | skills.sh | security security provides a two-phase audit workflow covering injection attacks, authentication flaws, data protection, misconfigurations, and dependency vulnerabilities. scopes range from full codebase to single files, with optional verification and owasp top 10 reporting. |
| 7.3 | skills.sh | release release orchestrates a five-phase production workflow: security audit, e2e tests, human review, version bump, and documentation generation. supports major/minor/patch releases and hotfix paths with explicit blockers. |
| 7.3 | skills.sh | refactor refactor orchestrates a five-phase code improvement workflow (analyze, plan, implement, review, validate) using sequential agents with built-in review gates and test verification to minimize regression risk. |
| 7.2 | skills.sh | math math routes computation requests to specialized backends (sympy, z3, pint) based on intent, covering symbolic algebra, constraint solving, unit conversion, and topic explanations across 13 mathematical domains. |
| 7.2 | skills.sh | completion-check completion-check verifies that built infrastructure is actually integrated and executing within the system, not orphaned as dead code. focuses on tracing execution paths, confirming hook registration, and validating end-to-end functionality before marking work done. |
| 7.2 | skills.sh | mcp-chaining mcp-chaining documents a 5-tool research-to-implement pipeline with environment variable fixes, graceful degradation patterns, and a reference for tool naming across nia, ast-grep, morph, qlty, and git servers. |
| 7.2 | skills.sh | workflow-router workflow-router classifies user intent into four goal categories (research, plan, build, fix) and routes to specialist agents with configurable resource allocation. includes pre-execution confirmation and special-case handling for debug workflows. |
| 7.2 | skills.sh | modular-code modular-code provides concrete heuristics for right-sizing python files and splitting strategies, targeting codebases that exceed 500-2000 line thresholds. covers package structure, natural split points, and refactoring workflows. |
| 7.2 | skills.sh | search-router search-router routes code queries to the most token-efficient tool based on query type, prioritizing tldr search for symbols and call chains, ast-grep for structural patterns, and grep only as a last resort for literal matches. |
| 6.8 | skills.sh | research-external research-external guides users through structured external research workflows across docs, web, and apis, with branching question flows that map to focus modes (library, best-practices, general) and configurable depth and output formats. |
| 6.8 | skills.sh | explicit-identity explicit-identity enforces passing full identifiers through async and process boundaries to prevent race conditions. covers session tracking, span correlation, and ID type separation across distributed execution. |
| 6.8 | skills.sh | tldr-deep tldr-deep performs structured 5-layer analysis of functions via ast extraction, call graphs, control flow, data flow, and program slicing. designed for debugging and understanding complex code paths. |
| 6.8 | skills.sh | research-agent research-agent gathers external documentation and best practices using three mcp tools (nia, perplexity, firecrawl), synthesizes findings into structured handoff documents, and explicitly handles partial failures across sources. |
| 6.8 | skills.sh | help help provides interactive workspace discovery routing users to relevant skills, workflows, agents, and tools based on their stated goal. covers codebase exploration, bug fixing, feature building, formal verification, and configuration. |
| 6.8 | skills.sh | fix fix orchestrates multi-phase bug resolution workflows across four scopes (bug, hook, deps, pr-comments), routing through specialized agents for investigation, diagnosis, implementation, testing, and commit with mandatory human checkpoints and premortem risk assessment. |
| 6.8 | skills.sh | test orchestrates three-phase testing (diagnostics, parallel unit/integration, sequential e2e) with type-checking pre-flight and scope flexibility for feature-level or full-suite validation. |
| 6.3 | skills.sh | recall-reasoning recall-reasoning queries artifact indexes and git reasoning files to surface past decisions, successful approaches, and failure patterns. helps avoid repeating mistakes and follow proven patterns from prior work. |
| 6.3 | skills.sh | pint-compute pint-compute wraps the pint library for unit conversion, dimensional analysis, and unit-aware arithmetic. covers parsing, converting, calculating with units, and simplifying compound units into base or named forms. |
| 6.2 | skills.sh | compound-learnings compound-learnings harvests patterns from session caches and systematically converts them into rules, skills, hooks, or agent updates via frequency analysis and a categorization decision tree. |
| 6.2 | skills.sh | agentica-claude-proxy agentica-claude-proxy covers integration of agentica agents with claude code cli via a proxy server, with explicit guidance on tool permissions, sse streaming, repl format, and hallucination prevention. |
| 5.9 | skills.sh | agent-context-isolation agent-context-isolation establishes patterns for isolating subagent work from main conversation context via file-based coordination and background tasks, reducing token overhead from full transcript retrieval. |
| 5.7 | skills.sh | onboard onboard analyzes existing codebases to extract tech stack and project context, generating a yaml handoff ledger for persistent session state across agent invocations. |
| 5.4 | skills.sh | parallel-agent-contracts parallel-agent-contracts enforces type deduplication across concurrent code generation agents via explicit ownership mapping, pre-creation grep checks, and mandatory typescript verification gates. |
| 5.2 | skills.sh | reference-sdk reference-sdk provides guidance on checking external SDK implementations via btca ask to learn patterns for streaming, tool calling, and validation. three preconfigured resources (vercel-ai, anthropic-sdk, zod) plus extensible resource system. |
| 5.2 | skills.sh | hooks hooks documents a pattern for intercepting claude agent lifecycle events via shell and typescript, with event types and registration mechanics but sparse guidance on real-world implementation constraints. |
| 5.2 | skills.sh | sub-agents sub-agents provides templates and cli patterns for spawning isolated claude instances with custom prompts and tool restrictions, useful for task specialization and agent chaining workflows. |
| 4.9 | skills.sh | async-repl-protocol async-repl-protocol establishes conventions for writing code blocks in agentica's async repl harness, covering await syntax, single-block execution, and basic failure recovery patterns. |
| 4.9 | skills.sh | agentica-infrastructure agentica-infrastructure documents 11 multi-agent coordination patterns and their apis, with constructor signatures and class methods. lacks procedural depth, edge case handling, and trigger specificity for practical deployment. |
| 4.8 | skills.sh | skill-upgrader skill-upgrader orchestrates four parallel agents querying ragie partitions to convert arbitrary skills into decision theory v5 hybrid format. relies on external ragie infrastructure and assumes indexed textbooks. execution model is theoretical rather than concrete. |
| 4.8 | skills.sh | tldr-stats tldr-stats displays token usage, api costs, compression savings, and cache performance via a formatted dashboard. intended for monitoring tldr effectiveness and debugging hook/cache behavior within a session. |
| 4.5 | skills.sh | planning-agent planning-agent accepts conversation context and codebase state, then generates structured implementation plans with handoffs, but lacks specificity on decision logic and failure handling. |
| 4.3 | skills.sh | index-at-creation index-at-creation prescribes immediate artifact indexing via posttooluse hooks rather than batch operations, targeting scenarios where downstream logic requires prompt queryability. |
| 4.3 | skills.sh | firecrawl-scrape firecrawl-scrape extracts web page content via the firecrawl mcp server, supporting both direct url scraping and search-based discovery with configurable output formats. |
| 4.3 | skills.sh | describe-pr describe-pr generates pull request descriptions by reading repository templates and populating them with pr metadata, but lacks specificity on how descriptions are actually composed and what template sections are supported. |
| 4.2 | skills.sh | git-commits git-commits documents when to invoke a /commit skill wrapper instead of raw git commands, focusing on attribution removal and reasoning capture for claude-assisted development. |
| 4.2 | skills.sh | dead-code dead-code wraps tldr static analysis to identify unused functions and unreachable code across projects, with configurable entry point filtering but minimal guidance on interpretation or handling results. |
| 4.2 | skills.sh | resume-handoff resume-handoff attempts to reconstruct work context from handoff documents and linked artifacts, but lacks concrete validation steps, decision logic, and failure handling required for reliable handoff resumption. |
| 4.1 | skills.sh | create-handoff create-handoff guides writing context summaries for inter-session work transfer. incomplete procedure, minimal edge case handling, and vague guidance on document content structure itself. |
| 3.9 | skills.sh | nia-docs nia-docs wraps semantic search across 3000+ packages in npm, pypi, crates, and go registries. lacks clear intent definition, decision logic, and failure handling. |
| 3.9 | skills.sh | opc-architecture opc-architecture documents the design of orchestrated parallel claude, a hook and skill system layered atop claude code for multi-agent coordination via subprocess spawning and postgresql state management. |
| 3.8 | skills.sh | tour tour provides a warm welcome explaining claude's capabilities across code, memory, research, and specialized agents. it activates on capability questions and offers a structured overview with actionable next steps. |
| 3.2 | skills.sh | background-agent-pings background-agent-pings provides a pattern for launching background agents and reading their outputs via system reminders rather than polling. it covers basic workflow sequencing but lacks operational specifics. |
| 2.8 | skills.sh | no-task-output no-task-output documents why TaskOutput tool inflates context window and recommends using Task with synchronous mode instead. prescriptive but lacks actionable procedure. |
| 0.0 | skills.sh | remember Store a learning, pattern, or decision in the memory system for future recall |
| — | skills.sh | discovery-interview Deep interview process to transform vague ideas into detailed specs. Works for technical and non-technical users. |
| — | skills.sh | qlty-check Code quality checks, formatting, and metrics via qlty CLI |
| — | skills.sh | braintrust-tracing Braintrust tracing for Claude Code - hook architecture, sub-agent correlation, debugging |
| — | skills.sh | debug Debug issues by investigating logs, database state, and git history |
| — | skills.sh | skill-developer Meta-skill for creating and managing Claude Code skills |
| — | skills.sh | continuity-ledger Create or update continuity ledger for state preservation across clears |
| — | skills.sh | agentica-sdk Build Python agents with Agentica SDK - @agentic decorator, spawn(), persistence, MCP integration |
| — | skills.sh | review Comprehensive code review workflow - parallel specialized reviews → synthesis |
| — | skills.sh | mcp-scripts MCP Script Rules |
| — | skills.sh | debug-hooks Systematic hook debugging workflow. Use when hooks aren't firing, producing wrong output, or behaving unexpectedly. |
| — | skills.sh | repoprompt Use RepoPrompt CLI for token-efficient codebase exploration |
| — | skills.sh | explore Meta-skill for internal codebase exploration at varying depths (quick/deep/architecture) |
| — | skills.sh | agentica-spawn Spawn Agentica multi-agent patterns |
| — | skills.sh | morph-apply Fast file editing via Morph Apply API (10,500 tokens/sec, 98% accuracy) |
| — | skills.sh | commit Create git commits with user approval and no Claude attribution |
| — | skills.sh | implement_plan_micro implement_plan_micro — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | search-tools Search Tool Hierarchy |
| — | skills.sh | braintrust-analyze Analyze Claude Code sessions via Braintrust |
| — | skills.sh | morph-search Fast codebase search via WarpGrep (20x faster than grep) |
| — | skills.sh | tldr-overview Get a token-efficient overview of any project using the TLDR stack |
| — | skills.sh | tdd-migration-pipeline Orchestrator-only workflow for migrating/rewriting codebases with full TDD and agent delegation |
| — | skills.sh | repo-research-analyst Analyze repository structure, patterns, conventions, and documentation for understanding a new codebase |
| — | skills.sh | premortem Identify failure modes before they occur using structured risk analysis |
| — | skills.sh | environment-triage Environment Triage |
| — | skills.sh | skill-development Skill Development Rules |
| — | skills.sh | shapely-compute Computational geometry with Shapely - create geometries, boolean operations, measurements, predicates |
| — | skills.sh | math-router Deterministic router for math cognitive stack - maps user intent to exact CLI commands |
| — | skills.sh | ast-grep-find AST-based code search and refactoring via ast-grep MCP |
| — | skills.sh | prove Formal theorem proving with research, testing, and verification phases |
| — | skills.sh | router-first-architecture Router-First Architecture |
| — | skills.sh | agent-orchestration Agent Orchestration Rules |
| — | skills.sh | build Workflow orchestrator that chains existing skills for feature development |
| — | skills.sh | tldr-router Maps questions to the optimal tldr command. Use this to pick the right layer |
| — | skills.sh | tdd-migrate TDD workflow for migrations - orchestrate agents, zero main context growth |
| — | skills.sh | cli-reference Claude Code CLI commands, flags, headless mode, and automation patterns |
| — | skills.sh | observe-before-editing Observe Before Editing |
| — | skills.sh | graceful-degradation Graceful Degradation with Helpful Messages |
| — | skills.sh | validate-agent Validation agent that validates plan tech choices against current best practices |
| — | skills.sh | implement_plan implement_plan — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | implement_task implement_task — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | mot System health check (MOT) for skills, agents, hooks, and memory |
| — | skills.sh | perplexity-search AI-powered web search, research, and reasoning via Perplexity |
| — | skills.sh | loogle-search Search Mathlib for lemmas by type signature pattern |
| — | skills.sh | parallel-agents Parallel Agent Orchestration |
| — | skills.sh | system-overview Show users how Continuous Claude works - the opinionated setup with hooks, memory, and coordination |
| — | skills.sh | migrate Migration workflow - research → analyze → plan → implement → review |
| — | skills.sh | llm-tuning-patterns LLM Tuning Patterns |
| — | skills.sh | idempotent-redundancy Idempotent Redundancy |
| — | skills.sh | agentic-workflow Agentic Workflow Pattern |
| — | skills.sh | slash-commands slash-commands — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | tldr-code Token-efficient code analysis via 5-layer stack (AST, Call Graph, CFG, DFG, PDG). 95% token savings. |
| — | skills.sh | complete-skill A complete skill for E2E testing |
| — | skills.sh | research Document codebase as-is with thoughts directory for historical context |
| — | skills.sh | qlty-during-development qlty-during-development — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | search-hierarchy Search Tool Hierarchy |
| — | skills.sh | no-polling-agents no-polling-agents — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | agentica-prompts Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity |
| — | skills.sh | recall recall — an installable skill for AI agents, published by parcadei/continuous-claude-v3. |
| — | skills.sh | github-search Search GitHub code, repositories, issues, and PRs via MCP |