50 skills
prompt-engineering
Passed all 3 security checksUse this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.
·0↓613
context-engineering
Passed all 3 security checksUnderstand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents prompts.
·0↓598
thought-based-reasoning
Passed all 3 security checksUse when tackling complex reasoning tasks requiring step-by-step logic, multi-step arithmetic, commonsense reasoning, symbolic manipulation, or problems where simple prompting fails - provides comprehensive guide to Chain-of-Thought and related prompting techniques (Zero-shot CoT, Self-Consistency, Tree of Thoughts, Least-to-Most, ReAct, PAL, Reflexion) with templates, decision matrices, and research-backed patterns
·0↓589
kaizen
Passed all 3 security checksUse when Code implementation and refactoring, architecturing or designing systems, process and workflow improvements, error handling and validation. Provide tehniquest to avoid over-engineering and apply iterative improvements.
·0↓572
test-driven-development
Passed all 3 security checksUse when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
·0↓562
reflect
Passed all 3 security checksReflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification
·0↓562
multi-agent-patterns
Passed all 3 security checksDesign multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.
·0↓559
critique
Passed all 3 security checksComprehensive multi-perspective review using specialized judges with debate and consensus building
·0↓558
update-docs
Passed all 3 security checksUpdate and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.
·0↓557
subagent-driven-development
Passed all 3 security checksUse when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
·0↓556
judge-with-debate
Passed all 3 security checksEvaluate solutions through multi-round debate between independent judges until consensus
·0↓554
sdd:plan
Passed all 3 security checksRefine, parallelize, and verify a draft task specification into a fully planned implementation-ready task
·0↓550
plan-task
Passed all 3 security checksRefine, parallelize, and verify a draft task specification into a fully planned implementation-ready task
·0↓541
analyse
Passed all 3 security checksAuto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target
·0↓540
plan-do-check-act
Passed all 3 security checksIterative PDCA cycle for systematic experimentation and continuous improvement
·0↓524
analyze-issue
Passed all 3 security checksAnalyze a GitHub issue and create a detailed technical specification
·0↓524
do-competitively
Passed all 3 security checksExecute tasks through competitive multi-agent generation, meta-judge evaluation specification, multi-judge evaluation, and evidence-based synthesis
·0↓523
apply-anthropic-skill-best-practices
Passed all 3 security checksComprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure
·0↓523
create-rule
Passed all 3 security checks·0↓522
create-pr
Passed all 3 security checksCreate pull requests using GitHub CLI with proper templates and formatting
·0↓521
setup-serena-mcp
Passed all 3 security checksGuide for setup Serena MCP server for semantic code retrieval and editing capabilities
·0↓521
cause-and-effect
Passed all 3 security checksSystematic Fishbone analysis exploring problem causes across six categories
·0↓520
review-pr
Passed all 3 security checksComprehensive pull request review using specialized agents
·0↓517
attach-review-to-pr
Passed all 3 security checksAdd line-specific review comments to pull requests using GitHub CLI API
·0↓515
create-agent
Passed all 3 security checksComprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns
·0↓514
customaize-agent:prompt-engineering
Passed all 3 security checksUse this skill when you writing commands, hooks, skills for Agent, or prompts for sub agents or any other LLM interaction, including optimizing prompts, improving LLM outputs, or designing production prompt templates.
·0↓512
load-issues
Passed all 3 security checksLoad all open issues from GitHub and save them as markdown files
·0↓512
setup-codemap-cli
Passed all 3 security checksGuide for setup Codemap CLI for intelligent codebase visualization and navigation
·0↓512
code-review:review-local-changes
Passed all 3 security checksComprehensive review of local uncommitted changes using specialized agents with code improvement suggestions
·0↓511
status
Passed all 3 security checksDisplay the current state of the FPF knowledge base
·0↓511
propose-hypotheses
Passed all 3 security checksExecute complete FPF cycle from hypothesis generation to decision
·0↓511
git-worktrees
Passed all 3 security checksUse when working on multiple branches simultaneously, context switching without stashing, reviewing PRs while developing, testing in isolation, or comparing implementations across branches - provides git worktree commands and workflow patterns for parallel development with multiple working directories.
·0↓511
create-command
Passed all 3 security checksInteractive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
·0↓510
build-mcp
Passed all 3 security checksGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
·0↓510
decay
Passed all 3 security checksManage evidence freshness by identifying stale decisions and providing governance actions
·0↓510
reset
Passed all 3 security checksReset the FPF reasoning cycle to start fresh
·0↓510
create-hook
Passed all 3 security checksCreate and configure git hooks with intelligent project analysis, suggestions, and automated testing
·0↓510
sdd:brainstorm
Passed all 3 security checksUse when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
·0↓509
setup-arxiv-mcp
Passed all 3 security checksGuide for setup arXiv paper search MCP server using Docker MCP
·0↓508
query
Passed all 3 security checksSearch the FPF knowledge base and display hypothesis details with assurance information
·0↓507
create-workflow-command
Passed all 3 security checksCreate a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts
·0↓507
setup-context7-mcp
Passed all 3 security checksGuide for setup Context7 MCP server to load documentation for specific technologies.
·0↓504
git-notes
Passed all 3 security checksUse when adding metadata to commits without changing history, tracking review status, test results, code quality annotations, or supplementing commit messages post-hoc - provides git notes commands and patterns for attaching non-invasive metadata to Git objects.
·0↓504
sdd:add-task
Passed all 3 security checkscreates draft task file in .specs/tasks/draft/ with original user intent
·0↓503
sdd:create-ideas
Passed all 3 security checksGenerate ideas in one shot using creative sampling
·0↓502
tdd:test-driven-development
Passed all 3 security checksUse when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
·0↓501
reflexion:reflect
Passed all 3 security checksReflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification
·0↓484
reflexion:critique
Passed all 3 security checksComprehensive multi-perspective review using specialized judges with debate and consensus building
·0↓482
code-review:review-pr
Passed all 3 security checksComprehensive pull request review using specialized agents
·0↓482
docs:update-docs
Passed all 3 security checksUpdate and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation.
·0↓481