Find the perfect skill
Django Expert Backend
Development
Provides expert guidance for Django backend development. Use it when building Django models, views, APIs with DRF, optimizing ORM queries, or implementing authentication and testing. Follows Django best practices to improve code quality and performance.
In-depth Interview for Specifications
Development
Interviews users in-depth using sequential questions to gather comprehensive requirements. Helps when complex projects need detailed specifications by uncovering technical constraints, UI/UX preferences, and tradeoffs. It continues asking until all aspects are covered, then writes the spec to a file.
Automated codebase exploration
Development
Automatically launches parallel exploration agents to analyze the codebase: similar features, architecture, integrations. Consolidates findings into a workflow state with no user interaction required.
Zod 4 Schema Validation - Patterns & Breaking Changes
Development
Covers Zod 4 schema validation patterns, including breaking changes from version 3 such as top-level validators (z.email(), z.uuid()) and the error parameter instead of message. Helps when migrating from Zod 3 to 4 or when writing schemas with Zod 4's new syntax.
Initialize Project Context
Development
Analyzes the current codebase structure, detects the tech stack, and generates a customized CLAUDE.md file with project overview, common commands, and testing strategy. Use it when starting work on a new project or when CLAUDE.md is missing or outdated.
Turborepo Caching and Build Optimization
Development
This skill provides patterns and templates for configuring Turborepo caching and build pipelines to optimize monorepo builds. It includes configurations for local and remote caching, pipeline dependencies, inputs, outputs, and env variables, helping reduce build times and improve CI/CD efficiency.
Factory Spec - MODEL Phase Orchestrator
Development
Orchestrates the MODEL phase of a factory: sequentially delegates the generation of functional specs (pm), technical specs (architect), and memory rules (rules-memory), with gate checks between steps. Useful for automatically producing specifications, ADRs, and project rules from an initial brief and scope.
Commit and Push Everything
Development
Stages all changes, creates a commit with a conventional message, and pushes to the remote repository after running safety checks for secrets, large files, and build artifacts. Useful for quickly committing and pushing complete sets of related changes, but requires explicit user confirmation before execution.
Open Source Best Practices
Development
Validates and prepares a GitHub project for open source release by cleaning the Git history of secrets and sensitive data, and ensuring essential legal, governance, and documentation foundations are in place. Helps when making a private repo public or hardening an existing public repository.
WebSocket Engineer
Development
Senior engineer for real-time bidirectional communication using WebSockets or Socket.IO. Designs scalable architectures with Redis pub/sub, room management, presence tracking, and authentication for millions of concurrent connections.
Jira Issue Lookup
Development
Looks up a Jira issue by key and displays its summary, status, assignee, priority, and direct link. Helps quickly fetch key details from Jira without leaving the IDE.
Vercel API Endpoint
Development
This skill creates a new Vercel serverless API endpoint following the NuxChain project conventions. It automatically enforces TypeScript, kvCache integration, CORS handling, rate limiting, error handling, and registration in vercel.json. Use this when you need to add a backend handler or a route under /api/.