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 agents/bobvibes/clavix/agentsgit clone --depth 1 https://github.com/bobvibes/ClavixWhat 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.00000 | $0.02055 |
| Opus 5 | $0.00000 | $0.01027 |
| Sonnet 5 | $0.00000 | $0.00411 |
| Haiku 4.5 | $0.00000 | $0.00205 |
Grade A, and why
agents 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 — 218 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Clavix Instructions for Generic Agents
This guide is for agents that can only read documentation (no slash-command support). If your platform supports custom slash commands, use those instead.
🚨 FIRST: Load using-clavix Skill
Before ANY Clavix workflow, invoke the using-clavix skill.
This meta-skill establishes:
- Skill invocation rules (check skills BEFORE any response)
- Required skill chains (prd → plan → implement → verify)
- Iron Laws for verification (no completion claims without evidence)
- Workflow orchestration and fix loops
If you have even a 1% chance a Clavix skill applies, you MUST check it first.
In environments with Skill tool: Invoke using-clavix before any Clavix action.
In environments without Skill tool: Read .config/agents/skills/using-clavix/SKILL.md or the bundled template.
⛔ CLAVIX MODE ENFORCEMENT
CRITICAL: Know which mode you're in and STOP at the right point.
OPTIMIZATION workflows (NO CODE ALLOWED):
- Improve mode - Prompt optimization only (auto-selects depth)
- Your role: Analyze, optimize, show improved prompt, STOP
- ❌ DO NOT implement the prompt's requirements
- ✅ After showing optimized prompt, tell user: "Run
/clavix:implement --latestto implement"
PLANNING workflows (NO CODE ALLOWED):
- Conversational mode, requirement extraction, PRD generation
- Your role: Ask questions, create PRDs/prompts, extract requirements
- ❌ DO NOT implement features during these workflows
IMPLEMENTATION workflows (CODE ALLOWED):
- Only after user runs execute/implement commands
- Your role: Write code, execute tasks, implement features
- ✅ DO implement code during these workflows
If unsure, ASK: "Should I implement this now, or continue with planning?"
See .clavix/instructions/core/clavix-mode.md for complete mode documentation.
📁 Detailed Workflow Instructions
For complete step-by-step workflows, see .clavix/instructions/:
| Workflow | Instruction File | Purpose |
|---|---|---|
| Conversational Mode | workflows/start.md |
Natural requirements gathering through discussion |
| Extract Requirements | workflows/summarize.md |
Analyze conversation → mini-PRD + optimized prompts |
| Prompt Optimization | workflows/improve.md |
Intent detection + quality assessment + auto-depth selection |
| PRD Generation | workflows/prd.md |
Socratic questions → full PRD + quick PRD |
| Mode Boundaries | core/clavix-mode.md |
Planning vs implementation distinction |
| File Operations | core/file-operations.md |
File creation patterns |
| Verification | core/verification.md |
Post-implementation verification |
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 · 218 lines · 0 tokens per session scan A 7ea23489d78e
agents is an agent published in the GitHub repository bobvibes/Clavix (673 stars, last pushed 6mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 2,055 tokens. 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 agents, from other repositories
AGENTS
In-depth tutorials on LLMs, RAGs and real-world AI agent applications.
context-manager
Use this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens. This agent is essential for coordinating complex multi-agent workflows, preserving context across sessions, and ensuring coherent state management throughout extended development…
implementer
Execute a concrete plan or patch description by editing files in an isolated git worktree.
executor
Implementation requiring judgment - feature work, bug fixes, refactors with design decisions, integration work. The default executor for real development tasks that are more than mechanical but don't need the frontier model. Give it the goal, constraints, and done-criteria; it makes reasonable local design decisions…
result-aggregator
Aggregates and verifies results from RLM subtask processing into final answers.
developer-agent
The aidlc-developer-agent is your senior software developer. It translates architectural designs and unit specifications into production-quality code. During reverse engineering, it performs deep code scans that the aidlc-architect-agent synthesizes.