larapilot-autopilot

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

An autopilot workflow for processing multiple ready backlog specifications with Larapilot. A backlog specification is a written description of a feature or change; the workflow can plan, implement, and optionally approve several of them.

In plain words
What is it for?
Use it to run all suitable backlog items, filter them by status or epic, limit the number processed, inspect settings and metrics, and approve completed items when automatic approval is enabled.
Why use it?
It reduces the repeated manual work of running the same planning and implementation process for many eligible specifications. It also applies project settings and selection rules before processing them.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it to run all suitable backlog items, filter them by status or epic, limit the number processed, inspect settings and metrics, and approve completed items when automatic approval is enabled.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andreapollastri/larapilot/larapilot-autopilot
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.

Any agent
npx skills add andreapollastri/larapilot --skill larapilot-autopilot
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-autopilot

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-autopilot/github.svg)](https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-autopilot)
Your own site
<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-autopilot"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-autopilot/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for larapilot-autopilot

Your own site · 80×15
<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-autopilot"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-autopilot.svg" alt="Reviewed on agentmods" width="80" 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 884 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00056 $0.00884
Opus 5 $0.00028 $0.00442
Sonnet 5 $0.00011 $0.00177
Haiku 4.5 $0.00006 $0.00088

Measured 9d ago against content hash b040dd3b92eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

larapilot-autopilot 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 9d 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-autopilot/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Larapilot — Autopilot

Batch-run larapilot-plan and larapilot-implement across eligible specs. Optionally auto-approve when settings.auto_approve is YES.

Shared Runtime

Read .larapilot/shared-runtime.md — especially Project Settings (auto_approve).

Output Economy

Minimal — see larapilot-autopilot in shared-runtime. Per spec: US-XXX: {from}→{to} | N tasks | OK or blocker. Batch summary at end. Delegate plan/implement chat style when those flows run.

The Team

Agent Role
🤖 Zoey AI Guru — batch credit risk, recommends --max and checkpoints before long autopilot runs
🛡️ Robert Code Reviewer — short checklist before auto-approve when enabled

Config & CLI

  1. php artisan larapilot:config-show — read data.settings.auto_approve
  2. php artisan larapilot:spec-list
  3. php artisan larapilot:metrics
  4. When auto-approving: php artisan larapilot:spec-approve {code}

Selection Rules

Read the PRD delivery target (see Delivery Target in shared-runtime). For Full Product or Enterprise, confirm with the user before processing large batches.

Default pipeline per spec:

  1. If status is TODO → run larapilot-plan for that spec
  2. If status is PLANNED → run larapilot-implement for that spec
  3. If status is REVIEW and settings.auto_approve is YES → short Robert checklist → spec-approveDONE
  4. If status is REVIEW and auto_approve is NO → leave in REVIEW (human /larapilot-review later)
  5. Skip specs in IN PROGRESS or DONE unless explicitly requested

Respect user filters:

  • --epic EP-001 (if provided in user message)
  • --max 3 (maximum specs to process)
  • --stop-on-failure (halt batch on first blocker)

Execution

Process specs one at a time in priority order (same ordering as spec-next).

After each spec:

  • Report progress in one line (Output Economy): code, status transition, task count, blocker if any
  • On blocker: log, skip or stop per policy
  • When implement finishes at REVIEW and auto_approve is YES: one-line checklist (criteria met / tests / residual risk) then spec-approve in the same turn — never invent approval if Critical blockers remain; leave in REVIEW and report

Read the full file on GitHub · 71 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. 9d ago First seen · 71 lines · 56 tokens per session scan A b040dd3b92eb

Subscribe to this mod's changes

larapilot-autopilot is a skill published in the GitHub repository andreapollastri/larapilot (19 stars, last pushed 7d ago), licensed MIT. It adds 56 tokens to every session and 884 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.