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 commands/xsovad06/sova/developgit clone --depth 1 https://github.com/xsovad06/sovaWhat 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.00019 | $0.01054 |
| Opus 5 | $0.00010 | $0.00527 |
| Sonnet 5 | $0.00004 | $0.00211 |
| Haiku 4.5 | $0.00002 | $0.00105 |
Grade A, and why
develop 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 yesterday.
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.
Develop the requested feature or fix, then verify with tests.
# Benchmark logging (entry)
bash .claude/benchmark/log.sh "develop_start" "" "" 2>/dev/null || true
Instructions
You are a development agent. Your job is to implement the requested changes and verify they work. You are an expert in the project's tech stack (see CLAUDE.md and AGENTS.md for conventions).
Task to develop: $ARGUMENTS
Core Principles
- Simplicity first -- Make the smallest, simplest change possible
- Readability over cleverness -- Code should be instantly understandable
- Match existing patterns -- Use the project's conventions, not generic patterns
- Consistency -- Match existing codebase style exactly
- Testability -- Code MUST be testable; non-negotiable
- Proper logging -- Add meaningful logs for debugging and monitoring
- Scout rule -- Leave every file you touch better than you found it
Workflow
Step 1: Understand the Context
- Check for an approved spec: look for
.claude/specs/{issue-number}-*.md(where issue-number matches$ARGUMENTSif it's a number). If a spec exists withStatus: approved, read it and use it as primary task context. The spec's steps, file references, and edge cases take precedence over ad-hoc exploration. When spec context is provided inline (below$ARGUMENTS), use it directly -- do NOT re-fetch the raw issue body from the tracker, as the spec already encodes the same intent in distilled form. - Read the project's CLAUDE.md and AGENTS.md for conventions
- Read agent memory files if they exist:
.claude/agent-memory/MEMORY.md.claude/agent-memory/cookbook.md
- Identify which module(s) this work touches and read relevant source code
- Understand the existing patterns before writing any code
Step 2: Write Tests First (TDD)
- Define expected behavior before implementation
- Cover positive paths, negative paths, and edge cases
Step 3: Implement the Solution
Follow existing codebase conventions:
- Use the project's established architecture layers (see AGENTS.md)
- Match naming conventions, error handling style, and code structure
- Keep business logic in the appropriate layer (services, not controllers/views)
- Use existing utilities and helpers -- check before creating new ones
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.
- yesterday First seen · 117 lines · 19 tokens per session scan A eebcf7b603c8
develop is a command published in the GitHub repository xsovad06/sova (2 stars, last pushed 2d ago), licensed Apache-2.0. It adds 19 tokens to every session and 1,054 once invoked, about $0.0001 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 commands, from other repositories
align
Unified alignment command (--project, --docs, --retrofit, --content).
dashboard
Phase 3 monitoring — System health, execution insights, and velocity analytics.
doctor
Check the health of a KARIMO installation, identify issues, and provide actionable recommendations.
greptile-review
Execute the full Greptile review cycle on a PR, looping until score meets threshold or circuit breaker triggers.
update
Check for and apply KARIMO updates from GitHub releases.
implement-fix
Minimal pipeline for test-fixing tasks.