Skip to content

Skills

Skills are reusable capabilities delivered as markdown files that teach Claude Code how to approach specific tasks. Every piece of Catalyst functionality — from committing code to researching a codebase — is a skill.

There are two types of skills, distinguished by who activates them:

User-invocable skills are structured workflows you trigger with a slash command. They orchestrate multi-step processes — spawning agents, reading context, interacting with you, and saving artifacts.

Model-invocable skills are reference knowledge that Claude activates automatically when it detects relevant context. For example, when Claude sees a ticket ID like ACME-123, the linearis skill activates and teaches Claude how to use the Linearis CLI — without you having to explain it. These skills shape Claude’s behavior the way a README or style guide would, but they load on demand instead of consuming context all the time.

Some skills are both — they can be triggered by you or activated by Claude when relevant.

A third category, CI skills, are non-interactive variants designed for automation pipelines. They follow the same conventions but skip all user prompts.

For more on how Claude Code skills work under the hood, see Anthropic’s skills documentation.

Type / followed by the skill name:

/research-codebase
/commit
/create-plan

Claude Code has excellent auto-complete — start typing /res and it will suggest /research-codebase. You don’t need to include the plugin name; Claude Code resolves skills across all installed plugins automatically.

Legend: User column: checkmark = invoke with /skill-name | Model column: checkmark = Claude activates automatically | CI = non-interactive, for automation pipelines

The core development plugin. 23 skills covering research, planning, implementation, and shipping.

SkillUserModelDescriptionSource
research-codebaseParallel codebase research with specialized agentsSource
create-planInteractive implementation planning with phased structureSource
iterate-planRevise existing plans with feedback or changed requirementsSource
implement-planExecute plans phase by phase with automated verificationSource
validate-planVerify implementation against plan success criteriaSource
oneshotEnd-to-end: research, plan, implement in one invocationSource
commitConventional commits with Linear ticket integrationSource
create-prPull request creation with auto-generated descriptionSource
describe-prGenerate or update PR descriptions from recent workSource
merge-prSafe merge with verification and Linear status updateSource
create-handoffSave session context for later resumptionSource
resume-handoffResume work from a handoff documentSource
linearDirect ticket operations (create, update, comment)Source
create-worktreeCreate git worktree for parallel developmentSource
fix-typescriptFix TypeScript errors with strict anti-reward-hacking rulesSource
scan-reward-hackingScan for reward hacking patterns in recent changesSource
workflow-helpInteractive guide to supported workflowsSource
cycle-planPlan work for current or next cycleSource
agent-browserBrowser automation CLI reference — activates when browser testing is neededSource
code-first-draftInitial feature implementation guidance for rapid prototypingSource
linearisLinearis CLI reference — activates when working with ticket IDs like ACME-123Source
ci-commitCINon-interactive commits for automation pipelinesSource
ci-describe-prCINon-interactive PR descriptions for automation pipelinesSource

Project management workflows. 40+ skills covering strategy, research, planning, and reporting.

SkillUserModelDescriptionSource
analyze-cycleCycle health report with risk analysis and recommendationsSource
analyze-milestoneMilestone progress toward target datesSource
report-dailyQuick daily standup summarySource
groom-backlogBacklog health analysis and cleanupSource
sync-prsGitHub-Linear PR correlation and gap identificationSource
context-dailyContext engineering adoption dashboardSource
SkillUserModelDescriptionSource
define-north-starDefine north star metrics and strategic goalsSource
write-prod-strategyWrite product strategy documentsSource
strategy-sprintRun a strategy sprint sessionSource
expansion-strategyPlan expansion and growth strategiesSource
SkillUserModelDescriptionSource
interview-guideCreate structured interview guidesSource
interview-prepPrepare for user interviewsSource
user-interviewConduct and document user interviewsSource
interview-feedbackProcess and organize interview feedbackSource
user-research-synthesisSynthesize findings from multiple research sessionsSource
journey-mapCreate user journey mapsSource
SkillUserModelDescriptionSource
prd-draftCreate a modern PRD with guided questions and multi-agent reviewSource
prd-review-panelMulti-agent PRD review panelSource
feature-metricsDefine and track feature-level metricsSource
feature-resultsAnalyze feature launch resultsSource
launch-checklistCreate comprehensive launch checklistsSource
SkillUserModelDescriptionSource
experiment-decisionMake data-driven experiment decisionsSource
experiment-metricsDesign experiment metrics and success criteriaSource
impact-sizingSize the impact of proposed changesSource
SkillUserModelDescriptionSource
meeting-agendaCreate structured meeting agendasSource
meeting-notesTransform meeting transcripts into structured action itemsSource
meeting-cleanupClean up and organize meeting artifactsSource
meeting-feedbackProcess meeting feedbackSource
slack-messageDraft Slack messages for various contextsSource
status-updateGenerate status updates for stakeholdersSource
SkillUserModelDescriptionSource
daily-planCreate daily work plansSource
weekly-planCreate weekly work plansSource
weekly-reviewConduct weekly review sessionsSource
prioritizePrioritize features and work itemsSource
SkillUserModelDescriptionSource
prototypeBuild quick prototypesSource
generate-ai-prototypeGenerate AI-powered prototypesSource
prototype-feedbackCollect and organize prototype feedbackSource
napkin-sketchQuick napkin-sketch ideationSource
SkillUserModelDescriptionSource
competitor-analysisConduct competitor analysisSource
retention-analysisAnalyze user retention patternsSource
activation-analysisAnalyze user activation funnelsSource
metrics-frameworkSet up leading vs lagging indicatorsSource
SkillUserModelDescriptionSource
decision-docCreate structured decision documentsSource
create-ticketsCreate Linear tickets from requirementsSource
connect-mcpsConnect and configure MCP serversSource

PostHog integration for product analytics. ~40K token context cost — enable only when needed.

SkillUserModelDescriptionSource
analyze-user-behaviorUser behavior patterns and cohortsSource
segment-analysisUser segment analysis for targeted insightsSource
product-metricsKey product metrics and conversion ratesSource

Sentry integration for production error monitoring. ~20K token context cost — enable only when needed.

SkillUserModelDescriptionSource
debug-production-errorInvestigate production errors with Sentry dataSource
error-impact-analysisAnalyze error impact across users and releasesSource
trace-analysisTrace error paths through the stackSource

Workflow discovery and management for advanced users and plugin developers.

SkillUserModelDescriptionSource
discover-workflowsResearch external Claude Code repositories for workflow patternsSource
import-workflowImport and adapt workflows from other repositoriesSource
create-workflowCreate new agents or skills from templatesSource
validate-frontmatterCheck frontmatter consistency across all workflowsSource
audit-referencesAudit plugin health and find broken referencesSource
reorganizeAnalyze and reorganize directory structuresSource