Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/code-review/skills/review-local-changes/SKILL.md
Original file line number Diff line number Diff line change
@@ -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]"
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/code-review/skills/review-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: code-review:review-pr
name: review-pr
description: Comprehensive pull request review using specialized agents
argument-hint: "[review-aspects]"
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/customaize-agent/skills/agent-evaluation/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
4 changes: 2 additions & 2 deletions plugins/customaize-agent/skills/create-agent/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/customaize-agent/skills/create-command/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/customaize-agent/skills/create-hook/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/customaize-agent/skills/create-skill/SKILL.md
Original file line number Diff line number Diff line change
@@ -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

---
Expand Down
Original file line number Diff line number Diff line change
@@ -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:*)
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/customaize-agent/skills/test-prompt/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/customaize-agent/skills/test-skill/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/ddd/skills/setup-code-formating/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/ddd/skills/software-architecture/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/docs/skills/update-docs/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/docs/skills/write-concisely/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/fpf/skills/actualize/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: fpf:actualize
name: actualize
description: "Reconcile the project's FPF state with recent repository changes"
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/fpf/skills/decay/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: fpf:decay
name: decay
description: "Manage evidence freshness by identifying stale decisions and providing governance actions"
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/fpf/skills/propose-hypotheses/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/fpf/skills/query/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: fpf:query
name: query
description: "Search the FPF knowledge base and display hypothesis details with assurance information"
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/fpf/skills/reset/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: fpf:reset
name: reset
description: "Reset the FPF reasoning cycle to start fresh"
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/fpf/skills/status/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: fpf:status
name: status
description: "Display the current state of the FPF knowledge base"
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/analyze-issue/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/attach-review-to-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/commit/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/compare-worktrees/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/create-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/create-worktree/SKILL.md
Original file line number Diff line number Diff line change
@@ -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: <name> (e.g., "refactor auth system" or "fix login") or --list to show existing worktrees
model: opus
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/load-issues/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/merge-worktree/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/notes/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/git/skills/worktrees/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/analyse-problem/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/analyse/SKILL.md
Original file line number Diff line number Diff line change
@@ -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)
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/cause-and-effect/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/kaizen/SKILL.md
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/plan-do-check-act/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/root-cause-tracing/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/kaizen/skills/why/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp/skills/build-mcp/SKILL.md
Original file line number Diff line number Diff line change
@@ -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).
---

Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp/skills/setup-arxiv-mcp/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp/skills/setup-codemap-cli/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp/skills/setup-context7-mcp/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp/skills/setup-serena-mcp/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/reflexion/skills/critique/SKILL.md
Original file line number Diff line number Diff line change
@@ -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)
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/reflexion/skills/memorize/SKILL.md
Original file line number Diff line number Diff line change
@@ -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:<id>) or --dry-run for preview
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/reflexion/skills/reflect/SKILL.md
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/sadd/skills/do-and-judge/SKILL.md
Original file line number Diff line number Diff line change
@@ -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")
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/sadd/skills/do-competitively/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/sadd/skills/do-in-parallel/SKILL.md
Original file line number Diff line number Diff line change
@@ -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 <path>]
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/sadd/skills/do-in-steps/SKILL.md
Original file line number Diff line number Diff line change
@@ -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")
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/sadd/skills/judge-with-debate/SKILL.md
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion plugins/sadd/skills/judge/SKILL.md
Original file line number Diff line number Diff line change
@@ -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]"
---
Expand Down
Loading