diff --git a/plugins/code-review/skills/review-local-changes/SKILL.md b/plugins/code-review/skills/review-local-changes/SKILL.md index 4483445..57cb615 100644 --- a/plugins/code-review/skills/review-local-changes/SKILL.md +++ b/plugins/code-review/skills/review-local-changes/SKILL.md @@ -1,7 +1,7 @@ --- -name: code-review:review-local-changes +name: review-local-changes description: Comprehensive review of local uncommitted changes using specialized agents with code improvement suggestions -allowed-tools: ["Bash", "Glob", "Grep", "Read", "Task"] +allowed-tools: Bash, Glob, Grep, Read, Task disable-model-invocation: false argument-hint: "[review-aspects]" --- diff --git a/plugins/code-review/skills/review-pr/SKILL.md b/plugins/code-review/skills/review-pr/SKILL.md index 4ffc464..b63b4cc 100644 --- a/plugins/code-review/skills/review-pr/SKILL.md +++ b/plugins/code-review/skills/review-pr/SKILL.md @@ -1,5 +1,5 @@ --- -name: code-review:review-pr +name: review-pr description: Comprehensive pull request review using specialized agents argument-hint: "[review-aspects]" --- diff --git a/plugins/customaize-agent/skills/agent-evaluation/SKILL.md b/plugins/customaize-agent/skills/agent-evaluation/SKILL.md index 9c96e3b..30b4007 100644 --- a/plugins/customaize-agent/skills/agent-evaluation/SKILL.md +++ b/plugins/customaize-agent/skills/agent-evaluation/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:agent-evaluation +name: agent-evaluation description: Evaluate and improve Claude Code commands, skills, and agents. Use when testing prompt effectiveness, validating context engineering choices, or measuring improvement quality. --- diff --git a/plugins/customaize-agent/skills/apply-anthropic-skill-best-practices/SKILL.md b/plugins/customaize-agent/skills/apply-anthropic-skill-best-practices/SKILL.md index 69c949d..73fbf1e 100644 --- a/plugins/customaize-agent/skills/apply-anthropic-skill-best-practices/SKILL.md +++ b/plugins/customaize-agent/skills/apply-anthropic-skill-best-practices/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:apply-anthropic-skill-best-practices +name: apply-skill-best-practices description: Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure argument-hint: Optional skill name or path to skill being reviewed --- diff --git a/plugins/customaize-agent/skills/context-engineering/SKILL.md b/plugins/customaize-agent/skills/context-engineering/SKILL.md index e6faf9b..4c4b424 100644 --- a/plugins/customaize-agent/skills/context-engineering/SKILL.md +++ b/plugins/customaize-agent/skills/context-engineering/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:context-engineering +name: context-engineering description: Understand the components, mechanics, and constraints of context in agent systems. Use when writing, editing, or optimizing commands, skills, or sub-agents prompts. --- diff --git a/plugins/customaize-agent/skills/create-agent/SKILL.md b/plugins/customaize-agent/skills/create-agent/SKILL.md index d306b65..97eb821 100644 --- a/plugins/customaize-agent/skills/create-agent/SKILL.md +++ b/plugins/customaize-agent/skills/create-agent/SKILL.md @@ -1,7 +1,7 @@ --- -name: customaize-agent:create-agent +name: create-agent description: Comprehensive guide for creating Claude Code agents with proper structure, triggering conditions, system prompts, and validation - combines official Anthropic best practices with proven patterns -argument-hint: [agent-name] [optional description of agent purpose] +argument-hint: "[agent-name] [optional description of agent purpose]" allowed-tools: Read, Write, Glob, Grep, Bash(mkdir:*), Task --- diff --git a/plugins/customaize-agent/skills/create-command/SKILL.md b/plugins/customaize-agent/skills/create-command/SKILL.md index 0878de2..9010274 100644 --- a/plugins/customaize-agent/skills/create-command/SKILL.md +++ b/plugins/customaize-agent/skills/create-command/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:create-command +name: create-command description: Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration argument-hint: Optional command name or description of command purpose --- diff --git a/plugins/customaize-agent/skills/create-hook/SKILL.md b/plugins/customaize-agent/skills/create-hook/SKILL.md index d721622..db139d9 100644 --- a/plugins/customaize-agent/skills/create-hook/SKILL.md +++ b/plugins/customaize-agent/skills/create-hook/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:create-hook +name: create-hook description: Create and configure git hooks with intelligent project analysis, suggestions, and automated testing argument-hint: Optional hook type or description of desired behavior --- diff --git a/plugins/customaize-agent/skills/create-skill/SKILL.md b/plugins/customaize-agent/skills/create-skill/SKILL.md index c183893..b3a5237 100644 --- a/plugins/customaize-agent/skills/create-skill/SKILL.md +++ b/plugins/customaize-agent/skills/create-skill/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:create-skill +name: create-skill description: Guide for creating effective skills. This command should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization --- diff --git a/plugins/customaize-agent/skills/create-workflow-command/SKILL.md b/plugins/customaize-agent/skills/create-workflow-command/SKILL.md index cf1ce6e..d611f37 100644 --- a/plugins/customaize-agent/skills/create-workflow-command/SKILL.md +++ b/plugins/customaize-agent/skills/create-workflow-command/SKILL.md @@ -1,7 +1,7 @@ --- -name: customaize-agent:create-workflow-command +name: create-workflow-command description: Create a workflow command that orchestrates multi-step execution through sub-agents with file-based task prompts -argument-hint: [workflow-name] [description] +argument-hint: "[workflow-name] [description]" allowed-tools: Read, Write, Glob, Grep, Bash(mkdir:*) --- diff --git a/plugins/customaize-agent/skills/prompt-engineering/SKILL.md b/plugins/customaize-agent/skills/prompt-engineering/SKILL.md index 03ef45e..dc3b1b7 100644 --- a/plugins/customaize-agent/skills/prompt-engineering/SKILL.md +++ b/plugins/customaize-agent/skills/prompt-engineering/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:prompt-engineering +name: prompt-engineering description: Use 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. --- diff --git a/plugins/customaize-agent/skills/test-prompt/SKILL.md b/plugins/customaize-agent/skills/test-prompt/SKILL.md index 0f9598b..5751942 100644 --- a/plugins/customaize-agent/skills/test-prompt/SKILL.md +++ b/plugins/customaize-agent/skills/test-prompt/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:test-prompt +name: test-prompt description: Use when creating or editing any prompt (commands, hooks, skills, subagent instructions) to verify it produces desired behavior - applies RED-GREEN-REFACTOR cycle to prompt engineering using subagents for isolated testing --- diff --git a/plugins/customaize-agent/skills/test-skill/SKILL.md b/plugins/customaize-agent/skills/test-skill/SKILL.md index 59f6d9f..13147fb 100644 --- a/plugins/customaize-agent/skills/test-skill/SKILL.md +++ b/plugins/customaize-agent/skills/test-skill/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:test-skill +name: test-skill description: Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes --- diff --git a/plugins/customaize-agent/skills/thought-based-reasoning/SKILL.md b/plugins/customaize-agent/skills/thought-based-reasoning/SKILL.md index 7cb4dc1..12488fe 100644 --- a/plugins/customaize-agent/skills/thought-based-reasoning/SKILL.md +++ b/plugins/customaize-agent/skills/thought-based-reasoning/SKILL.md @@ -1,5 +1,5 @@ --- -name: customaize-agent:thought-based-reasoning +name: thought-based-reasoning description: Use 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 --- diff --git a/plugins/ddd/skills/setup-code-formating/SKILL.md b/plugins/ddd/skills/setup-code-formating/SKILL.md index f52ef68..0b3d20a 100644 --- a/plugins/ddd/skills/setup-code-formating/SKILL.md +++ b/plugins/ddd/skills/setup-code-formating/SKILL.md @@ -1,5 +1,5 @@ --- -name: ddd:setup-code-formating +name: setup-code-formating description: Sets up code formatting rules and style guidelines in CLAUDE.md argument-hint: None required - creates standard formatting configuration --- diff --git a/plugins/ddd/skills/software-architecture/SKILL.md b/plugins/ddd/skills/software-architecture/SKILL.md index ee32f9b..7e8487f 100644 --- a/plugins/ddd/skills/software-architecture/SKILL.md +++ b/plugins/ddd/skills/software-architecture/SKILL.md @@ -1,5 +1,5 @@ --- -name: ddd:software-architecture +name: software-architecture description: Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development. --- diff --git a/plugins/docs/skills/update-docs/SKILL.md b/plugins/docs/skills/update-docs/SKILL.md index 6571be7..6f12ac4 100644 --- a/plugins/docs/skills/update-docs/SKILL.md +++ b/plugins/docs/skills/update-docs/SKILL.md @@ -1,5 +1,5 @@ --- -name: docs:update-docs +name: update-docs description: Update and maintain project documentation for local code changes using multi-agent workflow with tech-writer agents. Covers docs/, READMEs, JSDoc, and API documentation. argument-hint: Optional target directory, documentation type (api, guides, readme, jsdoc), or specific focus area --- diff --git a/plugins/docs/skills/write-concisely/SKILL.md b/plugins/docs/skills/write-concisely/SKILL.md index 6b3e79f..f20e2da 100644 --- a/plugins/docs/skills/write-concisely/SKILL.md +++ b/plugins/docs/skills/write-concisely/SKILL.md @@ -1,5 +1,5 @@ --- -name: docs:write-concisely +name: write-concisely description: Apply writing rules to any documentation that humans will read. Makes your writing clearer, stronger, and more professional. --- diff --git a/plugins/fpf/skills/actualize/SKILL.md b/plugins/fpf/skills/actualize/SKILL.md index 19dc2aa..a663e28 100644 --- a/plugins/fpf/skills/actualize/SKILL.md +++ b/plugins/fpf/skills/actualize/SKILL.md @@ -1,5 +1,5 @@ --- -name: fpf:actualize +name: actualize description: "Reconcile the project's FPF state with recent repository changes" --- diff --git a/plugins/fpf/skills/decay/SKILL.md b/plugins/fpf/skills/decay/SKILL.md index 74e15f3..3b1e94e 100644 --- a/plugins/fpf/skills/decay/SKILL.md +++ b/plugins/fpf/skills/decay/SKILL.md @@ -1,5 +1,5 @@ --- -name: fpf:decay +name: decay description: "Manage evidence freshness by identifying stale decisions and providing governance actions" --- diff --git a/plugins/fpf/skills/propose-hypotheses/SKILL.md b/plugins/fpf/skills/propose-hypotheses/SKILL.md index d5492f1..563c5b7 100644 --- a/plugins/fpf/skills/propose-hypotheses/SKILL.md +++ b/plugins/fpf/skills/propose-hypotheses/SKILL.md @@ -1,5 +1,5 @@ --- -name: fpf:propose-hypotheses +name: propose-hypotheses description: Execute complete FPF cycle from hypothesis generation to decision argument-hint: "[problem-statement]" allowed-tools: Task, Read, Write, Bash, AskUserQuestion diff --git a/plugins/fpf/skills/query/SKILL.md b/plugins/fpf/skills/query/SKILL.md index 952b5ca..c02f644 100644 --- a/plugins/fpf/skills/query/SKILL.md +++ b/plugins/fpf/skills/query/SKILL.md @@ -1,5 +1,5 @@ --- -name: fpf:query +name: query description: "Search the FPF knowledge base and display hypothesis details with assurance information" --- diff --git a/plugins/fpf/skills/reset/SKILL.md b/plugins/fpf/skills/reset/SKILL.md index bd9e9df..45720d7 100644 --- a/plugins/fpf/skills/reset/SKILL.md +++ b/plugins/fpf/skills/reset/SKILL.md @@ -1,5 +1,5 @@ --- -name: fpf:reset +name: reset description: "Reset the FPF reasoning cycle to start fresh" --- diff --git a/plugins/fpf/skills/status/SKILL.md b/plugins/fpf/skills/status/SKILL.md index 200e39b..d515da9 100644 --- a/plugins/fpf/skills/status/SKILL.md +++ b/plugins/fpf/skills/status/SKILL.md @@ -1,5 +1,5 @@ --- -name: fpf:status +name: status description: "Display the current state of the FPF knowledge base" --- diff --git a/plugins/git/skills/analyze-issue/SKILL.md b/plugins/git/skills/analyze-issue/SKILL.md index 706a392..6c3beec 100644 --- a/plugins/git/skills/analyze-issue/SKILL.md +++ b/plugins/git/skills/analyze-issue/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:analyze-issue +name: analyze-issue description: Analyze a GitHub issue and create a detailed technical specification argument-hint: Issue number (e.g., 42) allowed-tools: Bash(gh issue:*), Read, Write, Glob, Grep diff --git a/plugins/git/skills/attach-review-to-pr/SKILL.md b/plugins/git/skills/attach-review-to-pr/SKILL.md index eefc49c..9c8bb58 100644 --- a/plugins/git/skills/attach-review-to-pr/SKILL.md +++ b/plugins/git/skills/attach-review-to-pr/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:attach-review-to-pr +name: attach-review-to-pr description: Add line-specific review comments to pull requests using GitHub CLI API argument-hint: PR number or URL (optional - can work with current branch) allowed-tools: Bash(gh api:*), Bash(gh auth:*), Bash(gh pr:*), mcp__github_inline_comment__create_inline_comment diff --git a/plugins/git/skills/commit/SKILL.md b/plugins/git/skills/commit/SKILL.md index 94b9b87..531b6e9 100644 --- a/plugins/git/skills/commit/SKILL.md +++ b/plugins/git/skills/commit/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:commit +name: commit description: Create well-formatted commits with conventional commit messages and emoji argument-hint: Optional flags like --no-verify to skip pre-commit checks model: haiku diff --git a/plugins/git/skills/compare-worktrees/SKILL.md b/plugins/git/skills/compare-worktrees/SKILL.md index ab9b446..07eb3b6 100644 --- a/plugins/git/skills/compare-worktrees/SKILL.md +++ b/plugins/git/skills/compare-worktrees/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:compare-worktrees +name: compare-worktrees description: Compare files and directories between git worktrees or worktree and current branch argument-hint: Path(s) to compare, worktree paths, branch names, or --stat for summary model: opus diff --git a/plugins/git/skills/create-pr/SKILL.md b/plugins/git/skills/create-pr/SKILL.md index dfc2a47..73c66fc 100644 --- a/plugins/git/skills/create-pr/SKILL.md +++ b/plugins/git/skills/create-pr/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:create-pr +name: create-pr description: Create pull requests using GitHub CLI with proper templates and formatting argument-hint: None required - interactive guide for PR creation allowed-tools: Bash(gh pr:*), Bash(gh auth:*), Bash(git status:*), Bash(git push:*), Bash(git branch:*), Skill(git:commit) diff --git a/plugins/git/skills/create-worktree/SKILL.md b/plugins/git/skills/create-worktree/SKILL.md index 82daf0e..708a66f 100644 --- a/plugins/git/skills/create-worktree/SKILL.md +++ b/plugins/git/skills/create-worktree/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:create-worktree +name: create-worktree description: Create and setup git worktrees for parallel development with automatic dependency installation argument-hint: (e.g., "refactor auth system" or "fix login") or --list to show existing worktrees model: opus diff --git a/plugins/git/skills/load-issues/SKILL.md b/plugins/git/skills/load-issues/SKILL.md index e616056..3a15bdf 100644 --- a/plugins/git/skills/load-issues/SKILL.md +++ b/plugins/git/skills/load-issues/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:load-issues +name: load-issues description: Load all open issues from GitHub and save them as markdown files argument-hint: None required - loads all open issues automatically allowed-tools: Bash(gh issue:*), Bash(mkdir:*), Write diff --git a/plugins/git/skills/merge-worktree/SKILL.md b/plugins/git/skills/merge-worktree/SKILL.md index 3c9e851..b951f22 100644 --- a/plugins/git/skills/merge-worktree/SKILL.md +++ b/plugins/git/skills/merge-worktree/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:merge-worktree +name: merge-worktree description: Merge changes from worktrees into current branch with selective file checkout, cherry-picking, interactive patch selection, or manual merge argument-hint: file/directory path, commit name, branch name, or --interactive for guided mode model: opus diff --git a/plugins/git/skills/notes/SKILL.md b/plugins/git/skills/notes/SKILL.md index a1fe2ac..d062ada 100644 --- a/plugins/git/skills/notes/SKILL.md +++ b/plugins/git/skills/notes/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:notes +name: notes description: Use 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. --- diff --git a/plugins/git/skills/worktrees/SKILL.md b/plugins/git/skills/worktrees/SKILL.md index cea08e4..3ac82e3 100644 --- a/plugins/git/skills/worktrees/SKILL.md +++ b/plugins/git/skills/worktrees/SKILL.md @@ -1,5 +1,5 @@ --- -name: git:worktrees +name: worktrees description: Use 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. --- diff --git a/plugins/kaizen/skills/analyse-problem/SKILL.md b/plugins/kaizen/skills/analyse-problem/SKILL.md index 3c699e8..e5520d0 100644 --- a/plugins/kaizen/skills/analyse-problem/SKILL.md +++ b/plugins/kaizen/skills/analyse-problem/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:analyse-problem +name: analyse-problem description: Comprehensive A3 one-page problem analysis with root cause and action plan argument-hint: Optional problem description to document --- diff --git a/plugins/kaizen/skills/analyse/SKILL.md b/plugins/kaizen/skills/analyse/SKILL.md index c1cb4b9..a74e0b8 100644 --- a/plugins/kaizen/skills/analyse/SKILL.md +++ b/plugins/kaizen/skills/analyse/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:analyse +name: analyse description: Auto-selects best Kaizen method (Gemba Walk, Value Stream, or Muda) for target argument-hint: Optional target description (e.g., code, workflow, or inefficiencies) --- diff --git a/plugins/kaizen/skills/cause-and-effect/SKILL.md b/plugins/kaizen/skills/cause-and-effect/SKILL.md index 419a0e1..d10f739 100644 --- a/plugins/kaizen/skills/cause-and-effect/SKILL.md +++ b/plugins/kaizen/skills/cause-and-effect/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:cause-and-effect +name: cause-and-effect description: Systematic Fishbone analysis exploring problem causes across six categories argument-hint: Optional problem description to analyze --- diff --git a/plugins/kaizen/skills/kaizen/SKILL.md b/plugins/kaizen/skills/kaizen/SKILL.md index 8fc3f1b..1696ec2 100644 --- a/plugins/kaizen/skills/kaizen/SKILL.md +++ b/plugins/kaizen/skills/kaizen/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:kaizen +name: kaizen description: Use 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. --- diff --git a/plugins/kaizen/skills/plan-do-check-act/SKILL.md b/plugins/kaizen/skills/plan-do-check-act/SKILL.md index fd30d52..f728e92 100644 --- a/plugins/kaizen/skills/plan-do-check-act/SKILL.md +++ b/plugins/kaizen/skills/plan-do-check-act/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:plan-do-check-act +name: plan-do-check-act description: Iterative PDCA cycle for systematic experimentation and continuous improvement argument-hint: Optional improvement goal or problem to address --- diff --git a/plugins/kaizen/skills/root-cause-tracing/SKILL.md b/plugins/kaizen/skills/root-cause-tracing/SKILL.md index 2386850..510fd09 100644 --- a/plugins/kaizen/skills/root-cause-tracing/SKILL.md +++ b/plugins/kaizen/skills/root-cause-tracing/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:root-cause-tracing +name: root-cause-tracing description: Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior --- diff --git a/plugins/kaizen/skills/why/SKILL.md b/plugins/kaizen/skills/why/SKILL.md index de350ac..e45c0bd 100644 --- a/plugins/kaizen/skills/why/SKILL.md +++ b/plugins/kaizen/skills/why/SKILL.md @@ -1,5 +1,5 @@ --- -name: kaizen:why +name: why description: Iterative Five Whys root cause analysis drilling from symptoms to fundamentals argument-hint: Optional issue or symptom description --- diff --git a/plugins/mcp/skills/build-mcp/SKILL.md b/plugins/mcp/skills/build-mcp/SKILL.md index c67b0e2..5a1e6e6 100644 --- a/plugins/mcp/skills/build-mcp/SKILL.md +++ b/plugins/mcp/skills/build-mcp/SKILL.md @@ -1,5 +1,5 @@ --- -name: mcp:build-mcp +name: build-mcp description: Guide 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). --- diff --git a/plugins/mcp/skills/setup-arxiv-mcp/SKILL.md b/plugins/mcp/skills/setup-arxiv-mcp/SKILL.md index 14bfadf..8282cde 100644 --- a/plugins/mcp/skills/setup-arxiv-mcp/SKILL.md +++ b/plugins/mcp/skills/setup-arxiv-mcp/SKILL.md @@ -1,5 +1,5 @@ --- -name: mcp:setup-arxiv-mcp +name: setup-arxiv-mcp description: Guide for setup arXiv paper search MCP server using Docker MCP argument-hint: Optional - specific research topics or paper sources to configure --- diff --git a/plugins/mcp/skills/setup-codemap-cli/SKILL.md b/plugins/mcp/skills/setup-codemap-cli/SKILL.md index 73e3208..bc85b2f 100644 --- a/plugins/mcp/skills/setup-codemap-cli/SKILL.md +++ b/plugins/mcp/skills/setup-codemap-cli/SKILL.md @@ -1,5 +1,5 @@ --- -name: mcp:setup-codemap-cli +name: setup-codemap-cli description: Guide for setup Codemap CLI for intelligent codebase visualization and navigation argument-hint: Optional - specific configuration preferences or OS type --- diff --git a/plugins/mcp/skills/setup-context7-mcp/SKILL.md b/plugins/mcp/skills/setup-context7-mcp/SKILL.md index 2bd1628..cfdefd0 100644 --- a/plugins/mcp/skills/setup-context7-mcp/SKILL.md +++ b/plugins/mcp/skills/setup-context7-mcp/SKILL.md @@ -1,5 +1,5 @@ --- -name: mcp:setup-context7-mcp +name: setup-context7-mcp description: Guide for setup Context7 MCP server to load documentation for specific technologies. argument-hint: List of languages and frameworks to load documentation for --- diff --git a/plugins/mcp/skills/setup-serena-mcp/SKILL.md b/plugins/mcp/skills/setup-serena-mcp/SKILL.md index a638b14..d1861c5 100644 --- a/plugins/mcp/skills/setup-serena-mcp/SKILL.md +++ b/plugins/mcp/skills/setup-serena-mcp/SKILL.md @@ -1,5 +1,5 @@ --- -name: mcp:setup-serena-mcp +name: setup-serena-mcp description: Guide for setup Serena MCP server for semantic code retrieval and editing capabilities argument-hint: Optional - specific configuration preferences or client type --- diff --git a/plugins/reflexion/skills/critique/SKILL.md b/plugins/reflexion/skills/critique/SKILL.md index 6df383a..7dac52e 100644 --- a/plugins/reflexion/skills/critique/SKILL.md +++ b/plugins/reflexion/skills/critique/SKILL.md @@ -1,5 +1,5 @@ --- -name: reflexion:critique +name: critique description: Comprehensive multi-perspective review using specialized judges with debate and consensus building argument-hint: Optional file paths, commits, or context to review (defaults to recent changes) --- diff --git a/plugins/reflexion/skills/memorize/SKILL.md b/plugins/reflexion/skills/memorize/SKILL.md index 434fe5d..b0d9870 100644 --- a/plugins/reflexion/skills/memorize/SKILL.md +++ b/plugins/reflexion/skills/memorize/SKILL.md @@ -1,5 +1,5 @@ --- -name: reflexion:memorize +name: memorize description: Curates insights from reflections and critiques into CLAUDE.md using Agentic Context Engineering argument-hint: Optional source specification (last, selection, chat:) or --dry-run for preview --- diff --git a/plugins/reflexion/skills/reflect/SKILL.md b/plugins/reflexion/skills/reflect/SKILL.md index a8438eb..8131b08 100644 --- a/plugins/reflexion/skills/reflect/SKILL.md +++ b/plugins/reflexion/skills/reflect/SKILL.md @@ -1,5 +1,5 @@ --- -name: reflexion:reflect +name: reflect description: Reflect on previus response and output, based on Self-refinement framework for iterative improvement with complexity triage and verification argument-hint: Optional focus area or confidence threshold to use, for example "security" or "deep reflect if less than 90% confidence" --- diff --git a/plugins/sadd/skills/do-and-judge/SKILL.md b/plugins/sadd/skills/do-and-judge/SKILL.md index febef59..0ffdf3b 100644 --- a/plugins/sadd/skills/do-and-judge/SKILL.md +++ b/plugins/sadd/skills/do-and-judge/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:do-and-judge +name: do-and-judge description: Execute a task with sub-agent implementation and LLM-as-a-judge verification with automatic retry loop argument-hint: Task description (e.g., "Refactor the UserService class to use dependency injection") --- diff --git a/plugins/sadd/skills/do-competitively/SKILL.md b/plugins/sadd/skills/do-competitively/SKILL.md index 554dee2..b859d79 100644 --- a/plugins/sadd/skills/do-competitively/SKILL.md +++ b/plugins/sadd/skills/do-competitively/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:do-competitively +name: do-competitively description: Execute tasks through competitive multi-agent generation, multi-judge evaluation, and evidence-based synthesis argument-hint: Task description and optional output path/criteria --- diff --git a/plugins/sadd/skills/do-in-parallel/SKILL.md b/plugins/sadd/skills/do-in-parallel/SKILL.md index c7db215..f0f59c6 100644 --- a/plugins/sadd/skills/do-in-parallel/SKILL.md +++ b/plugins/sadd/skills/do-in-parallel/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:do-in-parallel +name: do-in-parallel description: Launch multiple sub-agents in parallel to execute tasks across files or targets with intelligent model selection and quality-focused prompting argument-hint: Task description [--files "file1.ts,file2.ts,..."] [--targets "target1,target2,..."] [--model opus|sonnet|haiku] [--output ] --- diff --git a/plugins/sadd/skills/do-in-steps/SKILL.md b/plugins/sadd/skills/do-in-steps/SKILL.md index e558820..4fd6b6b 100644 --- a/plugins/sadd/skills/do-in-steps/SKILL.md +++ b/plugins/sadd/skills/do-in-steps/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:do-in-steps +name: do-in-steps description: Execute complex tasks through sequential sub-agent orchestration with intelligent model selection, and LLM-as-a-judge verification argument-hint: Task description (e.g., "Refactor UserService class and update all consumers") --- diff --git a/plugins/sadd/skills/judge-with-debate/SKILL.md b/plugins/sadd/skills/judge-with-debate/SKILL.md index 970bffc..8eb029c 100644 --- a/plugins/sadd/skills/judge-with-debate/SKILL.md +++ b/plugins/sadd/skills/judge-with-debate/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:judge-with-debate +name: judge-with-debate description: Evaluate solutions through multi-round debate between independent judges until consensus argument-hint: Solution path(s) and evaluation criteria --- diff --git a/plugins/sadd/skills/judge/SKILL.md b/plugins/sadd/skills/judge/SKILL.md index db03322..6f906a5 100644 --- a/plugins/sadd/skills/judge/SKILL.md +++ b/plugins/sadd/skills/judge/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:judge +name: judge description: Launch a sub-agent judge to evaluate results produced in the current conversation argument-hint: "[evaluation-focus]" --- diff --git a/plugins/sadd/skills/launch-sub-agent/SKILL.md b/plugins/sadd/skills/launch-sub-agent/SKILL.md index aa36a33..a7bf91d 100644 --- a/plugins/sadd/skills/launch-sub-agent/SKILL.md +++ b/plugins/sadd/skills/launch-sub-agent/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:launch-sub-agent +name: launch-sub-agent description: Launch an intelligent sub-agent with automatic model selection based on task complexity, specialized agent matching, Zero-shot CoT reasoning, and mandatory self-critique verification argument-hint: Task description (e.g., "Implement user authentication" or "Research caching strategies") [--model opus|sonnet|haiku] [--agent ] [--output ] --- diff --git a/plugins/sadd/skills/multi-agent-patterns/SKILL.md b/plugins/sadd/skills/multi-agent-patterns/SKILL.md index 00d576a..66f7e37 100644 --- a/plugins/sadd/skills/multi-agent-patterns/SKILL.md +++ b/plugins/sadd/skills/multi-agent-patterns/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:multi-agent-patterns +name: multi-agent-patterns description: Design 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. --- diff --git a/plugins/sadd/skills/subagent-driven-development/SKILL.md b/plugins/sadd/skills/subagent-driven-development/SKILL.md index 50da0f4..c5693fa 100644 --- a/plugins/sadd/skills/subagent-driven-development/SKILL.md +++ b/plugins/sadd/skills/subagent-driven-development/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:subagent-driven-development +name: subagent-driven-development description: Use 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 --- diff --git a/plugins/sadd/skills/tree-of-thoughts/SKILL.md b/plugins/sadd/skills/tree-of-thoughts/SKILL.md index 3885cef..bc9ee50 100644 --- a/plugins/sadd/skills/tree-of-thoughts/SKILL.md +++ b/plugins/sadd/skills/tree-of-thoughts/SKILL.md @@ -1,5 +1,5 @@ --- -name: sadd:tree-of-thoughts +name: tree-of-thoughts description: Execute tasks through systematic exploration, pruning, and expansion using Tree of Thoughts methodology with multi-agent evaluation argument-hint: Task description and optional output path/criteria --- diff --git a/plugins/sdd/skills/add-task/SKILL.md b/plugins/sdd/skills/add-task/SKILL.md index 0c75e37..afe5069 100644 --- a/plugins/sdd/skills/add-task/SKILL.md +++ b/plugins/sdd/skills/add-task/SKILL.md @@ -1,5 +1,5 @@ --- -name: sdd:add-task +name: add-task description: creates draft task file in .specs/tasks/draft/ with original user intent argument-hint: Task title or description (e.g., "Add validation to form inputs") [list of task files that this task depends on] --- diff --git a/plugins/sdd/skills/brainstorm/SKILL.md b/plugins/sdd/skills/brainstorm/SKILL.md index 0cf0c17..68a8be0 100644 --- a/plugins/sdd/skills/brainstorm/SKILL.md +++ b/plugins/sdd/skills/brainstorm/SKILL.md @@ -1,5 +1,5 @@ --- -name: sdd:brainstorm +name: brainstorm description: Use 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 argument-hint: Optional initial feature concept or topic to brainstorm --- diff --git a/plugins/sdd/skills/create-ideas/SKILL.md b/plugins/sdd/skills/create-ideas/SKILL.md index e9ab73f..ed0c2e1 100644 --- a/plugins/sdd/skills/create-ideas/SKILL.md +++ b/plugins/sdd/skills/create-ideas/SKILL.md @@ -1,5 +1,5 @@ --- -name: sdd:create-ideas +name: create-ideas description: Generate ideas in one shot using creative sampling argument-hint: Topic or problem to generate ideas for. Optional amount of ideas to generate. --- diff --git a/plugins/sdd/skills/implement/SKILL.md b/plugins/sdd/skills/implement/SKILL.md index 7580a24..5b5d22c 100644 --- a/plugins/sdd/skills/implement/SKILL.md +++ b/plugins/sdd/skills/implement/SKILL.md @@ -1,5 +1,5 @@ --- -name: sdd:implement +name: implement description: Implement a task with automated LLM-as-Judge verification for critical steps argument-hint: Task file [options] (e.g., "add-validation.feature.md --continue --human-in-the-loop") --- diff --git a/plugins/sdd/skills/plan/SKILL.md b/plugins/sdd/skills/plan/SKILL.md index ab0763c..4544eac 100644 --- a/plugins/sdd/skills/plan/SKILL.md +++ b/plugins/sdd/skills/plan/SKILL.md @@ -1,5 +1,5 @@ --- -name: sdd:plan +name: plan description: Refine, parallelize, and verify a draft task specification into a fully planned implementation-ready task argument-hint: Path to draft task file (e.g., ".specs/tasks/draft/add-validation.feature.md") [options] --- diff --git a/plugins/tdd/skills/fix-tests/SKILL.md b/plugins/tdd/skills/fix-tests/SKILL.md index e29e2f8..f2dd69f 100644 --- a/plugins/tdd/skills/fix-tests/SKILL.md +++ b/plugins/tdd/skills/fix-tests/SKILL.md @@ -1,5 +1,5 @@ --- -name: tdd:fix-tests +name: fix-tests description: Systematically fix all failing tests after business logic changes or refactoring argument-hint: what tests or modules to focus on --- diff --git a/plugins/tdd/skills/test-driven-development/SKILL.md b/plugins/tdd/skills/test-driven-development/SKILL.md index 3ee0c2c..7a8020f 100644 --- a/plugins/tdd/skills/test-driven-development/SKILL.md +++ b/plugins/tdd/skills/test-driven-development/SKILL.md @@ -1,5 +1,5 @@ --- -name: tdd:test-driven-development +name: test-driven-development description: Use 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 --- diff --git a/plugins/tdd/skills/write-tests/SKILL.md b/plugins/tdd/skills/write-tests/SKILL.md index 4a0695b..8b15749 100644 --- a/plugins/tdd/skills/write-tests/SKILL.md +++ b/plugins/tdd/skills/write-tests/SKILL.md @@ -1,5 +1,5 @@ --- -name: tdd:write-tests +name: write-tests description: Systematically add test coverage for all local code changes using specialized review and development agents. Add tests for uncommitted changes (including untracked files), or if everything is commited, then will cover latest commit. argument-hint: what tests or modules to focus on --- diff --git a/plugins/tech-stack/skills/add-typescript-best-practices/SKILL.md b/plugins/tech-stack/skills/add-typescript-best-practices/SKILL.md index 8cebb39..c8b4142 100644 --- a/plugins/tech-stack/skills/add-typescript-best-practices/SKILL.md +++ b/plugins/tech-stack/skills/add-typescript-best-practices/SKILL.md @@ -1,5 +1,5 @@ --- -name: tech-stack:add-typescript-best-practices +name: add-typescript-best-practices description: Setup TypeScript best practices and code style rules in CLAUDE.md argument-hint: Optional argument which practices to add or avoid ---