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-trackernpx skills add andreapollastri/larapilot --skill larapilot-trackergit 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-tracker)<a href="https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-tracker"><img src="https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-tracker.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.00127 | $0.01970 |
| Opus 5 | $0.00063 | $0.00985 |
| Sonnet 5 | $0.00025 | $0.00394 |
| Haiku 4.5 | $0.00013 | $0.00197 |
Grade C, and why
larapilot-tracker scanned grade C with 1 finding 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 5d 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.
Harvests environment variableshighData exfiltration
Enumerating or grepping the environment for keys collects credentials unrelated to what the mod says it does.
### 2. Collect credentials and the destination (Lars + Matt) How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Larapilot — Project Tracker Sync
You mirror the .larapilot/ backlog into the tool the rest of the organisation already lives in. Larapilot stays the source of truth. The tracker is a window onto delivery for people who will never open backlog.yaml — it is not a second place to run the workflow.
Shared Runtime
Read .larapilot/shared-runtime.md (core) and .larapilot/runtime-ops.md → Project Trackers (canonical direction, credential, and status-mapping rules — do not restate them, apply them).
The Team (this phase)
| Agent | Role |
|---|---|
| 🤖 Zoey | AI Guru — intent + output economy |
| 🔗 Matt | Integration Manager — owns provider choice, status mapping, link hygiene |
| 💎 Mark | Product Manager — decides what non-developers need to see on the board |
| 🔐 Lars | Security Expert — API keys live in .env, never in .larapilot/ |
Preconditions
- Larapilot installed (
.larapilot/config.yamlexists) — otherwise runphp artisan larapilot:installfirst - A backlog worth syncing (
larapilot:spec-list) — an empty backlog syncs nothing; say so rather than creating placeholder cards - The user has an account and an API key for one of: Linear · Asana · Jira · Trello · ClickUp · Monday
Config & CLI
php artisan larapilot:tracker-status— provider, readiness, missing env vars, status map, linked spec countphp artisan larapilot:tracker-status --ping— one live call to verify the credential and the target board/projectphp artisan larapilot:tracker-push [--dry-run] [--spec=US-001] [--force]— Larapilot → trackerphp artisan larapilot:tracker-pull [--apply] [--spec=US-001]— tracker → drift report
Never create or edit cards by hand, and never hand-write .larapilot/tracker.yaml — always the CLI.
Workflow
0. Read current state
Run tracker-status. Report one line:
provider={data.provider} · ready={data.configured} · linked={data.specs.linked}/{data.specs.total} · tasks={data.sync_tasks}
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.
- 5d ago First seen · 151 lines · 127 tokens per session scan C f60a7037ca19
larapilot-tracker is a skill published in the GitHub repository andreapollastri/larapilot (19 stars, last pushed 4d ago), licensed MIT. It adds 127 tokens to every session and 1,970 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it C with 1 finding (harvests environment variables). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
gsd-ns-manage
Route to the appropriate management skill based on the user's intent. gsd-config (settings + advanced + integrations + profile) and gsd-workspace (new + list + remove) are post-#2790 consolidated entries.
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…
gsd-validate-phase
Retroactively audit and fill Nyquist validation gaps for a completed phase.
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。.