Find the perfect skill
Voice DNA Creator
Content
Analyzes writing samples to create a comprehensive voice DNA profile that AI can use to replicate your authentic style. Useful when setting up a new writing system, creating client profiles for ghostwriting, or updating a voice after style evolution.
Tester - Test Quality Validation
Testing
Verifies test quality, coverage, and correctness by ensuring BDD scenarios map 1:1 to tests and that testing rules (≥80% coverage, error handling) are followed. Used during the review phase to confirm the implementation meets acceptance criteria through automated test validation.
Paper Reference Assistant (CLI)
Data & AI
CLI assistant to manage and query a local database of academic papers using the `papi` command. Supports listing, searching (exact text, BM25, hybrid), showing summaries/equations, and adding papers via arXiv ID or PDF. Use before MCP RAG tools for fast, low-cost lookups.
Codebase Auditor (L2 Coordinator)
Development
Coordinates 9 specialized audit workers (security, build, architecture, code quality, dependencies, dead code, observability, concurrency, lifecycle) to analyze codebase quality. Helps generate a comprehensive, consolidated report by delegating parallel audits and aggregating results into a single document.
Manifest Plugin Setup
DevOps
Install and configure the Manifest observability plugin for your agents. Use this skill for telemetry, API key configuration, and troubleshooting.
DeepWork Jobs Management
Development
Creates and manages multi-step AI workflows by defining job specifications, reviewing them, generating step instructions, and learning from past runs. Helps streamline complex tasks that require multiple AI steps, such as data processing or content generation pipelines.
World Composition
Development
Open world streaming skill for world partition. Enables dynamic loading of zones in open-world games.
Git PR Core (Internal Infrastructure)
Development
Internal skill providing shared scripts for creating pull requests. Used by git-pr and git-cd-pr, it should not be called directly. Scripts cover scope verification, change analysis, PR creation, milestone and project assignment, and more.
Kustomize Generators for ConfigMaps and Secrets
DevOps
Leverage Kustomize generators to automatically create Kubernetes ConfigMaps and Secrets from literals, files, or environment files. Generated resources include content hashes in their names, enabling automatic pod rollouts when configuration changes. Helps manage environment-specific settings and credentials without manual YAML creation.
Embedding Hunt
Security
Uses embedding similarity to hunt for related behaviors across the environment. Starting from a confirmed malicious finding, it discovers behavior clusters, related entities, and variations of known attack patterns. Helps assess incident scope and detect coordinated or widespread threats.
Migrate Pages Router component to App Router
Development
Migrate a React component from Next.js Pages Router to App Router. Handles conversion of data fetching methods (getServerSideProps, getStaticProps), routing patterns, and hooks like useRouter and Head. Use when modernizing legacy Next.js pages to the App Router pattern.
Design Specification
Development
Produces a concrete frontend design specification from a feature requirement, mapping it to design system components, theme tokens, and brand language. Helps when starting a new UI feature or visual refresh, increasing confidence in subsequent planning steps.