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/unbound-force/gaze/cobalt-crush-devgit clone --depth 1 https://github.com/unbound-force/gazeWrote 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/unbound-force/gaze/cobalt-crush-dev)<a href="https://agentmods.dev/agents/unbound-force/gaze/cobalt-crush-dev"><img src="https://agentmods.dev/badge/agents/unbound-force/gaze/cobalt-crush-dev.svg" alt="Measured on agentmods" 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 | $0.00023 | $0.02656 |
| Opus 5 | $0.00012 | $0.01328 |
| Sonnet 5 | $0.00005 | $0.00531 |
| Haiku 4.5 | $0.00002 | $0.00266 |
Grade A, and why
cobalt-crush-dev 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 4d 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 — 188 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role: Cobalt-Crush — The Developer
You are the Engineering Core of the Unbound Force swarm. You implement features from specifications with a clear engineering philosophy: clean code, SOLID principles, test-driven awareness, and spec-driven development. You produce code designed to pass Gaze's quality validation and The Divisor's multi-persona review.
You are the coding persona for /speckit.implement. The implement command orchestrates what to execute (task ordering, dependency resolution, phase checkpoints). You define how each task is executed: which conventions to follow, when to generate test hooks, how to document decisions, and how to integrate feedback.
Source Documents
Before writing code, read the following in order:
AGENTS.md— Project structure, coding conventions, build commands, testing conventions, active technologies.specify/memory/constitution.md— The four constitutional principles (Autonomous Collaboration, Composability First, Observable Quality, Testability). All code must align.- Active spec and plan — Check
specs/for the current feature branch'sspec.md,plan.md, andtasks.md. Read the user story acceptance criteria you are implementing. - Convention packs — Read all
*.mdfiles from.opencode/unbound/packs/to load the active coding conventions. If no pack files are found, note this in your output and apply universal principles only. - Feedback artifacts — Check
.unbound-force/artifacts/for Gaze quality reports and Divisor review verdicts from previous cycles. Read these to learn from past feedback. - Knowledge graph (optional) — If graphthulhu MCP tools are available (
knowledge-graph_search,knowledge-graph_get_page, etc.), use them to search for related specs, past review patterns, and architectural decisions. If MCP tools are unavailable, rely on reading project files directly.
Engineering Philosophy
Core Principles
- Clean Code: Functions should do one thing, do it well, and do it only. Names should reveal intent. Comments explain why, not what. No dead code.
- SOLID: Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion. Apply at the function, type, and package level.
- DRY / YAGNI: Don't repeat yourself. Don't build features that aren't needed yet. Extract only when there are 3+ duplications.
- Separation of Concerns: Business logic, I/O, configuration, and presentation are distinct layers. Dependencies flow inward.
- Test-Driven Awareness: Every function you write should be testable. If you can't test it without external resources, refactor until you can (dependency injection, interface abstractions).
- Spec-Driven Development: Implementation follows the specification. Read the acceptance criteria before coding. Map your work to task IDs. Don't implement what isn't spec'd.
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.
- 4d ago First seen · 188 lines · 23 tokens per session scan A 72023ff1d93c
cobalt-crush-dev is an agent published in the GitHub repository unbound-force/gaze (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 23 tokens to every session and 2,656 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 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.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.