Agent Plugins Marketplace
← All plugins

shadcn-ui

v1.1.1

Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI.

CodexClaude Code

By shadcnLicense: MIT15 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 24, 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 shadcn-ui for Codex and Claude Code

Installs for the current user
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add shadcn-ui@pleaseai

Paste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.

Compatibility: the page URL and API slug “shadcn-ui” remain stable.

  • Codex: shadcn-ui@agent-plugin-marketplace → shadcn-ui@pleaseai

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/pleaseai/claude-code-plugins

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

Plugin files

plugins/shadcn-ui/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/shadcn-ui/.codex-plugin/plugin.json
{
  "name": "shadcn-ui",
  "version": "1.1.1",
  "description": "Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI.",
  "author": {
    "name": "shadcn",
    "url": "https://github.com/shadcn"
  },
  "interface": {
    "displayName": "Shadcn Ui",
    "shortDescription": "Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI.",
    "longDescription": "Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI.",
    "developerName": "shadcn",
    "category": "UI",
    "capabilities": [
      "Skill"
    ],
    "defaultPrompt": [
      "Help me use Shadcn Ui for my current task."
    ],
    "websiteURL": "https://ui.shadcn.com"
  },
  "homepage": "https://ui.shadcn.com",
  "repository": "https://github.com/shadcn/ui",
  "license": "MIT",
  "keywords": [
    "shadcn",
    "shadcn-ui",
    "components",
    "radix",
    "base-ui",
    "ui"
  ]
}
plugins/shadcn-ui/.claude-plugin/plugin.json
{
  "name": "shadcn-ui",
  "version": "1.1.1",
  "description": "Manages shadcn/ui components and projects — adding, searching, fixing, styling, and composing UI — plus migrating from Radix UI to Base UI.",
  "author": {
    "name": "shadcn",
    "url": "https://github.com/shadcn"
  },
  "homepage": "https://ui.shadcn.com",
  "repository": "https://github.com/shadcn/ui",
  "license": "MIT",
  "keywords": [
    "shadcn",
    "shadcn-ui",
    "components",
    "radix",
    "base-ui",
    "ui"
  ],
  "skills": "./.agents/skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[shadcn-ui on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shadcn-ui)