Skip to content

Skills Reference

Skills are knowledge modules that auto-trigger based on keywords in your conversation. No commands needed — Claude activates the right skills based on what you’re doing.

Each skill has a trigger description with keywords. When you say something that matches, the skill loads automatically:

"fix this bug" → systematic-debugging, root-cause-tracing
"plan the feature" → brainstorming, writing-plans
"review the code" → requesting-code-review
"switch to brainstorm" → mode-switching, brainstorming

Skills are bundled with the plugin and auto-trigger when installed. You can also create project-level skills in .claude/skills/.


Skills for languages, frameworks, and application patterns.

SkillDescriptionTriggers On
languagesPython, TypeScript, JavaScript idioms — type hints, generics, async/await, Pydantic, ZodLanguage-specific code patterns
frontendReact components, Next.js App Router, SSR/SSG, shadcn/ui, hooksReact, Next.js, component work
frontend-stylingTailwind CSS, WCAG accessibility, ARIA, dark mode, responsiveStyling, accessibility
backend-frameworksFastAPI, Django, NestJS, Express — routing, middleware, DIAPI endpoints, server code
databasesPostgreSQL, MongoDB, Redis — schema, queries, indexing, migrationsDatabase operations
state-managementuseState, Zustand, Jotai, TanStack Query, server/form/URL stateState architecture
api-clientaxios, fetch, httpx — interceptors, retry logic, type-safe clientsHTTP requests, API integration
openapiOpenAPI 3.1 design, error contracts, pagination, code-genAPI specification

Skills for deployment, caching, logging, and operational concerns.

SkillDescriptionTriggers On
devopsDocker, GitHub Actions, Cloudflare Workers, multi-stage buildsContainers, CI/CD, deployment
cachingRedis, memoization, HTTP cache headers, CDN, TTL policiesCache strategy
loggingLogger setup, log levels, correlation IDs, sensitive data redactionLogging, observability
error-handlingTry/catch, custom errors, retry logic, React error boundariesException handling
background-jobsCelery, BullMQ, task queues, cron jobs, async processingBackground tasks, workers
authenticationJWT, OAuth2, sessions, RBAC, password hashing, MFALogin, auth, permissions
performance-optimizationProfiling, N+1 queries, bundle size, memory leaks, benchmarks”slow”, “optimize”, “profiling”

Skills for testing, security, and code verification.

SkillDescriptionTriggers On
testingpytest, Vitest, Jest — fixtures, mocking, coverage, configWriting/debugging tests
test-driven-developmentStrict red-green-refactor — no production code without failing test”implement”, “add feature”, “build”
testing-anti-patternsDetecting unreliable tests, heavy mocking, false positives”flaky test”, “mock”, test review
playwrightE2E tests, page objects, visual regression, cross-browserEnd-to-end testing
owaspOWASP Top 10, XSS, SQL injection, CSRF, dependency scanningSecurity review, user input
defense-in-depthMulti-layer validation, preventing single-point bypassData integrity bugs
verification-before-completionMandatory evidence before completion claims”done”, “fixed”, “tests pass”

Skills for investigating and resolving issues.

SkillDescriptionTriggers On
systematic-debuggingFour-phase investigation: observe, hypothesize, test, fix”bug”, “error”, “broken”, stack traces
root-cause-tracingTracing bugs that manifest far from their originDeep bugs, data corruption
sequential-thinkingStep-by-step reasoning with confidence trackingComplex decisions, analysis
condition-based-waitingPolling CI pipelines, deployments, long-running processes”wait for”, “check status”

Skills for development process and session management.

SkillDescriptionTriggers On
feature-workflowEnd-to-end: requirements → planning → implementation → review”feature”, “implement end-to-end”
brainstormingInteractive design with one question at a time”brainstorm”, “design”, “explore”
writing-plansDetailed task breakdown with exact code and file paths”plan”, “break down”, “task list”
executing-plansSubagent-driven execution with review gates”execute the plan”, “run the plan”
git-workflowsConventional commits, PRs, changelogs, release notes”commit”, “PR”, “ship”, “changelog”
documentationDocstrings, JSDoc, README, API docs, tech specs”document”, “docstring”, “README”
refactoringImproving code structure without behavior change”refactor”, “clean up”, “simplify”
mode-switchingSwitching behavioral modes for the session”mode”, “switch to brainstorm”
session-managementCheckpoints, project indexing, context loading”checkpoint”, “index”, “status”
writing-conciselyToken optimization, compressed output, 30-70% savings”be concise”, “code only”

Skills for multi-agent workflows and team processes.

SkillDescriptionTriggers On
dispatching-parallel-agentsLaunching parallel agents for independent tasks3+ independent failures/tasks
subagent-driven-developmentParallel task execution via Agent tool”use subagents”, “dispatch agents”
using-git-worktreesIsolated branch work, parallel development”worktree”, “isolated branch”
requesting-code-reviewPreparing code for review with clear contextBefore PRs, before merging
receiving-code-reviewProcessing review feedback systematicallyReview comments, PR feedback
finishing-a-development-branchBranch completion: verify, review, merge/PR options”ship it”, “ready to merge”
writing-skillsCreating and editing skills for this kit”create a skill”, “new skill”
SkillDescriptionTriggers On
initInteractive setup wizard — scaffolds rules, modes, hooks, MCP configs/claudekit:init (user-invocable)