Install
mkdir -p .claude/skills/tailwind-elmomk && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16766" && unzip -o skill.zip -d .claude/skills/tailwind-elmomk && rm skill.zipInstalls to .claude/skills/tailwind-elmomk
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Compile Tailwind CSS from input.css to assets/main.css54 charsno explicit “when” trigger
About this skill
Compile Tailwind CSS for the project.
Run:
npx @tailwindcss/cli -i ./input.css -o ./assets/main.css --minify
Report whether it succeeded and the output file size.