tailwind-4-docs
This skill provides a workflow for answering Tailwind CSS v4 questions by utilizing a locally synced documentation snapshot. It guides agents through migration, configuration, and implementation tasks using official documentation, an engineering playbook, and a list of common migration pitfalls.
Is tailwind-4-docs safe to install?
Review the source first: our audit of tailwind-4-docs's source files found 1 shell command, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes a Python script to download external content and requires local file system access to store the documentation snapshot.
How we audit skills: our security review methodology.
Who is this skill for?
Developers and AI agents working on Tailwind CSS v4 projects who require access to official documentation and migration guidance.
What can you do with it?
- Answering Tailwind v4 configuration and utility questions
- Migrating projects from Tailwind v3 to v4
- Reviewing code for Tailwind v4 implementation and refactoring
- Checking compatibility and browser support for v4 features
How good is this skill?
Quality score: 5/10. The skill provides clear instructions for setup and usage, including specific file paths and a defined workflow for handling documentation dependencies.
What does the skill file contain?
# Tailwind 4 Docs ## Overview Use this skill to navigate a locally synced Tailwind CSS v4 documentation snapshot and answer development, configuration, migration, implementation, refactor, and review questions with official guidance. The docs snapshot is not bundled with this skill because the upstream repository is source-available but not open-source. Users must initialize the snapshot themselves and are responsible for complying with the upstream license. ## Quick start 1. Check whether the docs snapshot is initialized (`references/docs/` and `references/docs-index.tsx` exist). 2. If t...
Frequently asked questions
How do I initialize the documentation snapshot?
Run the command 'python skills/tailwind-4-docs/scripts/sync_tailwind_docs.py --accept-docs-license' in your terminal.
What happens if I cannot run the initialization script?
The agent uses 'references/gotchas.md' and 'references/engineering-playbook.md' as limited fallbacks and directs you to consult the official website.
How often should I update the documentation?
The documentation snapshot should be refreshed if it is older than one week.
Related skills
frontend-design
618.4KAI agents tasked with designing and building web interfaces who need to produce unique, high-quality visual identities rather than generic, templated designs
The frontend-design skill provides guidance for creating distinctive, intentional visual designs for web interfaces. It instructs the agent to act as a design lead at a small studio, focusing on avoiding templated defaults by making deliberate choices regarding typography, color palettes, layout, and motion. The skill emphasizes a structured process of brainstorming, planning, and self-critique before writing code.
github-actions-docs
264.6KDevelopers and DevOps engineers working with GitHub Actions workflows
The github-actions-docs skill provides grounded answers to GitHub Actions queries by retrieving information from official GitHub documentation. It assists with workflow syntax, security, migration, and runner configuration.
brainstorming
256.4KDevelopers and project managers who need to define requirements, architecture, and design for software projects before writing code
A structured brainstorming framework that guides users through project exploration, design proposal, and specification before implementation. It enforces a strict design-first workflow, requiring user approval for designs and documentation before transitioning to the writing-plans skill.
paper-context-resolver
140.4KDevelopers and researchers performing deep learning repository reproduction who encounter specific technical ambiguities in documentation
The paper-context-resolver skill provides targeted information from research papers to resolve specific gaps in deep learning repository reproduction. It focuses on technical details like dataset splits, preprocessing steps, evaluation protocols, checkpoint mappings, and runtime assumptions.