larapilot-implement

larapilot-implement is a skill for Claude Code, Codex from andreapollastri/larapilot. It costs 56 tokens per session (3,108 once invoked), scanned A, original, MIT.

A coding workflow for carrying out an already approved Larapilot specification, a written description of a planned software change. It guides the agent through coding, testing, review, and handoff.

In plain words
What is it for?
Use it to start a backlog item, complete sprint work, run the required tests, and prepare the result for human review.
Why use it?
It removes the need to turn an approved plan into code manually while keeping implementation steps and testing aligned with the project’s rules.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/andreapollastri/larapilot/larapilot-implement
Any agent
npx skills add andreapollastri/larapilot --skill larapilot-implement
Clone the repo
git clone --depth 1 https://github.com/andreapollastri/larapilot

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for larapilot-implement

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-implement.svg)](https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-implement)
Your own site
<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>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,108 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 85dda6783d4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

resources/boost/skills/larapilot-implement/SKILL.md · 135 lines

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

  1. php artisan larapilot:config-showread data.settings (effort, git_mode, testing) and data.frontend when topology is external; honor them for the whole run
  2. php artisan larapilot:spec-show {code} OR php artisan larapilot:spec-next --status=PLANNED
  3. php artisan larapilot:spec-start {code}
  4. php artisan larapilot:task-done {code} {taskId} (after each task)
  5. php artisan larapilot:quality — Pint + Larastan (level 5+) before backend task-done; use --fix for formatting when needed
  6. php artisan larapilot:spec-review {code}

Read the full file on GitHub · 135 lines

Changes

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.

  1. 3d ago First seen · 135 lines · 56 tokens per session scan A 85dda6783d4e

Subscribe to this mod's changes

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.

Related

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.

shadcn-ui/ui · 61 tokens

gsd-audit-milestone

Audit milestone completion against original intent before archiving.

open-gsd/gsd-core · 17 tokens

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…

laravel/boost · 114 tokens

mockup-device-3d

【模板: 设备 3D 展架 (Device 3D Showcase / HTML-in-Canvas)】 【意图】产品发布、App 演示、设计稿展示。把用户提供的 UI 内容真实渲染到 iPhone / MacBook "屏幕"里, 周围用 CSS 3D transform 模拟 GLTF 模型的玻璃 / 高光 / 折射。Inspired by hyperframes vfx-iphone-device。.

nexu-io/html-anything · 48 tokens

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.

gemini-cli-extensions/conductor · 34 tokens

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"…

open-gsd/gsd-pi · 90 tokens