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/fullstacktard/claude-workflow/claude-mdgit clone --depth 1 https://github.com/fullstacktard/claude-workflowWhat 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.01645 | $0.01645 |
| Opus 5 | $0.00822 | $0.00822 |
| Sonnet 5 | $0.00329 | $0.00329 |
| Haiku 4.5 | $0.00164 | $0.00164 |
Grade C, and why
claude-workflow CLAUDE.md scanned grade C with 1 finding 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 today.
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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- Add your project-specific instructions below this line. This section will be PRESERVED when running "claude-workflow init" or "update". --> How it starts
The opening of the file, as written. The whole thing — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
FEATURE REGISTRY - MUST UPDATE
When adding, removing, or renaming commands, workflows, agents, or skills:
- Update
config/product-config.json(monorepo root — the source of truth) - Run
npm run generate:featuresto regeneratesrc/lib/generated/feature-groups-data.ts - Rebuild:
npm run build
The generator script reads from the root config/product-config.json, NOT the package-level copy.
SLASH COMMANDS - TEMPLATE DIRECTORY REQUIRED
Slash commands (.claude/commands/*.md) must exist in src/templates/.claude/commands/ to be distributed to user projects. The build copies src/ → dist/, and claude-workflow update copies from dist/templates/ to the target project.
- Source of truth for distribution:
src/templates/.claude/commands/ - Local dev copy:
.claude/commands/(used by this repo only) - When adding a new command, place it in both locations
- If a command only exists in
.claude/commands/it will NOT reach end-user projects viainitorupdate
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
KEY REFERENCE GUIDES
.claude/backlog-reference.md- All task management CLI commands.claude/testing-setup.md- Test configuration and commands
BACKLOG TASK IMPLEMENTATION
When implementing a task from backlog/tasks/, you MUST use the agent specified in the task's Assigned Agent field. The task-maker selects the appropriate agent based on the work involved—do not override this assignment.
Task(subagent_type="backend-engineer", prompt="Implement task-123: ...")
Task(subagent_type="frontend-engineer", prompt="Implement task-456: ...")
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.
- today First seen · 188 lines · 1,645 tokens per session scan C 4bcbb75e1008
claude-workflow CLAUDE.md is an instructions file published in the GitHub repository fullstacktard/claude-workflow (14 stars, last pushed 5mo ago), licensed MIT. It adds 1,645 tokens to every session, about $0.0082 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.
Other instructions, from other repositories
planning-with-files AGENTS.md
AGENTS.md instructions for OthmanAdi/planning-with-files, covering agents.md — planning-with-files agent reference card, commit rules, release checklist (12 steps), version bump scope and changelog format.
DevoxxGenieIDEAPlugin GEMINI.md
Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…
autoharness AGENTS.md
Instructions for tigerless-labs/autoharness: This repo uses Open Knowledge — collaborative markdown via MCP. .open-knowledge/config.yml (with optional /.open-knowledge/config.yml; CLI/env may override) is the path contract: content.dir is the root for relative paths; content.include lists globs that add markdown…
squarebox CLAUDE.md
Instructions for SquareWaveSystems/squarebox, covering claude.md, agent skills, issue tracker, triage labels and domain docs.
mcpelevator CLAUDE.md
Instructions for pacnpal/mcpelevator, covering commands, architecture, conventions, agent skills and issue tracker.
clawchat-plugin-connect AGENTS.md
Instructions for XMethues/clawchat-plugin-connect, covering agent skills, issue tracker, triage labels and domain docs.