Find the perfect skill
New Track
Development
Create a new track (feature, bug fix, chore, or refactor) with a detailed specification and phased implementation plan.
Turn PR comments into lint rules
Development
Convert recurring PR review comments into automated lint rules with tests and CLAUDE.md annotation.
Building Logseq Plugins
Development
Expert guidance for creating Logseq plugins compatible with the DB architecture. Covers plugin structure, Logseq API, and database-specific considerations.
Claude Agent SDK Agent Creation
Development
Use when creating or configuring Claude AI agents using the Agent SDK. Covers agent initialization, configuration, and basic setup patterns.
Package Skill for Distribution
Development
Validates and packages a Claude Code Skill into a distributable zip file.
WTV: Vision-Driven Development
Development
WTV aligns development with a project's VISION.md. It operates in two modes: strategic assessment of distance-to-vision and tactical mission planning with execution from artisan agents. Ideal for teams wanting to keep every task tied to a clear purpose.
Encore Cron Jobs
Development
Schedule periodic tasks in Encore.ts using CronJob with interval or cron expressions. Covers best practices for idempotent endpoints.
PromptElo Setup
Development
Guides users through interactive setup of PromptElo settings, including server mode (global vs. self-hosted) and identity (anonymous or custom username). Useful for completing initial configuration or updating preferences.
Flow Tracer
Development
Trace data flows through the engine from ECS to GPU or file to entity, with built-in flows and custom step-by-step analysis.
Parallel Agent Orchestration
Development
Orchestrates complex development tasks with parallel agent execution, dependency analysis, and IOSM quality gates. Ideal for multi-file features and brownfield refactoring.
brepjs-cad skill eval
Development
Run a manual brepjs-cad skill evaluation loop without an API key. Propose fixes by re-authoring playground examples with a blind judge subagent.
Master Backend Architecture Patterns
Development
Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems.