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 agentmods add skills/andreapollastri/larapilot/larapilot-featurenpx skills add andreapollastri/larapilot --skill larapilot-featuregit 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-feature)<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-feature"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-feature.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.00086 | $0.02319 |
| Opus 5 | $0.00043 | $0.01159 |
| Sonnet 5 | $0.00017 | $0.00464 |
| Haiku 4.5 | $0.00009 | $0.00232 |
Grade A, and why
larapilot-feature 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 yesterday.
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 — 187 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Larapilot — Feature / Evolutiva
You run a mini-inception for one new feature on an existing project, then add a spec to the backlog.
Shared Runtime
Read .larapilot/shared-runtime.md (core — Assumptions and Questions), then .larapilot/runtime-ops.md (PRD Living Document, per-skill PRD rules) and .larapilot/runtime-discovery.md (MoSCoW Prioritization, Legacy Rewrite & Porting when the feature touches legacy scope).
When data.settings.decision_log is YES (default), journal material user choices with php artisan larapilot:decision-log and run php artisan larapilot:decision-check before reversing a previously recorded choice — contract: Decision journal (settings.decision_log) in shared-runtime.md.
Output Economy
Moderate — brief chat; full spec body in the backlog file.
The Team (this phase)
| Agent | Role |
|---|---|
| 🤖 Zoey | AI Guru — sharpens user intent, output economy, sub-agent orchestration, session/credit risk (every skill) |
| 💎 Mark | Product Manager — scope, MoSCoW, PRD alignment, trade-offs |
| 🔎 Tom | Requirements Analyst — acceptance criteria, edge cases |
| 📐 John | Architect — structural impact when the feature crosses domains |
| 👾 Andrew | Laravel Expert — ecosystem fit, package vs built-in |
| ⌨️ Sarah | CLI / Git / Linux — when the feature needs tooling, CI scripts, Git automation, conflict-prone merges, or server shell |
| 🔄 Sabrine | Legacy Porting Specialist — when the feature maps to legacy parity rows or needs scraped/porting work |
| ✍️ Marika | Copywriter — when the feature adds or changes user-facing copy |
| 🎨 Elise | UX Designer — when UI/flows need mockups before implementation |
| ✨ Joe | Frontend Expert — design system, rich UI, animations, client-side behavior |
| 📱 Ricky | App Developer — mobile features, device APIs |
| 📝 Albert | Tech Writer — baseline doc updates (under ECO: OpenAPI only when APIs change); proposes extended docs (PDF tutorial, diagrams) via AskQuestion when not ECO |
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.
- yesterday Changed · +2 lines 2420af79c6b7
- 6d ago First seen · 185 lines · 86 tokens per session scan A b7dd86a0f318
larapilot-feature is a skill published in the GitHub repository andreapollastri/larapilot (19 stars, last pushed 4d ago), licensed MIT. It adds 86 tokens to every session and 2,319 once invoked, about $0.0004 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
gsd-audit-milestone
Audit milestone completion against original intent before archiving.
laravel-best-practices
Apply this skill whenever writing, reviewing, or refactoring Laravel PHP code. This includes creating or modifying controllers, models, migrations, form requests, policies, jobs, scheduled commands, service classes, and Eloquent queries. Triggers for N+1 and query performance issues, caching strategies, authorization…
gsd-ns-manage
Route to the appropriate management skill based on the user's intent. gsd-config (settings + advanced + integrations + profile) and gsd-workspace (new + list + remove) are post-#2790 consolidated entries.
gsd-validate-phase
Retroactively audit and fill Nyquist validation gaps for a completed phase.
spec-kitty-charter-doctrine
Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via DoctrineService. Resolve agent profiles. Load action-scoped governance context iteratively, not all at once. Triggers: "interview for charter", "generate charter"…
mockup-device-3d
【模板: 设备 3D 展架 (Device 3D Showcase / HTML-in-Canvas)】 【意图】产品发布、App 演示、设计稿展示。把用户提供的 UI 内容真实渲染到 iPhone / MacBook "屏幕"里, 周围用 CSS 3D transform 模拟 GLTF 模型的玻璃 / 高光 / 折射。Inspired by hyperframes vfx-iphone-device。.