Csf Quarterly Update
Description
Claude Agent Skill that drafts a CSF quarterly update (Quarterly_Updates row) from an evidence corpus — timeline, contradiction pass, traffic light and progress percent — for a director to review and submit.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
csf-quarterly-update
An [Agent Skill](https://docs.claude.com/en/docs/agents-and-tools/agent-skills/overview) that drafts a CSF quarterly update (a `Quarterly_Updates` row) for a director to review and submit.
It builds a dated evidence timeline first, walks that timeline for contradictions, then calculates `Traffic_Light` and `Progress_Percent` with written reasoning, and emits a validated JSON pack. The order is the point: laying every event on one dated line before assessing is what stops a confident earlier claim — a submitted update, a donor report, a signed-off status — from surviving into the new quarter after later evidence quietly corrected it.
The skill produces a **draft only**. It never submits and never writes to the system of record; the director sees the structured row before submit.
Install
Claude Desktop (upload as a zip)
- Download the zip. Grab `csf-quarterly-update.zip` from the latest release — it is already packaged in the structure the uploader expects: one top-level
csf-quarterly-update/folder withSKILL.mdat its root. You can also use the green Code → Download ZIP button on this repo, but then unzip it, rename thecsf-quarterly-update-mainfolder tocsf-quarterly-update, and re-zip that folder before uploading. - Open Claude Desktop → Settings → Capabilities.
- Turn on code execution / file creation if it is not already on. Skills run in the code sandbox, so the Skills section stays hidden until that is enabled.
- Under Skills, choose "Upload skill" and select the
.zipfile. Do not unzip it first — upload the archive itself. - Confirm it appears in the skill list as
csf-quarterly-update, and leave it enabled.
Then just ask for a quarterly update in a new chat — e.g. *"draft the Q3 update for OBJ-2026-07 from this evidence folder"* — and the skill triggers on its own from its description. Attach or paste your ob
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11