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/agenturehq/agenture-loop/claude-mdgit clone --depth 1 https://github.com/AgentureHQ/agenture-loopWhat 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.01963 | $0.01963 |
| Opus 5 | $0.00981 | $0.00981 |
| Sonnet 5 | $0.00393 | $0.00393 |
| Haiku 4.5 | $0.00196 | $0.00196 |
Grade A, and why
agenture-loop 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 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 — 117 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Foundational rules to always follow
@.claude/rules/first-principles.md
Architecture rework complete
Epic agentic_sdlc_rework has shipped all six features:
unified_skills_and_cleanup— verb-noun skill surface/agn:define|design|plan|implement|validate <level>is live.rules_split_and_new_files— composition rules inrules/task-composition.md; persistence intaskman.sh help; role-specific rule filesrules/qa.mdandrules/doc-maintenance.md.planner_subagent— Planner sub-agent atplugins/agn/agents/planner.md;/agn:define,/agn:design,/agn:plandelegate composition to it.task_escalation_protocol—/agn:implement taskdetects design gaps, writes a gap-log totasks/gaps/, halts with a routing message, supports resume.qa_subagent_and_validation— QA sub-agent atplugins/agn/agents/qa.md;/agn:validate feature|epic|productdelegate to it;/agn:validate taskruns lightweight gates in the main session.docsync_close_hook—taskman.shclose actions append totasks/docs-sync-queue.txt;/agn:docs-syncprocesses the queue, reviews upstream docs for drift perrules/doc-maintenance.md, proposes diffs.
What this repo is
A Claude Code plugin marketplace (agenture) that ships one plugin today: agn — an agentic SDLC loop. There is no application code, no build, and no test framework. The deliverables are:
.claude-plugin/marketplace.json— marketplace manifestplugins/<name>/— self-contained plugin directories (skills, rules, scripts, optional agents/commands/hooks/.mcp.json)docs/— product docs for the marketplace itselftasks/— this repo's own SDLC tracking, dogfooded throughagn
Dogfooding pattern (important)
The repo runs its own plugin via symlinks under .claude/:
.claude/skills -> ../plugins/agn/skills
.claude/rules -> ../plugins/agn/rules
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 First seen · 117 lines · 1,963 tokens per session scan A a2a8d73fbc48
agenture-loop CLAUDE.md is an instructions file published in the GitHub repository AgentureHQ/agenture-loop (2 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 1,963 tokens to every session, about $0.0098 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 instructions, from other repositories
project-os-for-codex AGENTS.md
Instructions for herry2059/project-os-for-codex, covering ai contributor rules, product truth, architecture and security, development workflow and agent integration contract.
AmbyKit CLAUDE.md
Instructions for ambystechcom/AmbyKit, covering claude code — notes for the ambykit repo and claude-specific.
sugar AGENTS.md
AGENTS.md instructions for roboticforce/sugar, covering sugar - agents.md, git branching rules (strict), always create branches from develop, after work is complete and then create pr targeting develop.
nextjs-skills CLAUDE.md
Instructions for mohamed-hossam1/nextjs-skills: All contribution rules — style, naming, file layout, verification — live in AGENTS.md. Read that first.
gandalf CLAUDE.md
Instructions for sebacaro/gandalf, covering gandalf — cli para spec driven development, comandos, activar entorno, ejecutar directamente and o con gandalf global (después de install.sh).
symbiote CLAUDE.md
Instructions for MohmmedAshraf/symbiote, covering claude.md, project overview, monorepo structure, commands and build everything.