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-implementnpx skills add andreapollastri/larapilot --skill larapilot-implementgit 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-implement)<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-implement"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-implement.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.00056 | $0.03108 |
| Opus 5 | $0.00028 | $0.01554 |
| Sonnet 5 | $0.00011 | $0.00622 |
| Haiku 4.5 | $0.00006 | $0.00311 |
Grade A, and why
larapilot-implement 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 3d 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 — 135 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Larapilot — Spec Implementation
Execute a planned spec: code, tests, review, handoff to REVIEW.
Shared Runtime
Read .larapilot/shared-runtime.md (core — Project Settings, Sub-agents), then .larapilot/runtime-delivery.md (architecture standards, Git discipline, factories/seeders, testing gates, scaffolding defaults, vendor policy, docs).
Read .larapilot/task-templates.md — execute each task's Git Deliverables and Test Data sections per data.settings.
Output Economy
High — see larapilot-implement in the shared-runtime table. Status lines: task → action → result → next. Robert/Lars: bullet findings with severity. Handoff summary ~10 lines unless blockers need detail. Code, tests, and CLI output verbatim.
When settings.effort is ECO: never spawn sub-agents; defer docs except OpenAPI when public/partner API routes change; short inline Robert/Lars checklist only; one-line status. When MAX: always run Robert + Lars as sub-agents when available (else inline deep), expand residual-risk notes.
The Team
🤖 Zoey · 📒 Lucille · 🔧 Alex · 🗄️ Mike · 👾 Andrew · ⌨️ Sarah · ✨ Joe · 📱 Ricky · 📝 Albert · ✍️ Marika · 🔄 Sabrine · 🔗 Matt · 🌍 Emily · 🧪 Anne · 🛡️ Robert · 🔐 Lars — roles in the shared-runtime roster. Mike reviews schema/migration work; Sarah owns Git mechanics (conflicts, rebase/merge, history hygiene), CLIs, forge automation, CI pipeline YAML/scripts, and Linux/server shell whenever those surfaces appear; Lucille logs the session at the end.
Config & CLI
php artisan larapilot:config-show— readdata.settings(effort,git_mode,testing) anddata.frontendwhen topology is external; honor them for the whole runphp artisan larapilot:spec-show {code}ORphp artisan larapilot:spec-next --status=PLANNEDphp artisan larapilot:spec-start {code}php artisan larapilot:task-done {code} {taskId}(after each task)php artisan larapilot:quality— Pint + Larastan (level 5+) before backendtask-done; use--fixfor formatting when neededphp artisan larapilot:spec-review {code}
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.
- 3d ago First seen · 135 lines · 56 tokens per session scan A 85dda6783d4e
larapilot-implement is a skill published in the GitHub repository andreapollastri/larapilot (18 stars, last pushed 26d ago), licensed MIT. It adds 56 tokens to every session and 3,108 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
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…
mockup-device-3d
【模板: 设备 3D 展架 (Device 3D Showcase / HTML-in-Canvas)】 【意图】产品发布、App 演示、设计稿展示。把用户提供的 UI 内容真实渲染到 iPhone / MacBook "屏幕"里, 周围用 CSS 3D transform 模拟 GLTF 模型的玻璃 / 高光 / 折射。Inspired by hyperframes vfx-iphone-device。.
conductor-implement
Executes the tasks defined in the specified track's plan. Use this to start or continue working on a feature, bug fix, or chore.
dependency-upgrade
Plan, batch, and verify dependency upgrades safely. Triages outdated packages into risk tiers, upgrades in order (dev/minor/patch first, runtime majors last), verifies each batch, and produces an auditable commit sequence. Use when asked to "upgrade deps", "bump packages", "update nodemodules", "fix vulnerabilities"…