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 70Test 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.
bash-dev
Safe 70Write secure Bash scripts with best practices
by Cain96
Bash scripts often fail silently or expose security vulnerabilities. This skill provides comprehensive standards for error handling, safe variable usage, and reliable script structure that prevent common mistakes.
reviewing-pull-requests
Safe 78Review pull requests with automated quality gates
by C0ntr0lledCha0s
Managing pull requests manually wastes time and creates inconsistent reviews. This skill automates PR creation, runs quality gates, and provides structured reviews to ensure every merge meets team standards.
playwright-testing
Low Risk 78Master Playwright E2E testing
by C0ntr0lledCha0s
Writing reliable end-to-end tests is challenging without proper guidance. This skill provides expert-level Playwright knowledge including locators, page objects, fixtures, and debugging techniques to help you build robust browser automation tests.
jest-testing
Safe 80Write Jest tests for JavaScript apps
by C0ntr0lledCha0s
Users need guidance writing effective Jest tests for JavaScript and TypeScript applications. This skill provides comprehensive Jest expertise including configuration, matchers, mocking strategies, and React Testing Library patterns to write reliable, maintainable tests.