larapilot-tracker

larapilot-tracker is a skill for Claude Code, Codex from andreapollastri/larapilot. It costs 127 tokens per session (1,970 once invoked), scanned C, original, MIT.

A synchronisation tool between a Larapilot backlog and an external project tracker such as Linear, Asana, Jira, Trello, ClickUp, or Monday. It sends user stories and plan tasks to the tracker and reads status back for comparison.

In plain words
What is it for?
Use it to create tracker issues and subtasks from backlog items, map statuses, and identify differences between local backlog state and remote tracker state.
Why use it?
It lets people who do not open Larapilot's backlog see work in the tracker their organisation already uses, while Larapilot remains the source of truth.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/andreapollastri/larapilot/larapilot-tracker.svg)](https://agentmods.dev/skills/andreapollastri/larapilot/larapilot-tracker)
Your own site
<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>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,970 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00127 $0.01970
Opus 5 $0.00063 $0.00985
Sonnet 5 $0.00025 $0.00394
Haiku 4.5 $0.00013 $0.00197

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

Security

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)
resources/boost/skills/larapilot-tracker/SKILL.md · 151 lines

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.mdProject 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.yaml exists) — otherwise run php artisan larapilot:install first
  • 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

  1. php artisan larapilot:tracker-status — provider, readiness, missing env vars, status map, linked spec count
  2. php artisan larapilot:tracker-status --ping — one live call to verify the credential and the target board/project
  3. php artisan larapilot:tracker-push [--dry-run] [--spec=US-001] [--force] — Larapilot → tracker
  4. php 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}

Read the full file on GitHub · 151 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. 5d ago First seen · 151 lines · 127 tokens per session scan C f60a7037ca19

Subscribe to this mod's changes

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.

Related

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.

open-gsd/gsd-core · 16 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

gsd-validate-phase

Retroactively audit and fill Nyquist validation gaps for a completed phase.

open-gsd/gsd-core · 19 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