code-review-preferences
Safe 72Apply code review best practices
by ChaiWithJai
Code reviews often lack structure, leading to inconsistent feedback and missed issues. This skill provides a systematic 3-pass review method with clear guidelines for giving constructive feedback.
verify
Safe 69Verify Builds and Recover from Errors
by Chachamaru127
Failed builds and broken tests waste development time. This skill verifies code builds, recovers from common errors, and applies approved review fixes while enforcing quality standards that prevent test tampering.
troubleshoot
Safe 69Diagnose and fix code errors
by Chachamaru127
Technical errors slow down development progress. This skill automatically diagnoses issues, identifies root causes, and guides resolution steps so developers can return to building quickly.
review
Safe 69Review code for quality, security, performance, accessibility
by Chachamaru127
Manual code review is time-consuming and inconsistent. This skill provides structured review checklists and automated analysis across multiple dimensions. Developers get consistent, comprehensive feedback on every change.
principles
Safe 69Apply Development Principles and Safety Guidelines
by Chachamaru127
AI coding assistants need clear principles to work safely and effectively. This skill provides development guidelines, safety rules, and VibeCoder support for non-technical users to guide AI-assisted development.
impl
Low Risk 68Implement features from Plans.md
by Chachamaru127
Features and tests often get delayed when developers focus on coding. This skill provides structured workflows to implement planned features and write tests efficiently while maintaining code quality.
using-argc-argcfile
Safe 71Create Bash CLIs with argc
by CGamesPlay
Creating command-line interfaces in Bash is complex and error-prone. This skill teaches you to use argc, a framework that uses special comment syntax to automatically generate argument parsers, help docs, and subcommand handlers.
nano-banana-builder
Safe 70Build web apps with Gemini Nano Banana
by CesarAugustusGroB
Creating image generation web apps with Google Gemini requires understanding conversational AI patterns, rate limits, and storage strategies. This skill provides production-ready code patterns for Next.js applications with Gemini Nano Banana APIs.
jutsu-creator
Safe 69Create jutsu and combat skills
by CesarAugustusGroB
Creating balanced game skills requires understanding damage formulas, elemental interactions, and turn-based mechanics. This skill provides a step-by-step workflow to design and generate TypeScript skill definitions for SHINOBI WAY.
combat-system-creator
Safe 71Build Turn-Based Combat Systems with Pure Functions
by CesarAugustusGroB
Combat systems often mix calculation logic with state management, making them hard to test and balance. This skill provides a proven dual-system architecture that separates pure combat math from state mutations, enabling easier testing, debugging, and balance adjustments.
writing-hookify-rules
Safe 71Create Hookify Safety Rules
by CaptainCrouton89
Claude Code users need guardrails to prevent dangerous operations and enforce coding standards. Hookify rules provide pattern-based warnings and reminders during development. This skill teaches the syntax and best practices for creating effective Hookify rules.
webapp-testing
Low Risk 69Test web apps with Playwright
by Cam10001110101
Testing local web applications requires launching browsers, managing servers, and automating interactions. This skill provides Python Playwright scripts to verify frontend functionality, debug UI issues, capture screenshots, and collect browser console logs.
mcp-server
Safe 71Build MCP Servers with Best Practices
by Cam10001110101
Create secure, efficient MCP servers that enable AI agents to interact with external APIs and services. Follow proven patterns for tool design, error handling, and evaluation.
mcp-builder
Low Risk 71Build Model Context Protocol servers
by Cam10001110101
Creating MCP servers requires understanding protocol specifications, tool design patterns, and evaluation techniques. This skill provides comprehensive guidance for building high-quality MCP servers in Python and TypeScript with working code examples and testing tools.
code-to-music
Low Risk 69Generate original music with code
by Cam10001110101
Transform creative ideas into original music compositions. Create algorithmic melodies, chords, and rhythms programmatically. Export finished pieces as MP3 files with realistic instrument sounds.
artifacts-builder
Low Risk 71Build complex HTML artifacts with React
by Cam10001110101
Creating elaborate HTML artifacts for Claude conversations requires modern frontend tooling. This skill provides automated scripts to initialize React projects with shadcn/ui and bundle them into single HTML files ready for artifact display.
react-19
Safe 71Build Modern React 19 Applications
by Calel33
React 19 introduces Actions, Server Components, and new hooks that simplify async operations and improve developer experience. This guide provides complete patterns for building, securing, and migrating React 19 applications.
graphite-cli
Safe 70Manage Stacked Pull Requests with Graphite CLI
by Calel33
Managing complex code changes with multiple dependent pull requests is challenging. This skill provides comprehensive guidance for using the Graphite CLI to create, submit, and synchronize stacked diffs efficiently.
git-workflow
Safe 68Master Git worktrees and commits
by Cain96
Writing good commits and managing branches is hard. This skill provides clear guidance on Git worktree workflows, conventional commits, and pull request best practices so your history stays clean and readable.
code-review
Safe 70Review code for security and quality issues
by Cain96
Manual code reviews are time-consuming and often inconsistent. This skill provides automated analysis of code security, performance, maintainability, and test coverage to improve code quality systematically.