kirby-plugin-development

kirby-plugin-development is a skill for Claude Code, Codex from bnomei/kirby-mcp. It costs 37 tokens per session (489 once invoked), scanned A, original, MIT.

A guide for building Kirby CMS plugins. Kirby is a content-management system, and plugins add reusable behavior such as hooks, content blocks, text tags, or Panel customizations.

In plain words
What is it for?
Use it to create or extend Kirby plugins, add reusable templates or controllers, customize the editing Panel, and test plugins locally.
Why use it?
It helps keep plugin structure, identifiers, extension points, and local testing consistent. It also highlights common integration mistakes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create or extend Kirby plugins, add reusable templates or controllers, customize the editing Panel, and test plugins locally.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bnomei/kirby-mcp/kirby-plugin-development
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.

Any agent
npx skills add bnomei/kirby-mcp --skill kirby-plugin-development
Clone the repo
git clone --depth 1 https://github.com/bnomei/kirby-mcp

Made for: Claude Code, Codex.

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 kirby-plugin-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/bnomei/kirby-mcp/kirby-plugin-development/github.svg)](https://agentmods.dev/skills/bnomei/kirby-mcp/kirby-plugin-development)
Your own site
<a href="https://agentmods.dev/skills/bnomei/kirby-mcp/kirby-plugin-development"><img src="https://agentmods.dev/badge/skills/bnomei/kirby-mcp/kirby-plugin-development/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for kirby-plugin-development

Your own site · 80×15
<a href="https://agentmods.dev/skills/bnomei/kirby-mcp/kirby-plugin-development"><img src="https://agentmods.dev/badge/skills/bnomei/kirby-mcp/kirby-plugin-development.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 489 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00037 $0.00489
Opus 5 $0.00018 $0.00244
Sonnet 5 $0.00007 $0.00098
Haiku 4.5 $0.00004 $0.00049

Measured 10d ago against content hash 87c7dc25b47d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

kirby-plugin-development 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 10d 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.

skills/kirby-plugin-development/SKILL.md · 54 lines

What it actually says

Kirby Plugin Development

KB entry points

  • kirby://kb/scenarios/04-share-templates-controllers-via-plugin
  • kirby://kb/scenarios/05-kirbytext-kirbytags-hooks
  • kirby://kb/scenarios/15-custom-blocks-nested-blocks
  • kirby://kb/scenarios/17-extend-kirbytags
  • kirby://kb/scenarios/59-monolithic-plugin-setup
  • kirby://kb/scenarios/60-plugin-workflow-local-testing

Required inputs

  • Plugin id (vendor/name) and scope.
  • Extension points (hooks/fields/tags/blocks/sections).
  • Distribution plan (project-only or composer package).

Minimal plugin skeleton

Kirby::plugin('vendor/name', [
  'hooks' => [],
  'blueprints' => [],
  'snippets' => [],
]);

Local testing

  • Use the local workflow guide to test without publishing.
  • Render affected pages and verify plugin registration.

Common pitfalls

  • Using inconsistent plugin ids or folder names.
  • Registering hooks that assume Panel or API is always enabled.

Workflow

  1. Define the plugin id (vendor/name), feature scope, and whether it must be reusable across projects.
  2. Call kirby:kirby_init and read kirby://roots to locate plugin roots.
  3. Inspect existing plugins to avoid duplication: kirby:kirby_plugins_index.
  4. Use extension and hook references:
    • kirby://extensions and kirby://extension/{name}
    • kirby://hooks and kirby://hook/{name}
  5. Search the KB with kirby:kirby_search (examples: "kirbytext hooks", "extend kirbytags", "custom blocks", "share templates via plugin", "monolithic plugin setup").
  6. Implement the plugin with a minimal index.php registration, then add blueprints/snippets/assets as needed.
  7. Verify by rendering affected pages with kirby:kirby_render_page and confirming the plugin loads without errors.
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. 10d ago First seen · 54 lines · 37 tokens per session scan A 87c7dc25b47d

Subscribe to this mod's changes

kirby-plugin-development is a skill published in the GitHub repository bnomei/kirby-mcp (59 stars, last pushed 11d ago), licensed MIT. It adds 37 tokens to every session and 489 once invoked, about $0.0002 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-30.

Related

Other skills, from other repositories

defending-applications

Application security defense knowledge for builders. Covers Web/API/GraphQL hardening (XSS/SQLi/SSRF/IDOR/BOLA/Mass Assignment/deserialization/upload/path traversal), authentication/authorization (OAuth 2.0/OIDC/JWT/Session/Cookie/SAML/SSO), and LLM application security (prompt injection, jailbreak, RAG poisoning…

telagod/code-abyss · 152 tokens

designing-architectures

Architecture knowledge reference covering API design, security architecture, cloud-native patterns, caching strategies, message queues, and data security. Use when designing system architecture, APIs, or cloud-native infrastructure.

telagod/code-abyss · 43 tokens

backend

Backend engineering judgment, distilled from a stronger model - invoke when CHOOSING a tech stack, language, database, queue, or architecture; designing a service, API, business logic, or schema; making a system production-ready (observability, failure handling, security); or reviewing server-side code and judging…

telagod/code-abyss · 99 tokens

api-contract-design

Use this skill when freezing the interface between a backend and its clients before parallel work starts, or when changing an endpoint other code already calls - request/response shapes, status codes, error envelope, pagination, filtering, idempotency, versioning, and the breaking-change rules. Covers writing the…

chadixearth/graphyloop · 79 tokens

supabase-setup

Use this skill when setting up or changing a Supabase database - schema, migrations, row-level security, seeds, typed clients, or connecting an app to a hosted project. Covers the safe order of operations and the checks that prevent a public table or an unreviewable schema change.

chadixearth/graphyloop · 62 tokens

hipson-workflow

Use for structured Codex development workflows with Architect, Executor, and Reviewer roles, especially repo scans, task packets, review reports, verification, and two-Codex handoffs.

Hipson47/Hipson · 41 tokens