Find the perfect skill
Index files/directories into context-mode
Development
Index a local file or directory into context-mode's FTS5 knowledge base for targeted retrieval via ctx_search.
Zod - TypeScript Schema Validation
Development
Provides guidance on Zod schema validation, covering type inference, schema composition, parsing, refinements, transformations, error handling, and TypeScript integration. Ideal for building type-safe validation, form validation, and API input validation.
React 18 Lifecycle Patterns
Development
Provides migration patterns for unsafe class component lifecycle methods (componentWillMount, componentWillReceiveProps, componentWillUpdate) to React 18.3.1.
Capture Webpage to Figma
Development
Captures a live webpage as a Figma design using Playwright and a configured Figma design MCP. It handles both external sites (by bypassing CSP) and local servers (by injecting a capture script), then polls for completion. Useful for quickly turning any live page into a Figma frame for design review.
Vite: config, plugin API, SSR
Development
Vite reference guide covering configuration, plugin API, SSR, and Vite 8 Rolldown migration.
Conductor Validator
Development
Validates Conductor project artifacts for completeness, consistency, and correctness. Use after setup, when diagnosing issues, or before implementation.
ax — the AI-era curl: fetch, discover, extract
Development
Use the `ax` CLI tool for fetching URLs, exploring web pages, and extracting structured data, avoiding bare curl, regex over HTML, or throwaway scripts.
Code Linting and Auto-fix
Development
Lint and auto-fix JavaScript, CSS, and PHP files to enforce coding standards (ESLint, Stylelint, WPCS). Run before committing to ensure code quality and compliance.
Pull Request Creator
Development
Create high-quality pull requests via gh pr create, handling commits, branching, and pushes.
Workspace Discovery
Development
Interactive guide to discover available tools, workflows, agents, and hooks in the workspace via /help.
Sample Text Processor
Development
Reference skill for text processing with word counting, character analysis, and text transformations.
Scripting Subsystem Deep Audit (M30/M47)
Development
Deep audit of the M30/M47 scripting subsystem: .pex decompiler, .psc parser, AST→ECS recognizer chain, ECS runtime, and cell-loader attach path.