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 ashfulcra/fulcra-tools --skill fulcra-agent-reconcilegit clone --depth 1 https://github.com/ashfulcra/fulcra-toolsWrote 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/ashfulcra/fulcra-tools/fulcra-agent-reconcile)<a href="https://agentmods.dev/skills/ashfulcra/fulcra-tools/fulcra-agent-reconcile"><img src="https://agentmods.dev/badge/skills/ashfulcra/fulcra-tools/fulcra-agent-reconcile/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/ashfulcra/fulcra-tools/fulcra-agent-reconcile"><img src="https://agentmods.dev/badge/skills/ashfulcra/fulcra-tools/fulcra-agent-reconcile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00067 | $0.01686 |
| Opus 5 | $0.00034 | $0.00843 |
| Sonnet 5 | $0.00013 | $0.00337 |
| Haiku 4.5 | $0.00007 | $0.00169 |
Grade A, and why
fulcra-agent-reconcile 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 2d 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 — 106 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Fulcra Agent Reconcile
Enhances the fulcra-agent-teams skill. Bare teams
tracks tasks as OKF markdown under team/<team>/task/ and asks agents to hand-maintain task/index.md.
At any real scale that index drifts. This skill makes the index engine-owned and self-healing and adds
structured queries the convention otherwise lacks — without changing how tasks are written.
What it does
A bundled stdlib-only tool (coord-engine) that, for a given team:
- Folds changed
team/<team>/task/*.mddocs from the authoritativedata-updatesfeed, reading only the changed shards. - Heals
task/index.md(OKF §6, grouped by status) and appendstask/log.md(OKF §7, status transitions), with a periodic full-scan drift check that loudly rebuilds any divergence. - Emits
team/<team>/_coord/summaries.json— a fast-path aggregate so reads are one download, not N. Alongside the task rows it builds two read-side projections:reviews(coord.reviews.projection.v1— per-slug verdict state) andforge(coord.forge.projection.v1— PR responsibility + feedback item ids), whichbriefing/needs-meserve instead of scanning hundreds of raw shards per wake. The projection build is budgeted (COORD_PROJECTION_BUILD_BUDGET, default 240s) and converges across passes on a large legacy corpus; an incomplete build is marked and left unserved rather than served as current. - Answers
status/board/needs-me/searchfrom that aggregate.
Properties: orphan-proof (scheduled full-scan drift checks rebuild from ground truth), incremental (a durable feed cursor reads only changed task shards), degraded-safe (any feed/cursor/shard doubt falls back to the full listing scan; if that scan fails, the pass aborts and leaves the prior index intact — never publishes a truncated view).
The OKF Task contract (what a task doc looks like)
---
type: Task # OKF required
title: Fix the widget # OKF display name
description: one-line summary # OKF — becomes the index bullet text
timestamp: 2026-07-01T14:00:00Z # OKF last-change time
tags: [workstream:web, kind:bug]
# coord extensions (OKF-legal producer keys):
status: active # proposed|active|waiting|blocked|done|abandoned
priority: P1 # P0|P1|P2|P3
assignee: user # for needs-me
owner: claude-code:host:web
blocked_on: null
due: null
not_before: null # hides from needs-me until this time
---
<body: human notes>
Bare-teams tasks that lack the extension keys are still first-class — missing status/priority are
backfilled (proposed/P2).
What ships with it
1 file 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.
- 2d ago Changed 0ddeb24f4c10
- 11d ago First seen · 106 lines · 67 tokens per session scan A f383dcb611c1
fulcra-agent-reconcile is a skill published in the GitHub repository ashfulcra/fulcra-tools (10 stars, last pushed 2d ago), licensed MIT. It adds 67 tokens to every session and 1,686 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-31.
Other skills, from other repositories
meeting-action-items
Turn meeting notes into cited decisions, owners, tickets.
triage-issue
Intelligently triage bug reports and error messages by searching for duplicates in Jira and offering to create new issues or add comments to existing ones. When an agent needs to: (1) Triage a bug report or error message, (2) Check if an issue is a duplicate, (3) Find similar past issues, (4) Create a new bug ticket…
traction-eos
Implement the Entrepreneurial Operating System (EOS) to align vision and execution across a company. Use when the user mentions "EOS", "Entrepreneurial Operating System", "V/TO", "quarterly rocks", "Level 10 meetings", "accountability chart", "IDS process", "my company feels chaotic", "we keep having the same…
promote-idea
Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".
customer-onboarding-and-implementation
Takes a new customer from signature to working — setting a definition of live that both sides agreed before the contract was signed, planning and staffing the implementation, running data migration and integration realistically, training the people who will actually use it, and handing over to the ongoing…
vendor-management
Selects, contracts, and manages suppliers and vendors — requirements, evaluation, negotiation support, onboarding, performance management, and exit. Use this to choose a vendor, run a selection process, structure a service agreement's operational terms, manage an underperforming supplier, plan an exit or migration, or…