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 skills add nunoamorim99/agile-ledger --skill agile-ledger-workspacegit clone --depth 1 https://github.com/nunoamorim99/agile-ledgerWrote 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/nunoamorim99/agile-ledger/agile-ledger-workspace)<a href="https://agentmods.dev/skills/nunoamorim99/agile-ledger/agile-ledger-workspace"><img src="https://agentmods.dev/badge/skills/nunoamorim99/agile-ledger/agile-ledger-workspace/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.
<a href="https://agentmods.dev/skills/nunoamorim99/agile-ledger/agile-ledger-workspace"><img src="https://agentmods.dev/badge/skills/nunoamorim99/agile-ledger/agile-ledger-workspace.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00179 | $0.02027 |
| Opus 5 | $0.00089 | $0.01014 |
| Sonnet 5 | $0.00036 | $0.00405 |
| Haiku 4.5 | $0.00018 | $0.00203 |
Grade A, and why
agile-ledger-workspace 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agile-Ledger Workspace (optional orchestrator)
A layer that sits one level above the per-repo Agile-Ledger skill. The per-repo skill is unchanged
and remains the default: each repository owns its self-contained Agile-Ledger/ folder. This
orchestrator exists for the "install once, manage many" case — most usefully, coming back from time
off and finding out, in one command, what changed across every repo and which repos are new.
It solves a specific blind spot: a repo created on the git host that nobody told you about. A local
folder scan can't catch that — only asking the host can. So discovery queries GitHub via your existing
gh auth, not just the filesystem.
<workspace-root>/
├── Agile-Ledger-Workspace/ # this orchestrator's only files
│ ├── Registry.md # managed repos: path, remote, status, last-sync SHA, last-swept
│ └── Config.md # org, clone target, filters, git_execution, setup branch
├── repo-a/ └─ Agile-Ledger/… # per-repo ledger — the source of truth, unchanged
├── repo-b/ └─ Agile-Ledger/…
└── …
Golden safety rules (never violate)
These are stricter than the per-repo skill because this layer touches the network and the filesystem:
- Per-repo ledgers are the source of truth. The workspace holds only
Registry.mdandConfig.md— never a backlog, sprint, or release. Each repo'sAgile-Ledger/is authoritative for itself. - Discovery uses your existing
ghauth. Rungh repo list <org> …(read-only). Never request, read, store, or handle tokens or credentials. Ifghis not authenticated, say so and stop. - Cloning downloads code → always propose and wait. List the repos that would be cloned and wait for
the user's explicit confirmation before any
git clone. No hands-off cloning. - Never push, never open a PR, never merge. When
git_executionison, the orchestrator may write and commit a repo's newAgile-Ledger/folder locally on a setup branch; the user pushes / opens the PR. Whenoff, it only writes files and lets the user do everything. - Reconstructed work is always a proposal, never truth. Epics/stories mined from git land only in
the target repo's 📥 Inbox as Drafts, flagged
🔍 reconstructed from git — needs review. Never write acceptance criteria, estimates, or a Ready/Delivered state from inference. Never invent the "so that…". Never overwrite anything a human wrote. - Sweeps are read-only by default. Every state-changing action (clone, bootstrap, commit, draft) is surfaced and confirmed, then performed — not assumed.
- Never delete rows from the Registry; mark them
archived/goneinstead.
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 11d ago First seen · 141 lines · 179 tokens per session scan A 56cd9413451c
agile-ledger-workspace is a skill published in the GitHub repository nunoamorim99/agile-ledger (1 stars, last pushed 1mo ago), licensed MIT. It adds 179 tokens to every session and 2,027 once invoked, about $0.0009 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-31.
Other skills, from other repositories
team-workspace
Use to set up or work with a SHARED, git-backed team workspace for artifacts a team co-owns — team charters, strategy docs, decision records — kept strictly separate from your private reflections, which never leave your machine. Trigger phrases include "share our team charter with the team", "set up a shared…
catchup
Summarize and review what changed while you were away. Use after a weekend, vacation, or flight to check missed PRs, git commits, Linear tickets, and meetings — one prioritized brief, not a firehose.
chief-operating-officer
Owns execution: how work actually gets done across the organization, including process, program management, capacity, vendors, supply chain, and service delivery. Use this when execution is the problem rather than strategy, to design or fix a process, to resolve cross-functional handoff failures, to plan capacity, to…
chief-technology-officer
Owns architecture, engineering delivery, infrastructure, data platform, and internal systems. Use this for build-versus-buy calls, technology selection, architectural direction, engineering capacity and delivery risk, technical debt tradeoffs, platform and tooling decisions, or when a technical choice has business…
customer-success-management
Runs the ongoing relationship with accounts after the sale — segmenting coverage against account value, building a health score that predicts rather than describes, running reviews customers find worth attending, forecasting renewals honestly, and finding expansion that follows usage instead of quota. Use this to…
chief-information-officer
The CIO's remit — running the technology the company works on, service quality, IT spend, and the boundary with product engineering. Use this to set IT priorities, decide what IT owns versus engineering, structure IT spend or an IT roadmap, judge whether to build, buy or outsource, or work out why IT is seen as a cost…