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.
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
curl -fsSL https://raw.githubusercontent.com/MicoDevPH/agent-skills/main/install.sh | bashgit 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.
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.
MIT