tailwind
v1.9.0Tailwind CSS v4 tools for initialization, auditing, migration, and optimization
By Gopher GuidesLicense: MIT21 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tailwind for Codex and Claude Code
codex plugin marketplace add gopherguides/gopher-ai
codex plugin marketplace upgrade gopher-ai
codex plugin add tailwind@gopher-aiPaste and run these commands in a terminal with Codex. They add and refresh the gopher-ai catalog, then install this plugin.
Compatibility: the page URL and API slug “tailwind” remain stable.
- Codex:
tailwind@agent-plugin-marketplace→tailwind@gopher-ai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/gopherguides/gopher-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tailwind/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/tailwind-best-practices/SKILL.md└── .mcp.json
Included Skills1
Tailwind CSS v4 guidance: utility-first patterns, @theme directive for color/spacing/font config, @source for content paths, dark mode, responsive design, oklch colors, custom variants, v4 vs v3 differences. Use when user writes Tailwind utility classes, configures @theme or @source in CSS, asks about v4 syntax, or styles components.
MCP servers1
- command
- npx
- args
- -y [email protected]
Plugin manifests2
{
"name": "tailwind",
"version": "1.9.0",
"description": "Tailwind CSS v4 tools for initialization, auditing, migration, and optimization",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"tailwind",
"css",
"styling",
"frontend",
"v4",
"migration",
"audit"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Tailwind CSS",
"shortDescription": "Tailwind CSS v4 tools for initialization, auditing, migration, and optimization",
"developerName": "Gopher Guides",
"category": "Development"
}
}{
"name": "tailwind",
"description": "Tailwind CSS v4 tools for initialization, auditing, migration, and optimization",
"version": "1.9.0",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"tailwind",
"css",
"styling",
"frontend",
"v4",
"migration",
"audit"
],
"mcpServers": {
"tailwindcss": {
"command": "npx",
"args": [
"-y",
"[email protected]"
]
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tailwind on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tailwind)