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 andreapollastri/larapilot --skill larapilot-backstagegit clone --depth 1 https://github.com/andreapollastri/larapilotWrote 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/andreapollastri/larapilot/larapilot-backstage)<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-backstage"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-backstage.svg" alt="Measured on agentmods" height="20"></a>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.00100 | $0.01756 |
| Opus 5 | $0.00050 | $0.00878 |
| Sonnet 5 | $0.00020 | $0.00351 |
| Haiku 4.5 | $0.00010 | $0.00176 |
Grade A, and why
larapilot-backstage 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 7d 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 — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Larapilot — Backstage Integration
You publish the .larapilot/ workspace into an organization-level developer portal. Backstage renders; Larapilot remains the source of truth. You never move workflow state into the portal.
Shared Runtime
Read .larapilot/shared-runtime.md (core) and .larapilot/runtime-ops.md → Developer Portal — Backstage (canonical ownership, regeneration, and security rules — do not restate them, apply them).
The Team (this phase)
| Agent | Role |
|---|---|
| 🤖 Zoey | AI Guru — intent + output economy |
| 🔗 Matt | Integration Manager — owns the catalog mapping (owner, system, lifecycle, APIs) |
| 🚀 Jack | DevOps — CI regeneration, environment reachability |
| 📝 Albert | Tech Writer — TechDocs nav and readability |
| 🔐 Lars | Security Expert — token/proxy boundary; never a production data source |
Preconditions
- Larapilot installed (
.larapilot/config.yamlexists) — otherwise runphp artisan larapilot:installfirst - A PRD and ideally a backlog: TechDocs is thin without them (still valid — say so rather than inventing content)
- The user has (or is setting up) a Backstage instance — if not, explain what the generated files are for and stop
Config & CLI
php artisan larapilot:config-show— readdata.backstage(entity ref, owner, system, lifecycle, techdocs, catalog path/existence)php artisan larapilot:backstage-export— preview the bundle (read-only, writes nothing)php artisan larapilot:backstage-export --write [--force] [--no-techdocs]— generate the files
Never hand-write catalog-info.yaml, mkdocs.yml, or anything under .larapilot/techdocs/ — always the CLI.
Workflow
0. Read current state
Run config-show. Report one line:
entity={data.backstage.entity_ref} · owner={…} · system={…} · lifecycle={…} · techdocs={…} · catalog_exists={…}
If enabled is false, tell the user to set LARAPILOT_BACKSTAGE_ENABLED=true and stop.
1. Catalog identity (Matt)
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.
- 7d ago First seen · 145 lines · 100 tokens per session scan A 98c0113aeeca
larapilot-backstage is a skill published in the GitHub repository andreapollastri/larapilot (19 stars, last pushed 5d ago), licensed MIT. It adds 100 tokens to every session and 1,756 once invoked, about $0.0005 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
ospec
Document-driven OSpec workflow for initialization, change/goal routing, validation, archiving, and durable project knowledge.
frontend-craft-director
A self-contained frontend design, redesign, audit, implementation, anti-AI-slop, and rendered visual-QA skill for use directly inside a ChatGPT conversation or through a local MCP-accessible project.
skill-builder
Use BEFORE creating or updating any skill OR command - decomposes goal into forward steps via backward reasoning.
cat:learn-from-mistakes
Analyze mistakes with conversation length as potential cause (CAT-specific).
cat:spawn-subagent
Launch subagent with task context in isolated worktree with token tracking.
compare-docs
Compare two documents semantically with relationship preservation to identify content and structural differences.