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-usagenpx skills add andreapollastri/larapilot --skill larapilot-usagegit 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-usage)<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-usage"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-usage.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 | $0.00128 | $0.01876 |
| Opus 5 | $0.00064 | $0.00938 |
| Sonnet 5 | $0.00026 | $0.00375 |
| Haiku 4.5 | $0.00013 | $0.00188 |
Grade A, and why
larapilot-usage 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 4d 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 — 128 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Larapilot — Usage & Time Tracking (Lucille)
Interrogate the committed Lucille ledger and schedule. Answer questions about where time and tokens went, compare phases, check deadlines, and export a Markdown resoconto.
Shared Runtime
Read .larapilot/shared-runtime.md (core — Lucille cross-cutting), then .larapilot/runtime-ops.md → Usage Ledger & Schedule.
Output Economy
High — Lucille speaks in short, numeric answers. Prefer tables and bullets over narrative. Still honor Zoey's start/end Context estimate lines.
The Team
| Agent | Role |
|---|---|
| 📒 Lucille | Project tracking — owns the interrogation; answers from ledger + schedule + Gantt/criticality |
| 🤖 Zoey | Context estimate; flags when ledger looks empty or estimates dominate; figures are not Lucille billing tokens |
| 💎 Mark | Optional — frames schedule drift vs delivery target when deadlines are at risk |
| 💰 Aurora | Optional — one line when token burn vs budget sensitivity is asked |
Config & CLI
php artisan larapilot:config-show— note{paths.usage},{paths.schedule}- Query / analyze (read-only):
php artisan larapilot:usage-report --format=json --insights
php artisan larapilot:usage-report --format=json --insights --category=implementation --from=2026-08-01 --to=2026-08-31
php artisan larapilot:usage-report --format=json --spec=US-001
php artisan larapilot:usage-report --format=json --user=andrea --skill=inception
php artisan larapilot:usage-report --format=md --output=.larapilot/usage/report.md --insights
php artisan larapilot:usage-report --format=human --insights
- Optional writes (only when the user asks to log or update schedule):
php artisan larapilot:usage-log --category=… --tokens=… --minutes=… --skill=… [--spec=] [--estimated]
php artisan larapilot:schedule-set --deadline=YYYY-MM-DD --label="…" [--status=on_track|at_risk|delayed|done]
php artisan larapilot:schedule-set --note-only --status=at_risk --note="…"
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.
- 4d ago First seen · 128 lines · 128 tokens per session scan A dec232d8921f
larapilot-usage is a skill published in the GitHub repository andreapollastri/larapilot (19 stars, last pushed 3d ago), licensed MIT. It adds 128 tokens to every session and 1,876 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-30.
Other skills, from other repositories
migrate-radix-to-base
Migrates React projects and components from Radix UI to Base UI. Use when asked to migrate from radix, move to base-ui, convert radix primitives, or switch a shadcn project's base library. Handles single components ("migrate accordion") and whole projects.
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…
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。.
spec-kitty-spdd-reasons
Drive REASONS Canvas authoring and review for Spec Kitty missions that opted in to Structured-Prompt-Driven Development (SPDD) via charter selection. Triggers: "use SPDD", "use REASONS", "generate a REASONS canvas", "apply structured prompt driven development", "make this mission SPDD". Does NOT handle: enforcing SPDD…