commit
25Skill Claude CodeCodex
Commit current changes with intelligent analysis and best-practice messages.
Skill Claude CodeCodex
Commit current changes with intelligent analysis and best-practice messages.
Skill Claude CodeCodex
When the user asks to commit, check in, or save changes, consult this skill to decide whether to delegate to the commit subagent and how to craft the prompt.
Plugin Claude Code
Conducts a structured, persisted, tree-shaped interview to externalize an under-formed plan, design, or strategy.
Skill Claude CodeCodex
When the user asks to be interviewed, grilled, or talked through an under-formed plan, design, or strategy, use this skill to run a structured tree-shaped Q&A persisted to disk. Elicitation only; does not produce the final artifact.
Plugin Claude Code
Execute focused work in clean, isolated contexts without polluting the main conversation history. Ideal for exploratory analysis, parallel work streams, and context-heavy operations.
Agent
Executes focused work in clean, isolated context and returns a concise writeup. Use for exploratory analysis, parallel work streams, experimental operations, or context-heavy investigations.
Skill Claude CodeCodex
When a task would pollute the main context with intermediate results, file reads, or speculative exploration, consult this skill to decide whether to delegate to the isolated subagent and how to craft the prompt.
Skill Claude CodeCodex
Execute a focused task in isolated context without polluting main conversation history.
Plugin Claude Code
Manage Jira issues from the command line via jira-cli.
Skill Claude CodeCodex
Manage Jira issues via the jira-cli tool.
Plugin Claude Code
Injects pithy, detailed communication style guidance at session start for high signal-to-noise ratio.
Plugin Claude Code
Reference skill for authoring Claude Code plugins: component types, the three skill patterns, frontmatter, agents, hooks, manifests, and worked examples.
Skill Claude CodeCodex
How to author Claude Code plugins (agents, skills, commands, hooks, MCP servers) and distribute them via a marketplace. Use when creating, structuring, or revising a plugin, deciding which skill pattern fits, or writing SKILL.md / agent / hook / manifest files.
Plugin Claude Code
Injects a directive at session and subagent start that requires checking for and invoking applicable skills before responding or acting.
Plugin Claude Code
Surgical code refactoring agents for analyzing and improving code quality without changing behavior.
Agent
Analyzes code and returns prioritized refactoring recommendations without making changes. Use when the user asks what to refactor, where to improve code quality, or for analysis of refactoring opportunities.
Agent
Carries out one specific refactoring safely and surgically with zero behavior change. Use when the user asks to refactor, restructure, extract, rename, simplify, or clean up code without changing behavior.
Skill Claude CodeCodex
When the user asks what to refactor, where to improve code quality, or for analysis of refactoring opportunities, consult this skill to decide whether to delegate to the plan-refactor subagent and how to craft the prompt.
Skill Claude CodeCodex
When the user asks to refactor, restructure, extract, rename, simplify, or clean up code without changing behavior, consult this skill to decide whether to delegate to the refactor subagent and how to craft the prompt.
Skill Claude CodeCodex
Analyze code and recommend refactoring opportunities.
Skill Claude CodeCodex
Improve code quality without changing behavior via surgical refactoring.
Plugin Claude Code
Guided, interactive walkthrough of a file or diff one unit at a time, driven by a persisted checklist so the review spans sessions.
Skill Claude CodeCodex
When the user asks to be walked through a file or a diff, wants a guided review, asks to go through code function by function or change by change, or says "review walkthrough", use this skill to run an interactive one-unit-per-exchange walkthrough driven by a persisted checklist. NOT for automated code review — do not…
Plugin Claude Code
Create and maintain structured TODO.md implementation plans with phased tasks, a testing philosophy, and verification checklists.