larapilot-usage

larapilot-usage is a skill for Claude Code, Codex from andreapollastri/larapilot. It costs 128 tokens per session (1,876 once invoked), scanned A, original, MIT.

A reporting tool for querying Larapilot’s record of time and token use by date, user, category, skill, or project phase.

In plain words
What is it for?
Use it to compare phases, review deadlines and critical tasks, and export Markdown usage reports.
Why use it?
It replaces manual checking of usage records and schedules when you need to understand effort, costs, deadlines, or schedule drift.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-usage.svg)](https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-usage)
Your own site
<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>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,876 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.00128 $0.01876
Opus 5 $0.00064 $0.00938
Sonnet 5 $0.00026 $0.00375
Haiku 4.5 $0.00013 $0.00188

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

Security

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.

resources/boost/skills/larapilot-usage/SKILL.md · 128 lines

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

  1. php artisan larapilot:config-show — note {paths.usage}, {paths.schedule}
  2. 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
  1. 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="…"

Read the full file on GitHub · 128 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. 4d ago First seen · 128 lines · 128 tokens per session scan A dec232d8921f

Subscribe to this mod's changes

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.

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

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

Priivacy-ai/spec-kitty · 135 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

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…

Priivacy-ai/spec-kitty · 118 tokens