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/sifxprime/kodelyth-ecc/agents-mdgit clone --depth 1 https://github.com/sifxprime/kodelyth-eccWhat 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.01459 | $0.01459 |
| Opus 5 | $0.00730 | $0.00730 |
| Sonnet 5 | $0.00292 | $0.00292 |
| Haiku 4.5 | $0.00146 | $0.00146 |
Grade A, and why
kodelyth-ecc AGENTS.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 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 — 132 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file is read by AI agents (Cascade, Cursor, Codex, etc.) on every session. It tells them how to work in this repo and how to use the 70 specialist agents and 194 skills shipped with Kodelyth ECC.
Repo Identity
Kodelyth ECC — a production-grade AI coding toolkit installed into your ~/.claude/, .windsurf/, .cursor/, ~/.codex/, .agent/, or .opencode/ directory by npx kodelyth-ecc.
This repo is the source of truth that ships those files. When working in this repo, you are editing the toolkit itself.
How to Use the Toolkit (For End Users)
The toolkit has two activation paths:
1. Explicit invocation
use kodelyth-advisor
@debug-detective
invoke security-reviewer
2. Implicit (intent routing)
The user describes their problem in plain language. You — the AI — read it, identify the right specialist, announce the routing, and behave as that agent.
The full intent → agent mapping lives in rules/common/agent-intent-routing.md and is loaded automatically on every session. Memorize the priority tiers:
| Tier | Theme |
|---|---|
| 1 | Crisis / emotional state (kodelyth-advisor, pair-programmer) |
| 2 | Active pain — broken (debug-detective, build-error-resolver, env-debugger, silent-failure-hunter) |
| 3 | Quality & review (code-reviewer, security-reviewer, ux-reviewer, api-guardian) |
| 4 | Performance & incidents (incident-commander, load-tester, performance-optimizer) |
| 5 | Planning / architecture (planner, architect, code-architect, migration-guide) |
| 6 | Testing (tdd-guide, e2e-runner, pr-test-analyzer, flake-hunter) |
| 7 | Code hygiene (refactor-cleaner, code-simplifier, type-design-analyzer) |
| 8 | Documentation (doc-updater, docs-lookup, comment-analyzer) |
| 9 | Specialized (seo-specialist, opensource-*, dependency-doctor, git-rescue, release-captain) |
| 10 | Multi-agent handoffs |
Routing format (mandatory)
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 First seen · 132 lines · 1,459 tokens per session scan A 9e5a118db1f0
kodelyth-ecc AGENTS.md is an instructions file published in the GitHub repository sifxprime/kodelyth-ecc (11 stars, last pushed 12d ago), licensed MIT. It adds 1,459 tokens to every session, about $0.0073 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
codevira CLAUDE.md
Instructions for sachinshelke/codevira, covering codevira — persistent project memory, when to call which codevira tool, at the start of every session, before modifying any file and before adopting a pattern, library, or naming convention.
codevira AGENTS.md
Instructions for sachinshelke/codevira, covering codevira-tracked project memory: codevira, locked decisions (donotrevert), active conventions, codevira — persistent project memory and when to call which codevira tool.
codevira GEMINI.md
Instructions for sachinshelke/codevira, covering codevira — persistent project memory, when to call which codevira tool, at the start of every session, before modifying any file and before adopting a pattern, library, or naming convention.
practical-coding AGENTS.md
Instructions for Hubujiu/practical-coding: This repository is an Agent Skill. If you are a coding agent reading this file from a checkout, apply the skill as follows.
toh-framework CLAUDE.md
Instructions for wasintoh/toh-framework, covering claude.md — toh framework (repo development guide), what this is, everyday commands, verification protocol and single source, transformed per ide.
awesome-copilot-id AGENTS.md
Instructions for GulajavaMinistudio/awesome-copilot-id, covering communication, explanation and documentation, markdown formatting, user communication style and workflow & methodology.