github.com/Jamie-BitFlight/claude_skills
Skill | Added | Review |
|---|---|---|
fact-check Verify claims in backlog items, skill documentation, or plugin content against primary sources using web lookups. Spawns parallel verification agents that MUST use WebFetch/WebSearch/gh — training data recall is explicitly rejected as evidence. Produces VERIFIED/REFUTED/INCONCLUSIVE verdicts with citations. Triggers on "fact check", "verify claims", "check against primary sources", or when backlog items are marked UNVERIFIED. | 69 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 4e61312 | |
planner-rt-ica Runs information completeness pre-pass before task decomposition and plan generation. Use when grooming backlog items, generating plans, decomposing tasks under uncertainty, or working in brownfield and refactor scenarios. Localizes missing inputs to affected tasks only — does not block plan generation. Produces completeness summary (APPROVED-FOR-PLANNING, APPROVED-WITH-GAPS, or BLOCKED-FOR-PLANNING), missing input report with dependency mapping, required unblock actions, and planning annotations for downstream tasks. Non-blocking sister to dh:rt-ica — use dh:rt-ica at the S2 implementation gate where missing inputs must halt execution. | 67 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
find-cause Wrap investigation requests with evidence-chain discipline. Use when the user asks to find out why something happens, look into something, research a root cause, debug an issue, or investigate unexpected behavior. Transforms vague investigation requests into reproducible-proof investigations. Invoke with /find-cause <description of what to investigate>. | 45 1.89x Agent success vs baseline Impact 74% 1.89xAverage score across 6 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 4e61312 | |
clear-cove-task-design Use when orchestration or planning agents are producing task plans, task prompts, or TASK.md instructions that must be unambiguous, verifiable, and resistant to hallucination. Applies CLEAR (Concise, Logical, Explicit, Adaptive, Reflective) to structure and write agent task files, then adds CoVe (Chain of Verification) checks where accuracy risk is meaningful. Activates on draft task prompts, swarm plans, migration tasks, and multi-step plans requiring independently executable steps. | 67 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
agent-creator Create high-quality Claude Code agents from scratch or by adapting existing agents as templates. Use when the user wants to create a new agent, modify agent configurations, build specialized subagents, or design agent architectures. Guides through requirements gathering, template selection, and agent file generation following Anthropic best practices (v2.1.63+). | 66 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
how-to-delegate Scientific delegation framework for orchestrators — provide observations and success criteria while preserving agent autonomy. Use when assigning work to sub-agents, before invoking the Agent tool, or when preparing delegation prompts for specialist agents. | 59 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
skill-research-process Systematic process for building comprehensive Claude Code skills using parallel research agents. Triggers on "research for skill", "build skill from docs", "create comprehensive skill", or when needing to gather extensive documentation from official sources before skill creation. | 64 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 4e61312 | |
clang-format Configure clang-format code formatting. Use when: user mentions clang-format or .clang-format, analyzing code style/patterns, creating/modifying formatting config, troubleshooting formatting, brace styles/indentation/spacing/alignment/pointer alignment, or codifying conventions. | 72 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
conventional-commits When writing a git commit message. When task completes and changes need committing. When project uses semantic-release, commitizen, git-cliff. When choosing between feat/fix/chore/docs types. When indicating breaking changes. When generating changelogs from commit history. | 52 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
add-doc-updater Add automated documentation updater to any Claude skill. Creates a Python sync script that downloads upstream docs, processes markdown for AI consumption, and maintains local cache with configurable refresh. Collects template variables, then delegates implementation through 5-phase workflow. Use when adding auto-updating reference documentation to plugins or skills. | 67 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 4e61312 | |
agent-capability-analyzer Runs the description-drift experiment — spawns all Claude Code agents simultaneously to collect self-reported capabilities, then compares them against static frontmatter descriptions to reveal how reliable orchestrator routing based on descriptions actually is. Use when measuring description drift across the agent fleet, re-running the capability collection experiment, analyzing a specific agent's self-reported capabilities, or auditing whether frontmatter descriptions accurately reflect agent behavior. | 72 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
commitlint When setting up commit message validation for a project. When project has commitlint.config.js or .commitlintrc files. When configuring CI/CD to enforce commit format. When extracting commit rules for LLM prompt generation. When debugging commit message rejection errors. | 43 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
research-curator Manage research entries in ./research/ — create, refresh, and validate. Use when asked to add a tool, "document this", "research this", "refresh this research", "validate research entries", or given a tool URL. Modes: default (single URL), --batch (multiple URLs in parallel), --rerun (refresh stale entries), --validate (structural check and auto-fix). | 66 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 4e61312 | |
orchestrator-discipline Orchestrator context window discipline enforcement. Prevents the orchestrator from reading source files it will not edit, running diagnostic commands that waste context, and rationalizing delegation bypasses. Use when setting up orchestrator guardrails, reviewing delegation discipline, or diagnosing context window waste in multi-agent workflows. Activates PreToolUse hooks that surface decision points before source file reads and diagnostic command execution. | 74 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
brainstorming-skill You MUST use this before any creative work - creating features, building components, adding functionality, modifying behavior, or when users request help with ideation, marketing, and strategic planning. Explores user intent, requirements, and design before implementation using 30+ research-validated prompt patterns. | 62 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
fastmcp-python-tests Write and evaluate effective Python tests using pytest. Use when writing tests, reviewing test code, debugging test failures, or improving test coverage. Covers test design, fixtures, parameterization, mocking, and async testing. | 68 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
gitlab-skill GitLab CI/CD pipeline configuration and GLFM documentation expertise. Use when modifying .gitlab-ci.yml, optimizing pipelines, testing with gitlab-ci-local, writing GitLab README/Wiki content, configuring Docker-in-Docker workflows, or implementing CI Steps composition. | 63 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 4e61312 | |
agentskills Agent Skills Open Standard reference (agentskills.io). Use when creating portable skills for Claude Code, Cursor, Gemini CLI, OpenAI Codex, VS Code, Roo Code, and 20+ compatible agents. Covers frontmatter schema, naming rules, directory structure, progressive disclosure, validation, and authoring. Load before creating cross-agent skills. | 70 Impact — No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4e61312 | |
fastmcp-creator Use when building, extending, or debugging FastMCP v3 Python MCP servers. Activates on FastMCP tool/resource/prompt creation, provider and transform implementation (CodeMode, Tool Search), auth setup (MultiAuth, PropelAuth), client SDK usage, nginx reverse proxy deployment, Prefab Apps, and testing. Grounded in local v3.1 docs — zero speculation. | 75 Impact — No eval scenarios have been run Securityby Advisory Suggest reviewing before use Reviewed: Version: 4e61312 | |
session-historian Look up prior Claude Code sessions when context is lost or forgotten. Use when asked "what did we do before?", "what happened in the last session?", "I forgot what we were working on", "find what I told you about X", or any request to recall past conversation history, prior decisions, experiments, or outcomes. Searches raw JSONL transcripts from ~/.claude/projects/ via DuckDB index. Returns verbatim user messages and summarizes AI actions and sub-agent outcomes. Summaries cached at ~/.claude/kaizen/session-summaries/. | 72 Impact — No eval scenarios have been run Securityby Risky Do not use without reviewing Reviewed: Version: 4e61312 |