Tailwind Frontend Copilot skill for Codex/OpenClaw.
This repository hosts the deliverables for the tailwind-frontend-copilot skill, including:
- skill package artifact (
.skill) - test fixtures and validation reports
- planning and maintenance documents
- release assets for direct download
- New Tailwind integration for frontend projects
- Maintenance and debugging for existing Tailwind projects
- Performance and style improvement workflows
- Tailwind v3 to v4 migration guidance with rollback strategy
- Human-in-the-loop gates (Gate A/B/C)
dist/: packaged skill artifact and release package filesdocs/plans/: implementation planstailwind-skill-testbeds/: test fixtures for scenario simulationtailwind-skill-tests/: test outputs and reportstask_plan.md,findings.md,progress.md: process tracking artifactsEverything-SDK/: upstream SDK files retained from local workspace
Use the latest release asset:
tailwind-frontend-copilot.skill
Typical local locations:
- Codex:
~/.codex/skills/ - OpenClaw:
~/Shy's AI BOX/OpenClaw/skills/ - Shared source:
~/.agents/skills/
- "接入 Tailwind"
- "升级 Tailwind v3 到 v4"
- "排查 class 不生效"
This repo publishes:
- GitHub Release (versioned)
- raw
.skillpackage - checksum file (
.sha256) - bundled archive (
.tar.gz)
- Keep references modular and load on demand.
- Use deterministic scripts for stack detect/audit/index refresh.
- Re-run validation before release.
MIT License.