A collection of skills for AI coding agents. Skills are packaged instructions that extend agent capabilities.
Skills follow the Agent Skills format.
Review code for simplification opportunities and detect overengineering.
Use when:
- Reviewing new code for unnecessary complexity
- Refactoring existing code
- Verifying implementations follow "less is more" principle
- Checking for premature abstractions or YAGNI violations
Guidelines for writing commit messages following conventional commit format.
Use when:
- Creating git commits
- Writing PR descriptions
- Asking about commit message format
React compound component pattern for building flexible, composable UI components.
Use when:
- Creating new React components
- Building UI elements
- Refactoring components
- User mentions "compound components", "composable components", or "component patterns"
Design philosophy and UI/UX guidelines inspired by Apple, Linear, and Vercel. Focuses on simplicity, clarity, and restraint.
Use when:
- Planning new features or interfaces
- Making visual and interaction design decisions
- Reviewing implemented designs
- Seeking guidance on UX flow and simplification
Test-driven development guidelines with Playwright and Vitest.
Use when:
- Implementing new features
- Fixing bugs
- Adding test coverage
- Writing e2e, integration, or unit tests
Internationalization workflow using next-intl.
Use when:
- Adding translations
- Working with i18n
- Using
getTranslationsoruseTranslations - Translating content
npx skills add zoonk/agent-skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Examples:
Write a commit message for these changes
Create a compound component for a card
Help me add translations to this component
Each skill contains:
SKILL.md- Instructions for the agent
MIT