Find the perfect skill
Outer Review
Content
Process external AI analyses commissioned by the human to extract tasks and reduce blind spots. It normalizes links, verifies claims against sources, and adds proper frontmatter. Use this after saving a raw external review to ensure independent perspective.
Cortex - Claude's Cognitive Layer
Development
Provides persistent memory across Claude Code sessions. Enables searching past memories, reflecting on topics, storing learnings, and consolidating knowledge. Helps maintain context and leverage past experiences.
Mock Orchestrator for Multi-Layer Testing
Testing
Orchestrator to test thinking token capture across 4-layer architecture. Calls prediction and attribution skills to validate multi-level integration and reasoning flow.
OCTAVE Literacy
Development
Fundamental reading and writing capability for the OCTAVE format. Provides agents with basic structural competence without full architectural specification overhead.
dbt for Analytics Engineering
Data & AI
Build and modify dbt models, write SQL transformations using ref() and source(), create tests and validate results with dbt show. Use for any dbt work including building, debugging, and evaluating changes.
Check progress and suggest next task
Productivity
Check progress and suggest next task by reading the latest dated planning file, analyzing git history and task completion status, then presenting current phase and progress in a table. It identifies the next priority task and suggests running /clarify to start it.
Frontend Components
Development
Guides the creation of reusable, composable UI components with clear interfaces and proper state management. Use it when building or updating component files in standard directories, designing props and APIs, composing smaller components, or refactoring monolithic ones.
Commit Assistant
Development
Provides guidance on conventional commits and auto-generates commit messages from staged changes. Integrates with /ccpm:commit to create git commits linked to Linear issues. Activates when users ask about committing or need help with commit message formats.
HEC-RAS Geometry File Parsing
Data & AI
Parse and modify HEC-RAS plain text geometry files in fixed-width FORTRAN format (.g##). Handles cross sections, storage areas, bridges, culverts, lateral structures, and Manning's n tables.
Skill Audit Rules
Documentation
Complete validation rule set for auditing skills, including directory structure validation, SKILL.md validation, and scripts audit procedures.
AST-Based Code Editing
Development
Edits code by function name using AST, avoiding failures from text-based matching when code appears multiple times. Ideal for safe renaming, moving files, and refactoring functions with automatic import updates and caller adjustments.
0xArchive - Historical Crypto Market Data
Data & AI
Query historical crypto market data from 0xArchive across Hyperliquid, Lighter.xyz, and HIP-3. Covers orderbooks, trades, candles, funding rates, open interest, liquidations, and data quality. Use when the user asks about crypto market data, orderbooks, trades, funding rates, or historical prices on these exchanges.