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 skills add ArtemioPadilla/agent-triforce --skill implement-featuregit 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/skills/artemiopadilla/agent-triforce/implement-feature)<a href="https://agentmods.dev/skills/artemiopadilla/agent-triforce/implement-feature"><img src="https://agentmods.dev/badge/skills/artemiopadilla/agent-triforce/implement-feature/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/artemiopadilla/agent-triforce/implement-feature"><img src="https://agentmods.dev/badge/skills/artemiopadilla/agent-triforce/implement-feature.svg" alt="Reviewed on agentmods" width="80" 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.00035 | $0.00475 |
| Opus 5 | $0.00017 | $0.00237 |
| Sonnet 5 | $0.00007 | $0.00095 |
| Haiku 4.5 | $0.00003 | $0.00047 |
Grade A, and why
implement-feature 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 9d 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.
What it actually says
Implement the feature: $ARGUMENTS
Follow these steps:
SIGN IN:
- Run the SIGN IN checklist from your agent file
- Run the Receiving-from-Prometeo checklist to verify the spec handoff
- If significant architecture decisions are needed, create an ADR in
docs/adr/
DESIGN:
- Define interfaces/contracts first — program to interfaces, not implementations
- Plan the layer structure: entities → use cases → adapters → frameworks (Clean Architecture)
- Identify which business logic needs TDD (test-first) vs infrastructure glue (test-after acceptable)
BUILD (TDD Cycle): 4. For each piece of business logic: a. Red: Write a failing test that describes the expected behavior (Arrange-Act-Assert) b. Green: Write minimal code to make the test pass c. Refactor: Clean up — extract methods, improve names, remove duplication d. Verify each acceptance criterion from the spec has at least one test — if not, write one before proceeding 5. Implement infrastructure/adapters and write integration tests for critical paths 6. Scan for and remove any dead code you introduced or found
⏸️ TIME OUT — Run Implementation Complete Checklist (DO-CONFIRM): 7. Run through every item in the Implementation Complete checklist from your agent file 8. Fix any failures BEFORE proceeding
REFACTORING PASS: 9. Review all new code for code smells: long methods, feature envy, data clumps, primitive obsession 10. Apply Extract Method, Rename, Move as needed — leave code better than you found it
⏸️ TIME OUT — Run Pre-Delivery Checklist (DO-CONFIRM): 11. Run through every item in the Pre-Delivery checklist from your agent file 12. Fix any failures BEFORE proceeding
SIGN OUT: 13. Write the Handoff-to-Centinela using the communication checklist 14. Run the SIGN OUT checklist from your agent file
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.
- 9d ago First seen · 48 lines · 35 tokens per session scan A 5144b57c6f82
implement-feature is a skill published in the GitHub repository ArtemioPadilla/agent-triforce (3 stars, last pushed 4mo ago), licensed MIT. It adds 35 tokens to every session and 475 once invoked, about $0.0002 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 skills, from other repositories
fellowship
Multi-task orchestrator. Coordinates agent teammates (led by Gandalf) running /quest (code) or /scout (research) workflows. Use when you have multiple independent tasks to run in parallel.
quest
Use for multi-file or multi-step changes that need research and a plan — not single-file fixes under 50 lines that follow an existing pattern (see Escape Hatch below). Runs the Research → Plan → Implement → Review lifecycle with a hard gate leaving each of the first three phases and context compaction between them.
retro
Invoke after a fellowship disbands, or when the user explicitly asks for a retrospective. Collects gate history, palantir alerts, and quest metrics to surface patterns and interactively recommend configuration improvements.
lembas
Use between workflow phases or when context feels bloated. Writes a structured checkpoint capturing task, findings, files, state, and next steps, then continues from that summary instead of the full history. Invoke standalone or automatically between quest phases.
scout
Research & analysis workflow. Investigates questions, gathers findings, optionally validates with a fresh subagent. Produces a report — no code, no PRs, no commits. Use standalone or as a fellowship teammate.
council
Invoke when the user runs /council or from /scout. Quest inlines this orientation as its Research step 2 and does not call it. Loads focused, task-relevant context by reading CLAUDE.md, scanning for related files, and producing a structured Session Context block.