setup

setup is a command for Claude Code from ArtemioPadilla/agent-triforce. It costs 21 tokens per session (2,338 once invoked), scanned A, original, MIT.

An interactive setup wizard for Agent Triforce projects. It detects the technology stack, creates the expected project folders and starter files, and can configure tool connections.

In plain words
What is it for?
Use it to start a project, check whether setup already exists, reconfigure technology preferences, create the documentation structure, and prepare the first feature specification.
Why use it?
It prepares an existing or new project for the Agent Triforce workflow without overwriting existing specifications, reviews, or memory files.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: reads .claude/ paths; mentions CLAUDE.md.

Part of the agent-triforce plugin — 15 commands, 2 hooks shipped together

Good fit Use it to start a project, check whether setup already exists, reconfigure technology preferences, create the documentation structure, and prepare the first feature specification.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/artemiopadilla/agent-triforce/setup
Install

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.

Clone the repo
git clone --depth 1 https://github.com/ArtemioPadilla/agent-triforce

Made for: Claude Code.

Or install agent-triforce, the plugin that ships this one along with the rest of its 15 commands, 2 hooks.

Wrote 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.

agentmods badge for setup

README.md
[![agentmods](https://agentmods.dev/badge/commands/artemiopadilla/agent-triforce/setup.svg)](https://agentmods.dev/commands/artemiopadilla/agent-triforce/setup)
Your own site
<a href="https://agentmods.dev/commands/artemiopadilla/agent-triforce/setup"><img src="https://agentmods.dev/badge/commands/artemiopadilla/agent-triforce/setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00021 $0.02338
Opus 5 $0.00010 $0.01169
Sonnet 5 $0.00004 $0.00468
Haiku 4.5 $0.00002 $0.00234

Measured 7d ago against content hash 8e8b5bd4bd3c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

setup 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 7d 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.

agent-triforce/commands/setup.md · 266 lines

How it starts

The opening of the file, as written. The whole thing — 266 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Triforce — Interactive Setup Wizard

Set up or reconfigure an Agent Triforce project. This wizard detects your tech stack, creates the required directory structure, generates starter files, and optionally configures MCP server connections.

Goal: Go from zero to first spec in under 5 minutes.

Step 1 — Detect Existing Configuration

Check if the project has already been set up:

  1. Look for existing CLAUDE.md, docs/ directory, and .claude/agents/ files
  2. If ALL exist:
    • Inform the user: "This project already has an Agent Triforce configuration."
    • Ask: "Would you like to (A) reconfigure tech stack preferences only, or (B) run full setup (will not overwrite existing specs, reviews, or memory files)?"
    • If reconfigure: skip to Step 3 (tech stack detection), then Step 6 (CLAUDE.md update), then Step 9 (summary)
    • If full setup: continue from Step 2 but check before overwriting each file
  3. If NONE exist: proceed with full setup from Step 2

Step 2 — Create Directory Structure

For each directory below, check if it already exists before creating it. Never overwrite existing content.

Directories:

  1. docs/specs/ — feature specifications (Prometeo output)
  2. docs/reviews/ — QA review reports (Centinela output)
  3. docs/adr/ — architecture decision records (Forja output)
  4. src/ — source code
  5. tests/ — test files

Step 3 — Detect Tech Stack

Scan the project root for manifest files and infer the tech stack:

File Stack
package.json Node.js / TypeScript / JavaScript
pyproject.toml or requirements.txt or setup.py Python
Cargo.toml Rust
go.mod Go
pom.xml or build.gradle Java / Kotlin
Gemfile Ruby
composer.json PHP
*.sol files in project Solidity / Web3

Additionally detect:

  • Framework: Check package.json dependencies for Next.js, React, Vue, Express, etc. Check pyproject.toml for FastAPI, Django, Flask, etc.
  • Test framework: pytest, vitest, jest, mocha, cargo test, go test
  • Linter/formatter: ruff, biome, eslint, prettier, rustfmt, gofmt

Read the full file on GitHub · 266 lines

Changes

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.

  1. 7d ago First seen · 266 lines · 21 tokens per session scan A 8e8b5bd4bd3c

Subscribe to this mod's changes

setup is a command published in the GitHub repository ArtemioPadilla/agent-triforce (3 stars, last pushed 4mo ago), licensed MIT. It adds 21 tokens to every session and 2,338 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.