Find the perfect skill
External Agent Code Reviewer
Development
Runs parallel code reviews using external agents (Codex, Gemini), verifies suggestions critically, and returns filtered improvements.
Cursor Known Pitfalls
Development
Identify and avoid common Cursor IDE pitfalls and mistakes, covering AI features, configuration, security, and team collaboration issues.
Convert PR comment into lint rule
Development
Turns recurring PR review feedback into an automated lint rule with tests, plus a CLAUDE.md annotation.
Skill Auditor
Development
Invokes the skill-auditor subagent to audit a skill for YAML compliance, XML structure, and best practices.
Pull Request Review
Development
Adjudicate a pull request as a maintainer. Reads the CI-posted pinned review, refreshes if stale, and provides an interactive workflow to approve, request changes, or merge.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers and stand the test of time.
3D Game Development
Development
3D game development principles covering rendering, shaders, physics, cameras, and lighting. Practical guide for creating performant 3D visuals.
Weekly Engineering Retrospective
Development
Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking.
Dashboard Design
Development
Design effective dashboards with clear layouts, KPI displays, and responsive grids. Covers dashboard patterns, information hierarchy, and widget design.
React State Management
Development
Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.
Web Scraping with Chrome DevTools
Development
Extract content from login-required websites using Chrome DevTools. Supports article extraction and batch processing.
Upgrade Python Dependencies with uv
Development
Upgrade all Python dependencies using uv, then run post-upgrade checks (type checking and tests) to ensure nothing is broken.