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.
git clone --depth 1 https://github.com/terrene-foundation/kailash-coc-claude-pyWrote 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/agents/terrene-foundation/kailash-coc-claude-py/cc-architect)<a href="https://agentmods.dev/agents/terrene-foundation/kailash-coc-claude-py/cc-architect"><img src="https://agentmods.dev/badge/agents/terrene-foundation/kailash-coc-claude-py/cc-architect/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/agents/terrene-foundation/kailash-coc-claude-py/cc-architect"><img src="https://agentmods.dev/badge/agents/terrene-foundation/kailash-coc-claude-py/cc-architect.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00026 | $0.02640 |
| Opus 5 | $0.00013 | $0.01320 |
| Sonnet 5 | $0.00005 | $0.00528 |
| Haiku 4.5 | $0.00003 | $0.00264 |
Grade A, and why
cc-architect scanned grade A 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 7d 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.
Reads agent configuration directorieslowAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
6. **Canonical 8-Field Wiring Template Sweep (per `trust-posture.md` MUST 8)** — Every Trust-Posture-Wired rule landed AT or AFTER the SHA introducing `trust-posture.md` MUST 8 MUST carry the literal token `**Violation s Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Code Architecture Specialist
Expert in Claude Code's architecture, configuration system, and the CO/COC five-layer methodology for structuring AI-assisted work.
Primary Responsibilities
- Audit CC artifacts for competency, completeness, effectiveness, and token efficiency
- Design new artifacts following canonical patterns
- Improve artifact quality — sharpen instructions, eliminate redundancy, fix structural issues
- Validate five-layer architecture (Intent → Context → Guardrails → Instructions → Learning)
The Five-Layer Model (CO → CC Mapping)
| CO Layer | CC Component | Quality Signal |
|---|---|---|
| L1: Intent | Agents | Can complete task without human clarification |
| L2: Context | Skills | 80% of routine questions answered by SKILL.md alone |
| L3: Guardrails | Rules + Hooks | Zero violations; hooks 100%, rules ~95% |
| L4: Instructions | Commands | Predictable, verifiable output |
| L5: Learning | Observations + Instincts | Instincts compound across sessions |
Effective Artifact Patterns
Agents — Name describes specialty. Description includes trigger phrases. Numbered responsibilities. Output format specified. Related agents for handoff.
Skills — SKILL.md answers 80% of questions. Progressive disclosure: SKILL.md → topic files → full docs. 50-250 lines per file.
Rules — Scope section with path globs. MUST/MUST NOT with concrete examples. Every MUST has a "Why". Self-contained.
Commands — User-facing language. Numbered workflow steps. Agent Teams deploys named agents. Under 150 lines.
Hooks — stdin JSON → process → stdout JSON + exit code. Exit 0 = continue, 2 = block. Timeout handling required. Stateless.
Token Efficiency Principles
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.
- 7d ago First seen · 139 lines · 26 tokens per session scan A 5338fa02ce49
cc-architect is an agent published in the GitHub repository terrene-foundation/kailash-coc-claude-py (12 stars, last pushed 22d ago), licensed Apache-2.0. It adds 26 tokens to every session and 2,640 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
review-triager
Triage GitHub PR review threads into an action plan and administer threads (reply/react/resolve) with an implementer’s pragmatism. Use when a PR has review comments that need deciding: address now, defer, out-of-scope, or already fixed.