Skip to content

zoonk/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

A collection of skills for AI coding agents. Skills are packaged instructions that extend agent capabilities.

Skills follow the Agent Skills format.

Available Skills

code-simplification

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

commit

Guidelines for writing commit messages following conventional commit format.

Use when:

  • Creating git commits
  • Writing PR descriptions
  • Asking about commit message format

compound-components

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

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

testing

Test-driven development guidelines with Playwright and Vitest.

Use when:

  • Implementing new features
  • Fixing bugs
  • Adding test coverage
  • Writing e2e, integration, or unit tests

translations

Internationalization workflow using next-intl.

Use when:

  • Adding translations
  • Working with i18n
  • Using getTranslations or useTranslations
  • Translating content

Installation

npx skills add zoonk/agent-skills

Usage

Skills 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

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published