Opkod Claude Code Plugins banner
opkod-france opkod-france

Opkod Claude Code Plugins

Development community

Description

Self-hosted Claude Code plugins marketplace by OPKOD France

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OPKOD Claude Code Plugins

Claude Code plugin marketplace by OPKOD France. Three plugins so far: UI refactoring with Tailwind and shadcn, Strapi v5 plugin scaffolding, and Strapi admin UI design.

Install

/plugin marketplace add opkod-france/opkod-claude-code-plugins
/plugin marketplace update opkod-marketplace
/plugin install @opkod-marketplace

Or browse with `/plugin` and pick from the Discover tab.

Plugins

Plugin What it does Install
ui-polish Refactor and review Tailwind + shadcn UI using Refactoring UI principles /plugin install ui-polish@opkod-marketplace
strapi-plugin-dev Build Strapi v5 plugins with Document Service, factories, RHF + Zod, TanStack Query /plugin install strapi-plugin-dev@opkod-marketplace
strapi-ui-design Build Strapi v5 admin UI using only the Strapi Design System v2 /plugin install strapi-ui-design@opkod-marketplace

ui-polish

For React projects using Tailwind and shadcn/ui. Spots design issues and refactors components in place.

**Usage**

/refactor src/components/SignupForm.tsx
/review src/components/Pricing.tsx

Or just describe what you want. The `refactoring-ui` skill auto-triggers on prompts like "make this look better" or "the spacing here feels off."

**What you get**

  • Skill refactoring-ui covers hierarchy, spacing, typography, color, shadcn patterns, and common anti-patterns
  • Commands /refactor (edits in place) and /review (read-only audit)
  • Agent ui-reviewer for context-isolated multi-file reviews. Skips Strapi admin code, which has its own reviewer.

strapi-plugin-dev

For Strapi v5 plugin development. Knows Document Service API, factory patterns, route conventions, and the modern admin stack (RHF + Zod, TanStack Query v5, Content Manager injection). Verifies against the latest docs via Context7.

**Usage**

/s