Find the perfect skill
Global Validation
Security
Implements comprehensive server-side input validation with complementary client-side validation for user experience. Uses allowlists, type checking, and sanitization to prevent SQL injection, XSS, and other injection attacks. Apply when validating any external data entering the application, ensuring consistent security across all entry points and maintaining data integrity with field-specific error messages.
Documentation
Documentation
Write or update documentation: specs, README, API docs, architecture decisions.
Reasoning Personas - Thinking Modes
Data & AI
Activate different high-agency thinking modes for varied problem-solving approaches. Switch between analytical, creative, strategic, and critical reasoning styles.
Implementation Planning (Phase 4)
Development
Generates a detailed implementation plan in docs/specs/ based on the chosen architecture by reading workflow state and creating tracking tasks. Used during the planning phase (Phase 4) before coding.
WHOOP - Recovery & Strain Monitor
Education & Training
WHOOP morning check-in covering recovery, sleep quality, and strain metrics with personalized suggestions. Optimize your daily readiness and training load.
PMOVES Model Registry
Data & AI
Query, discover, and enrich the AI model catalog. Manages LLM, embedding, TTS, vision model metadata, HuggingFace enrichment, and GPU deployments.
1C Form Compilation from JSON DSL
Development
Compiles a 1C managed form from a compact JSON DSL definition. Generates a complete Form.xml (100-500+ lines) from a concise JSON specification (20-50 lines). Use when creating a new form from scratch; automatically handles namespace declarations, companion elements, and sequential IDs.
Penetration Test Reporter
Security
Document and report security findings from penetration tests with severity ratings and remediation guides.
Sentry Known Pitfalls
Development
Identify and fix common Sentry pitfalls. Use when troubleshooting issues, reviewing configs, or preventing mistakes.
Infrastructure as Code with Terraform
DevOps
Write Terraform configurations for cloud infrastructure with modules, state management, and best practices.
Load Auto-Generated Skill
Development
Loads an auto-generated skill into the current session without requiring a restart. If no skill name is provided, it lists all available auto-generated skills for selection. This is helpful for immediately using skills created or discovered during an active session.
Complete GitHub Integration
Development
This skill provides complete GitHub API integration for managing repositories, issues, pull requests, Actions workflows, and security alerts. It helps automate Git workflows directly from the AI coding assistant. Use it when you need to interact with GitHub programmatically without switching contexts.