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 agentmods add instructions/vscarpenter/gsd-task-manager/claude-mdgit clone --depth 1 https://github.com/vscarpenter/gsd-task-managerWrote 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/instructions/vscarpenter/gsd-task-manager/claude-md)<a href="https://agentmods.dev/instructions/vscarpenter/gsd-task-manager/claude-md"><img src="https://agentmods.dev/badge/instructions/vscarpenter/gsd-task-manager/claude-md.svg" alt="Measured on agentmods" 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 | $0.02858 | $0.02858 |
| Opus 5 | $0.01429 | $0.01429 |
| Sonnet 5 | $0.00572 | $0.00572 |
| Haiku 4.5 | $0.00286 | $0.00286 |
Grade A, and why
gsd-task-manager CLAUDE.md 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 4d 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 — 183 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
Guidance for Claude Code working in this repository. Coding standards live in @coding-standards.md (imported). Path-scoped rules live in .claude/rules/*.md and auto-load when their globs match.
Project Overview
GSD Task Manager is a privacy-first Eisenhower matrix task manager built with Next.js 16 App Router. All data is stored locally in IndexedDB via Dexie, with JSON export/import for backups. The app is a PWA that works completely offline.
Key Features:
- Single-Matrix UI (v9) — Simplified single-matrix layout with capture-bar; see
docs/adr/0011-v9-single-matrix-refactor.md - Optional Cloud Sync — Multi-device sync via self-hosted PocketBase at
https://api.vinny.io(OAuth with Google/GitHub) - MCP Server Integration — AI-powered task management through Claude Desktop with natural language queries
- Realtime Sync — PocketBase SSE (Server-Sent Events) for instant cross-device updates
- iOS-style Settings — Full-page settings with grouped layout and modular sections (
components/settings-page/) - Command Palette — Global ⌘K/Ctrl+K task search and actions are wired through
components/matrix-simplified/app-shell.tsx
Path-scoped rules (auto-loaded by glob — open these only when working in the matching subtree):
.claude/rules/pocketbase-sync.md— PocketBase v0.23+ gotchas, sync architecture, OAuth callback debugging.claude/rules/testing.md— Test runner, TDD workflow, jsdom/bun gotchas.claude/rules/sw-cache.md— Service worker multi-cache strategy (ADR 0012).claude/rules/mcp-server.md— MCP server package conventions and tool layout.claude/rules/archive-tombstone.md— ThearchivedTaskstombstone invariant (ADR 0013); read before writing totasksorarchivedTasks
Design Context
Strategic design intent lives in PRODUCT.md (root). Read it before UI/UX work or when running any /impeccable command.
- Register:
product— design serves the task (the matrix, capture bar, settings, dashboard), not a marketing surface. - Personality: calm & focused. Anti-references: flashy-AI startup, gamified todo toy, dense enterprise PM, generic SaaS dashboard.
- Principles: tool disappears into the task · privacy is the foundation · the matrix is the argument · earned familiarity over novelty · delight in moments, restraint on pages.
- Visual system: Inkwell 1.4.0 "GSD Editorial" — warm paper surfaces, graphite ink, Newsreader serif display over system sans, and restrained tide (#2C6680) for global interaction, with four matrix-only quadrant families. Runtime primitives live in
app/css/inkwell-tokens.css; quadrant washes/headers live inapp/globals.css; the durable contract isDESIGN.mdplus.ui-craft/brief.mdand.ui-craft/tokens.md. Tide is interaction ink, never gradient decoration. WCAG AA is the baseline, and quadrant titles must use--q*-inkrather than raw pigment.
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.
- 4d ago First seen · 183 lines · 2,858 tokens per session scan A c94971b9da59
gsd-task-manager CLAUDE.md is an instructions file published in the GitHub repository vscarpenter/gsd-task-manager (25 stars, last pushed 2d ago), licensed MIT. It adds 2,858 tokens to every session, about $0.0143 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 instructions, from other repositories
mediawork-mcp AGENTS.md
AGENTS.md instructions for screen-arts/mediawork-mcp, covering mcp.mediawork.io for agents, the two rules that define this project, layout, conventions and running it.
lastest CLAUDE.md
Claude Code instructions for las-team/lastest, covering claude.md, critical rules, commands, tesseract. part of the default compose stack; set and ocrserviceurl=http://localhost:8891 in .env.local.
sp500-mcp-server AGENTS.md
AGENTS.md instructions for zhensherlock/sp500-mcp-server, covering agents.md - sp500-mcp-server, repo shape, commands, runtime and test gotchas and mcp tool wiring.
sp500-mcp-server CLAUDE.md
Claude Code instructions for zhensherlock/sp500-mcp-server: Use AGENTS.md as the primary project instruction file.
CountryStateCity CLAUDE.md
Claude Code instructions for tansuasici/CountryStateCity, covering country state city - project guide, project overview, tech stack, project structure and key commands.
vitamind CLAUDE.md
Claude Code instructions for JaviMaligno/vitamind, covering claude.md, project overview, development commands, architecture and next.js app router (app/).