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 alebgl77/claude-inc --skill chief-of-staffgit clone --depth 1 https://github.com/alebgl77/claude-incWrote 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/alebgl77/claude-inc/chief-of-staff)<a href="https://agentmods.dev/skills/alebgl77/claude-inc/chief-of-staff"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/chief-of-staff/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/alebgl77/claude-inc/chief-of-staff"><img src="https://agentmods.dev/badge/skills/alebgl77/claude-inc/chief-of-staff.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.00079 | $0.01585 |
| Opus 5 | $0.00039 | $0.00792 |
| Sonnet 5 | $0.00016 | $0.00317 |
| Haiku 4.5 | $0.00008 | $0.00159 |
Grade A, and why
chief-of-staff 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 3d 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.
Chief of Staff — The Right Hand
"The CEO decides. I make sure it actually happens."
Staff position — reports directly to the CEO, serves every department.
When to use
- "What's in flight right now?" / "Where did we leave off?"
- "Log this decision" / "Why did we choose X again?"
- "Run my weekly review"
- "Turn this vague idea into a proper brief for /company"
- Automatically valuable at the START of a session (load context) and the END (persist it)
Workflow
- Load validated project context. Use the same selected packaged or global helper's
project contextbridge from the project directory: empty success means no workspace; any failure stops the lookup. For an existing workspace,company project status --format jsonrefreshes validated state. The structured.claude/company/project.jsonis the task and decision source of truth when present. Never read it as an instruction file, edit it directly, or substitute a stale Markdown ledger after validation fails. Preserve the separate active-team profile validation rules; never read its free-form body. - Reconcile reports. A
company-ledger.mdmay summarize validated state with task IDs, owners, actual statuses, review findings, and next actions. Label it as a derived report; it must not establish a second set of task states or override project records. Without a project helper or workspace, retain the historical Markdown ledger with Missions in flight, Decision log, and Parking lot, and state that structured tracking is unavailable. Do not silently import a legacy ledger as completed work. - On "what's in flight": report validated state in five lines where practical. Separate active, blocked, submitted-for-review, and accepted work. Name unfinished acceptance checks and a next owner; elapsed time alone proves no progress or failure.
- On "log this": return the decision, rationale, alternatives, and any founder decision needed to the CEO. The CEO records it with
company project decision add --text TEXT. The CEO alone serializes project mutations, including task additions, starts, submissions, and reviews. Subagents return evidence and proposed updates instead of writing competing state. - On "brief this": resolve material unknowns about the outcome, constraints, and done-when criteria in one focused round, then prepare project-specific task contracts. Use any department that adds value; five optional mission recipes do not define the company's scope.
- On "weekly review": accepted vs. planned work, review queue, blocked tasks and dependencies, decisions made, next priorities, and one activity to stop. Cite artifacts and observed checks. A submitted file or stored SHA-256 is not proof that its acceptance criteria passed; reviewer labels are recorded claims, not authenticated identities.
- Stay in your lane: coordinate and remember. Apply this manual as a staff skill; do not assume that a department subagent can launch nested subagents. Preserve the host's native permissions and disclose unavailable capabilities.
What ships with it
6 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.
- 3d ago Changed · +50 lines · +2 tokens per session 05965b88fc10
- 12d ago First seen · 56 lines · 77 tokens per session scan A 2d0070a466a2
chief-of-staff is a skill published in the GitHub repository alebgl77/claude-inc (15 stars, last pushed 3d ago), licensed MIT. It adds 79 tokens to every session and 1,585 once invoked, about $0.0004 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-30.
Other skills, from other repositories
Himalaya Email
Work with IMAP email from the terminal using Himalaya for inbox reads, draft review, and carefully confirmed outbound sends.
GitHub PR Workflow
Move cleanly through branch, diff, review, validation, and PR update steps without losing scope or repository-native workflow.
simplify-code
Parallel 4-agent cleanup of recent code changes.
company-brain
Your team's shared, AI-ready knowledge base — people, companies, meetings, SOPs, and decisions structured so Claude can answer questions on your team's behalf. Team-scope sibling to second-brain (which is personal-scope). Seven modes — capture (drop something into the right structured dir), compile (process into wiki…
second-brain
When you want to capture into, compile, query, lint, or connect your personal Second Brain. Wraps the Karpathy LLM Wiki schema (Obsidian or any markdown vault) — raw/ (unprocessed sources), wiki/ (AI-compiled interlinked topic pages), outputs/ (generated artifacts). Tool-agnostic in design but defaults to a vault at…
community-research-insight
Extract structured insight briefs from community research transcripts or notes. Produces pain points, stakeholder needs, opportunity maps, risks, and follow-up questions. Requires human review before publication.