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.
npx skills add bnomei/kirby-mcp --skill kirby-project-tourgit clone --depth 1 https://github.com/bnomei/kirby-mcpWrote 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.
[](https://agentmods.dev/skills/bnomei/kirby-mcp/kirby-project-tour)<a href="https://agentmods.dev/skills/bnomei/kirby-mcp/kirby-project-tour"><img src="https://agentmods.dev/badge/skills/bnomei/kirby-mcp/kirby-project-tour/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.
<a href="https://agentmods.dev/skills/bnomei/kirby-mcp/kirby-project-tour"><img src="https://agentmods.dev/badge/skills/bnomei/kirby-mcp/kirby-project-tour.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00058 | $0.00684 |
| Opus 5 | $0.00029 | $0.00342 |
| Sonnet 5 | $0.00012 | $0.00137 |
| Haiku 4.5 | $0.00006 | $0.00068 |
Grade A, and why
kirby-project-tour 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Kirby Project Tour
Quick start
- Follow the workflow below for a structured tour.
KB entry points
kirby://kb/glossary/rootskirby://kb/glossary/templatekirby://kb/glossary/controllerkirby://kb/glossary/blueprintkirby://kb/glossary/plugin
Required inputs
- Focus area (Panel, frontend, performance, security).
- Desired depth and output format.
- Any known pain points to prioritize.
Output template
- Roots: templates, snippets, controllers, models, blueprints, content, config, plugins.
- Inventory: templates/snippets/controllers/models/blueprints/plugins counts and notable overrides.
- Config highlights: debug/cache/routes/languages.
- Risks or gaps: missing runtime, unknown plugins, stale blueprints.
- Next steps: 3 targeted recommendations (DX/perf/security).
First edits
- Content display tweaks:
site/templatesandsite/snippets. - Query logic:
site/controllers. - Panel schema:
site/blueprints.
Common pitfalls
- Reporting locations without reading
kirby://roots. - Skipping runtime install when indexes look empty.
Workflow
- Call
kirby:kirby_initto capture versions and composer audit details. - Read
kirby://rootsand summarize where templates, snippets, controllers, models, blueprints, content, config, and plugins live. - Inventory project surface (prefer parallel calls):
kirby:kirby_templates_indexkirby:kirby_snippets_indexkirby:kirby_controllers_indexkirby:kirby_models_indexkirby:kirby_blueprints_indexkirby:kirby_plugins_index
- If runtime-backed data is needed, check
kirby:kirby_runtime_statusand runkirby:kirby_runtime_installif required, then retry indexes. - Read key config values when relevant:
kirby://config/debug,kirby://config/cache,kirby://config/routes,kirby://config/languages. - Use
kirby:kirby_searchto jump into task playbooks (examples: "scaffold page type", "custom routes", "search page", "custom blocks"). - If you hit unfamiliar terms, consult
kirby://glossaryandkirby://glossary/{term}. - If you are unsure which tool/resource to use next, call
kirby:kirby_tool_suggestor readkirby://tools.
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.
- 13d ago First seen · 67 lines · 58 tokens per session scan A ae663d91ef83
kirby-project-tour is a skill published in the GitHub repository bnomei/kirby-mcp (59 stars, last pushed 13d ago), licensed MIT. It adds 58 tokens to every session and 684 once invoked, about $0.0003 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.
Other skills, from other repositories
linear
Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
linear-graphql-skill
Operate Linear workspace issues, projects, and teams through Linear GraphQL API using UXC. Use when tasks require querying or creating issues, managing projects, or interacting with Linear workflow. Supports both Personal API Key and OAuth authentication.
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…
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.
pipefy-members-email-webhooks
Use this skill when the user wants to manage pipe membership, send or read card inbox emails, use email templates, or manage webhooks. Covers 12 MCP tools.
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…