Find the perfect skill
Domain-Driven Design Strategic Guide
Development
Strategic DDD guide for splitting the domain into bounded contexts, defining ubiquitous language, and creating business modules. Tactical patterns follow Clean Architecture.
JARVIS Packetize
Development
Turn a plain-English request into a bounded JARVIS work packet (intent, risk, owner gates, allowed files, verification, rollback) without executing anything.
Kubernetes Security Policies
Security
This skill covers implementing Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use it to enforce network segmentation, configure pod security standards, or set up least-privilege access controls.
Podcast Show Notes & Transcription Assistant
Content
Generates timestamped show notes, key takeaways, and formatted transcripts from podcast episodes. Use for podcast summaries, timestamps, and repurposing content.
Keyboard Navigation Tester
Testing
Automated assistance for testing keyboard navigation in frontend applications. Covers React, Vue, CSS, and accessibility.
Create Reusable Skill from Custom Approach
Security
Guides turning a custom security testing approach into a reusable skill, covering parameter definition, pattern extraction, and validation.
TDD Orchestrator with Parallel Execution
Testing
Executes the full TDD workflow: reads a ticket and associated knowledge, then runs TDD tests in parallel for all ready implementation tasks. After parallel execution, it launches a refine loop to fix any code-test issues. Ideal for accelerating TDD cycles when multiple independent test implementations are available.
Code Review
Development
Perform a rigorous code review of uncommitted changes, covering architecture, security, and quality. Outputs a detailed report and action plan for approval.
Archive RIPDPI OpenSpec Change
DevOps
Archives a completed OpenSpec change via the fail-closed taskctl workflow: verifies readiness, archives the change, and prepares task closure.
Conversational Persona Creation
Content
Generate interactive personas from any character (novel, game, anime, film) with two modes: immersion and perspective. Use /summon to create, list, or update characters.
Compact conversation into handoff document
Documentation
Compacts the current conversation into a handoff document so a fresh agent can continue the work. Saves to temp directory and references existing artifacts.
Web Accessibility (WCAG 2.1)
Development
Guidelines for implementing WCAG 2.1 accessibility, including text alternatives, color contrast, and inclusive design.