Skip to content

MicoDevPH/agent-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agent-skills

Agent skills you can use with any AI coding assistant — opencode, Claude Code, Cursor, Windsurf, and others.

A skill is a markdown file (SKILL.md) that instructs an AI agent how to perform a specific task. Just share the file with your agent and it will follow the workflow.

Skills

tailwind-v4-grader

Grades a Tailwind CSS v4 project against best practices, producing a structured scorecard with:

  • Letter grade (A+ through F, mapped to 0–100)
  • Per-category scores across 8 categories (Color System, Configuration, Component Extraction, Class Organization, Responsive Design, Performance, Dark Mode, v4 Migration Readiness)
  • Prioritized issues (HIGH / MED / LOW)
  • Improvement plan with concrete steps organized in phases

Installation

One-liner (recommended)

curl -fsSL https://raw.githubusercontent.com/MicoDevPH/agent-skills/main/install.sh | bash

Manual

git clone https://github.com/MicoDevPH/agent-skills.git
cp -r agent-skills/tailwind-v4-grader ~/.agents/skills/

For opencode: restart or reload your config. For other agents: reference the SKILL.md file in your prompt or agent instructions. The skill triggers when you ask to audit, review, or grade a Tailwind v4 project.

Using with other agents

Copy the contents of tailwind-v4-grader/SKILL.md into your prompt, or point your agent to the file. The workflow is self-contained and agent-agnostic.

License

MIT

About

A collection of skills for opencode

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors