Agent Plugins Marketplace
All plugins

tailwind

v1.9.0

Tailwind CSS v4 tools for initialization, auditing, migration, and optimization

CodexClaude Code1 Skill1 MCP serverstdio

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

Installs for the current user
codex plugin marketplace add gopherguides/gopher-ai
codex plugin marketplace upgrade gopher-ai
codex plugin add tailwind@gopher-ai

Paste 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-marketplacetailwind@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-ai

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/tailwind/.

Plugin files

plugins/tailwind/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/tailwind-best-practices/SKILL.md
└── .mcp.json

Included Skills1

tailwind-best-practicesskills/tailwind-best-practices/SKILL.md

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

tailwindcssstdio
command
npx
args
-y [email protected]

Plugin manifests2

plugins/tailwind/.codex-plugin/plugin.json
{
  "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"
  }
}
plugins/tailwind/.claude-plugin/plugin.json
{
  "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]"
      ]
    }
  }
}

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)