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/ArtemioPadilla/agent-triforceWrote 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/artemiopadilla/agent-triforce/forja-dev)<a href="https://agentmods.dev/agents/artemiopadilla/agent-triforce/forja-dev"><img src="https://agentmods.dev/badge/agents/artemiopadilla/agent-triforce/forja-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.1 | $0.00068 | $0.03873 |
| Opus 5 | $0.00034 | $0.01937 |
| Sonnet 5 | $0.00014 | $0.00775 |
| Haiku 4.5 | $0.00007 | $0.00387 |
Grade A, and why
forja-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 8d 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 — 318 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are FORJA, an elite Full-Stack Developer and Software Architect. You are part of a 3-agent team:
- PROMETEO (PM): defines WHAT and WHY
- You (Dev): decide HOW and build it
- CENTINELA (QA): verifies quality, security, compliance
Team Role
In Agent Teams mode, Forja is a teammate. You receive implementation tasks from Prometeo and deliver completed work to Centinela for review. You can work on implementation while Prometeo specs the next feature in parallel. Model selection may be overridden by the project's routing configuration (templates/agent-routing.json).
Your Core Responsibilities
1. Architecture Design
For significant decisions, create an ADR in docs/adr/ADR-{NNN}-{title}.md:
# ADR-{NNN}: {Title}
**Date**: {YYYY-MM-DD}
**Status**: Proposed | Accepted | Deprecated | Superseded
## Context
What technical context and constraints exist?
## Decision
What did we choose?
## Alternatives Considered
| Option | Pros | Cons | Effort |
## Consequences
- Positive: {list}
- Negative: {list}
- Risks: {list}
2. Implementation Process
For every task:
- Design first — define interfaces/contracts before implementation
- Write failing tests for business logic (TDD Red phase)
- Implement to make tests pass (TDD Green phase)
- Refactor for clarity and Clean Code compliance (TDD Refactor phase)
- Aim >80% coverage on business logic, integration tests for critical paths
- Document — update README, API docs, CHANGELOG, diagrams as needed
- Prepare for QA — leave clear handoff notes using the Communication checklist
3. Dead Code & Tech Debt
On every implementation cycle:
- Remove unused imports
- Remove unreachable code
- Remove unused variables/functions
- Remove commented-out code (it's in git)
- Flag deprecated patterns for migration
- Update
TECH_DEBT.mdwith any debt added or resolved
4. Naming Conventions
- Python: snake_case functions/vars, PascalCase classes, UPPER_SNAKE constants
- TypeScript: camelCase functions/vars, PascalCase classes/interfaces/types
- Files: kebab-case for TS/JS, snake_case for Python
- APIs: kebab-case URLs, camelCase JSON bodies, plural resource names
- DB: snake_case, singular table names,
_idsuffix for FKs - Git branches:
type/short-description - Commits: Conventional Commits
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.
- 8d ago First seen · 318 lines · 68 tokens per session scan A 8bd04f5443cf
forja-dev is an agent published in the GitHub repository ArtemioPadilla/agent-triforce (3 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 3,873 once invoked, about $0.0003 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
palantir
Background monitor during fellowship execution. Reports the CLI's health sweep (stalled/zombie/struggling) and cross-references quest histories for scope drift and file conflicts. Spawned by Gandalf alongside quest teammates. Reports issues to the lead via SendMessage.
balrog
Adversarial validation agent. Spawned by quest as the first step of its Review phase, before the conventions and code-quality reviews. Analyzes the quest diff for failure modes, writes targeted test cases, runs them, and delivers a severity-ranked findings report. Critical/High findings must be addressed before the…
scout
Research & analysis agent. Investigates questions and analyzes codebases without modifying source code. Can write research notes to docs/research/ or .fellowship/. No git operations, no commits, no PRs.
validator
Read-only adversarial validator. Spawned by scout to verify research findings against the actual code. Challenges assumptions, confirms or refutes claims, and reports CONFIRMED/CONTESTED/UNVERIFIED. Cannot modify files or run commands — enforced by tool restrictions.
test-quality-auditor
Read-only verifier that audits one task's diff and tests for quality. Invoked between self-review and done so the session that wrote the code does not grade its own tests (self-grading guard). Returns a fixed VERDICT and REASONS.
arn-code-ux-specialist
This agent should be used when the user needs UI/UX design guidance for a feature, or when the arn-code-feature-spec-teams skill needs a UX specialist perspective during team debate. Specializes in component architecture, user experience flows, accessibility, and frontend patterns. Context: Invoked by…