Find the perfect skill
Create or update pull request
Development
Create or update a pull request for current git changes. Includes build/check steps, commit message style, and PR writing guidelines.
Create an Agent Skill
Development
Guide to create a new agent skill with structure, guidelines, and best practices for coding agents.
API Design Principles
Development
Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs.
Open a PR to main
Development
Automatically open a PR to main: commit if needed, create an Nx version plan, push, and create the PR with a full description and testing steps.
Ralph - Self-referential iteration with verification
Development
Self-referential loop for iterating on tasks until completion, with architect verification. Includes optional PRD mode for breaking down projects into user stories and ultrawork mode for parallel execution with smart model routing.
Backend Architecture Patterns
Development
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.
PR Adapter
Development
Claude adapter for the EmbodiChain PR skill, used to create pull requests and fill GitHub templates.
Create PR in Japanese
Development
Creates a pull request with Japanese description, generated from commit history.
Convex HTTP Actions
Development
External API integration and webhook handling in Convex, covering HTTP routing, request/response handling, authentication, CORS, and signature validation.
Python Dependency Manager
Development
This skill manages Python dependencies using uv. It checks installed and outdated packages, updates dependencies safely (with test verification), adds or removes packages, and audits for security vulnerabilities. It enforces rules like never removing a dependency without checking usage and always running tests after changes.
Skill Validation and Review
Development
Validates and reviews skills against the Agent Skills specification, checking YAML, naming, descriptions, and structure. Offers improvement suggestions and optional fixes.
Capacitor App Upgrade v6 to v7
Development
Guides upgrading a Capacitor app from version 6 to 7, covering package updates and native sync steps.