Find the perfect skill
Cursor Known Pitfalls
Development
Identify and avoid common Cursor IDE pitfalls and mistakes, covering AI feature pitfalls, configuration issues, security concerns, and team collaboration.
Create Skills
Development
Guide for creating effective skills that extend Claude's capabilities with specialized workflows and tool integrations.
Pikku Project Discovery
Development
Discovers the structure of a Pikku project by listing functions, tags, middleware, permissions, HTTP routes, channels, schedulers, and queues. Use it to understand an existing codebase, inspect dependencies, or find potential issues like untagged functions.
Fix GitHub Issue
Development
End-to-end workflow for fixing a GitHub issue: read, implement, test, and commit.
Review PRs
Development
Process open PRs: screen, judge via audit-the-list, then merge or close on GitHub.
Code Quality Checker
Development
Runs ruff for linting and mypy for type checking on the codebase. It can auto-fix ruff violations and target specific directories. Useful for catching style issues, security warnings, and type errors before commit.
Coding Standards & Best Practices
Development
Universal coding standards and best practices for TypeScript, JavaScript, React, and Node.js development.
Project Skill Updater
Development
Re-analyze project source and regenerate skill files under skills/ for Phoenix Duskmoon UI and Duskmoon Bundler.
Interactive Chart Implementation
Development
Creates interactive charts for car registration and COE data visualization using Recharts. Use when adding new chart types, fixing chart bugs, or implementing data dashboards for automotive datasets.
VCF Alias
Development
Short alias for vc-phase-loop, triggering hands-off execution when the user invokes vcf:.
AI Skill: Concepts and Design
Development
Comprehensive guide on creating AI Skills: definition, design principles, comparison with Rules and MCP.
Open a PR
Development
Opens a PR from the current branch to main: commits if needed, ensures an Nx version plan exists, pushes, and creates a PR with description and testing steps. Only runs when explicitly requested by the user.