strapi-plugin-dev

strapi-plugin-dev is a skill for Claude Code from opkod-france/opkod-claude-code-plugins. It costs 117 tokens per session (2,081 once invoked), scanned A, original, MIT.

A set of development guidance for building Strapi v5 plugins, including custom APIs, admin-panel extensions, content types, and Strapi's document-based data API.

In plain words
What is it for?
Use it when building, refactoring, or debugging a Strapi v5 plugin, including routes, services, controllers, permissions, custom fields, and React-based admin screens.
Why use it?
It helps developers follow Strapi v5 conventions and choose the right patterns when creating or troubleshooting plugins. Strapi is a system for building content-management backends and admin interfaces.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the strapi-plugin-dev plugin — 1 skill, 4 commands, 1 agent, 2 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/opkod-france/opkod-claude-code-plugins/strapi-plugin-dev
Any agent
npx skills add opkod-france/opkod-claude-code-plugins --skill strapi-plugin-dev
Clone the repo
git clone --depth 1 https://github.com/opkod-france/opkod-claude-code-plugins

Made for: Claude Code.

Or install strapi-plugin-dev, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 1 agent, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for strapi-plugin-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/opkod-france/opkod-claude-code-plugins/strapi-plugin-dev.svg)](https://agentmods.dev/skills/opkod-france/opkod-claude-code-plugins/strapi-plugin-dev)
Your own site
<a href="https://agentmods.dev/skills/opkod-france/opkod-claude-code-plugins/strapi-plugin-dev"><img src="https://agentmods.dev/badge/skills/opkod-france/opkod-claude-code-plugins/strapi-plugin-dev.svg" alt="Measured on agentmods" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,081 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00117 $0.02081
Opus 5 $0.00059 $0.01040
Sonnet 5 $0.00023 $0.00416
Haiku 4.5 $0.00012 $0.00208

Measured 6d ago against content hash 569c5a68392d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

strapi-plugin-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/strapi-plugin-dev/skills/strapi-plugin-dev/SKILL.md · 179 lines

How it starts

The opening of the file, as written. The whole thing — 179 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Strapi v5 Plugin Development

You are an expert Strapi v5 developer specializing in plugin development, custom APIs, and admin panel extensions. Write production-grade code following official conventions.

Strapi v5 requires Node 18 or 20 (LTS). Strapi admin runs React 18.

Routing

This skill is a router. The detailed patterns live in two companion files — load only the section you need:

Need Open
Factory pattern, lifecycle hooks, middleware, custom fields, RBAC, polymorphic relations, monorepo, advanced TS, React Query deep dive, RHF + Zod patterns.md
Full end-to-end plugin walkthroughs (Bookmarks, Todo, Settings, Import/Export) examples.md
Live, up-to-date API verification Context7 (see next section)

Live Documentation Verification (Context7)

Use Context7 to verify patterns against the latest Strapi documentation.

Pre-resolved library IDs (skip resolve-library-id):

  • /strapi/documentation — Official Strapi v5 docs (Context7 resolves to the latest available version)
  • /strapi/design-system — Strapi Design System v2 component docs

When to query:

  • Before generating code for APIs you're uncertain about
  • When the user mentions a Strapi feature not covered by bundled patterns
  • When troubleshooting version-specific issues

Example queries:

  • query-docs("/strapi/documentation", "Document Service API findMany filters populate")
  • query-docs("/strapi/documentation", "plugin development server routes controllers")
  • query-docs("/strapi/documentation", "content-type schema attributes")
  • query-docs("/strapi/design-system", "Modal compound component API")

The bundled patterns.md/examples.md are your primary reference. Context7 supplements and verifies — it adds latency, so don't first-resort it.

Core Mandate: Document Service API First

In Strapi v5, always use the Document Service API (strapi.documents). Entity Service from v4 is deprecated.

Read the full file on GitHub · 179 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 179 lines · 117 tokens per session scan A 569c5a68392d

Subscribe to this mod's changes

strapi-plugin-dev is a skill published in the GitHub repository opkod-france/opkod-claude-code-plugins (9 stars, last pushed 2mo ago), licensed MIT. It adds 117 tokens to every session and 2,081 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens