Skills Reference

Skills are knowledge files loaded on-demand when Claude detects they're relevant. They encode domain expertise: patterns, conventions, examples, anti-patterns.

How Skills Work

Skills are not commands — they don't require invocation. Claude loads them automatically when the task context matches. You can also reference them explicitly:

Use the clarc-way skill to understand the development methodology.
Load the postgres-patterns skill for this query optimization.

Skill Categories

Methodology

SkillWhat it covers
clarc-wayThe clarc Way — full development methodology, skip matrix, pipeline
debugging-workflowSystematic debugging — reproduce, isolate, hypothesize, verify
tdd-workflowTest-Driven Development — RED/GREEN/IMPROVE cycle
search-firstResearch-before-coding — find existing solutions first
subagent-context-retrievalProgressive context loading for large codebases

Language Patterns

SkillLanguages
typescript-patternsTypeScript strict mode, utility types, module patterns
typescript-patterns-advancedMapped types, conditional types, template literals
python-patternsPEP 8, idiomatic Python, async patterns
python-patterns-advancedMetaclasses, descriptors, protocol-based design
go-patternsIdiomatic Go, error handling, interface design
go-patterns-advancedGenerics, concurrency patterns, testing
swift-patternsValue types, protocols, Combine
swift-patterns-advancedMacros, result builders, advanced concurrency
rust-patternsOwnership, error handling, traits
java-patternsSpring Boot, DI, hexagonal architecture
kotlin-patternsCoroutines, null safety, sealed classes
ruby-patternsRails idioms, ActiveRecord, RSpec
elixir-patternsGenServer, Supervisors, OTP design
cpp-patternsC++20, RAII, smart pointers
php-patternsPHP 8.4+, PSR-12, readonly classes

Architecture

SkillWhat it covers
hexagonal-typescriptPorts & adapters in TypeScript
hexagonal-javaHexagonal architecture in Java/Spring
ddd-typescriptDomain-Driven Design in TypeScript
ddd-javaDDD in Java
strategic-dddBounded contexts, context mapping
cqrs-event-sourcingCQRS patterns, event stores
api-designREST API design, versioning, RFC 7807 errors
api-contractContract-first API design with OpenAPI
graphql-patternsSchema design, resolvers, subscriptions
grpc-patternsProtocol Buffers, streaming, service mesh

Infrastructure & DevOps

SkillWhat it covers
kubernetes-patternsPods, Services, operators, health checks
docker-patternsMulti-stage builds, compose, networking
terraform-patternsIaC patterns, modules, state management
ci-cd-patternsGitHub Actions, deployment strategies
serverless-patternsLambda, cold starts, event-driven
edge-patternsEdge functions, CDN, distributed state
gitops-patterns (via skill)ArgoCD, Flux, progressive delivery

Data

SkillWhat it covers
postgres-patternsQuery optimization, indexes, RLS, Supabase
database-migrationsSchema evolution, rollback, zero-downtime
nosql-patternsMongoDB, DynamoDB, Redis data modeling
duckdb-patternsEmbedded analytics, OLAP queries
data-engineeringPipelines, transformations, quality
caching-patternsCache invalidation, TTL strategies, Redis

Visual Design

SkillWhat it covers
visual-identityBrand color palette, logo brief, brand voice, mood board, guidelines
typography-designTypeface selection, pairing rules, modular scale, line-height, rendering
color-theoryHarmony rules, color psychology, dark mode strategy, OKLCH, colorblind patterns
icon-systemIcon library selection, SVG tokens, SVGO, sprite sheets, accessibility
illustration-styleStyle brief writing, SVG techniques, character sheets, AI-assisted illustration
design-systemDesign tokens, component layers (Primitive→Composite→Pattern), theming, Storybook
figma-to-codeFigma Variables → Style Dictionary → CSS/Tailwind sync pipeline
design-opsFigma organization, handoff workflow, design QA, token sync CI, governance
css-architectureTailwind conventions, CSS Modules, fluid typography, container queries
wireframingFidelity levels, ASCII wireframes, user flow diagrams, IA mapping, annotations
ux-micro-patternsEmpty states, loading states, error states, progressive disclosure
dashboard-designKPI hierarchy, filter patterns, drill-down, real-time updates
motion-animationCSS transitions, Framer Motion, prefers-reduced-motion
data-visualizationChart type selection, D3.js, accessible charts, colorblind-safe palettes
accessibilityWCAG 2.2, semantic HTML, ARIA, keyboard navigation, screen reader testing
accessibility-patternsFocus management, skip links, dialog patterns, automated testing
marketing-designOG images, social card specs, HTML email templates, banner dimensions
generative-ai-designAI image prompting (Midjourney/DALL-E/Flux), style consistency, post-processing
visual-testingVisual regression: Chromatic/Percy/Playwright, baseline management
presentation-designPresentation narrative, slide density, opening/closing, slide types
liquid-glass-designiOS 26 Liquid Glass — SwiftUI/UIKit/WidgetKit

Testing

SkillWhat it covers
tdd-workflowTDD cycle, test isolation, mocking
e2e-testingPlaywright, test journeys, flaky test handling
contract-testingPact, consumer-driven contracts
load-testingk6, Locust, performance thresholds
visual-testingVisual regression, screenshot diffs

Security

SkillWhat it covers
auth-patternsOAuth, JWT, session management
gdpr-privacyPII handling, consent, RTBF, DPA
supply-chain-securitySBOM, SLSA, provenance, pinned deps
security-reviewOWASP checklist, threat modeling

AI/ML

SkillWhat it covers
llm-app-patternsPrompt engineering, structured output, RAG
rag-patternsRetrieval-Augmented Generation
eval-harnessLLM evaluation frameworks
cost-aware-llm-pipelineToken optimization, caching, model selection
prompt-engineeringSystem prompts, few-shot, chain-of-thought

Finding Skills

/find-skill <topic>

Examples:

/find-skill postgres
/find-skill react native
/find-skill authentication