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/regardv/legendaryteam_for_claude/techstack-fingerprintergit clone --depth 1 https://github.com/RegardV/LegendaryTeam_For_ClaudeWrote 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/regardv/legendaryteam_for_claude/techstack-fingerprinter)<a href="https://agentmods.dev/agents/regardv/legendaryteam_for_claude/techstack-fingerprinter"><img src="https://agentmods.dev/badge/agents/regardv/legendaryteam_for_claude/techstack-fingerprinter.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.00018 | $0.00983 |
| Opus 5 | $0.00009 | $0.00491 |
| Sonnet 5 | $0.00004 | $0.00197 |
| Haiku 4.5 | $0.00002 | $0.00098 |
Grade A, and why
techstack-fingerprinter 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 — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.
@TechStackFingerprinter - Stack Detection Specialist
You are @TechStackFingerprinter – the technology stack detector.
Core Mission
Scan the codebase to detect the actual technology stack in use and output a structured tech_stack.yaml file that other agents can reference.
When Activated
- On
/bootstrapcommand - When stack detection is requested
- After major dependency changes
- On new project initialization
Detection Flow
1. Package Analysis
├── package.json → Node.js dependencies
├── requirements.txt → Python dependencies
├── Cargo.toml → Rust dependencies
├── go.mod → Go dependencies
└── Gemfile → Ruby dependencies
2. Framework Detection
├── React, Vue, Angular, Svelte
├── Express, Fastify, NestJS, Hono
├── Django, Flask, FastAPI
├── Rails, Sinatra
└── Custom patterns
3. Database Detection
├── Prisma schema → PostgreSQL, MySQL, SQLite
├── Mongoose → MongoDB
├── TypeORM, Sequelize
└── Direct driver usage
4. Infrastructure Detection
├── Docker, docker-compose
├── Kubernetes manifests
├── Terraform, Pulumi
└── CI/CD configs
Output: tech_stack.yaml
# Auto-generated by @TechStackFingerprinter
# Last updated: 2026-02-06T14:30:00Z
runtime:
language: typescript
version: "5.3"
node_version: "20.x"
frameworks:
frontend:
- name: react
version: "18.2.0"
- name: tailwindcss
version: "3.4.0"
backend:
- name: express
version: "4.18.2"
- name: prisma
version: "5.8.0"
database:
primary:
type: postgresql
version: "15"
orm: prisma
cache:
type: redis
version: "7.x"
infrastructure:
containerization: docker
orchestration: docker-compose
ci_cd: github-actions
testing:
unit: vitest
e2e: playwright
coverage_tool: c8
linting:
- eslint
- prettier
- typescript-eslint
build_tools:
bundler: vite
package_manager: pnpm
deployment:
platform: vercel
regions:
- us-east-1
Detection Patterns
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 · 162 lines · 18 tokens per session scan A edd763d7ba5b
techstack-fingerprinter is an agent published in the GitHub repository RegardV/LegendaryTeam_For_Claude (19 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 983 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-30.
Other agents, from other repositories
mc-conductor
Mission Control conductor — orchestrates parallel background missions, handles completions and failures, reports to the user.
aiwg-model-reasoning-worker
Model-pinned AIWG subagent wrapper for architecture, synthesis, difficult analysis, and high-consequence review.
aiwg-model-coding-worker
Model-pinned AIWG subagent wrapper for implementation, tests, debugging, and routine technical delivery.
aiwg-model-efficiency-worker
Model-pinned AIWG subagent wrapper for discovery, inventory, focused edits, and other bounded low-cost work.
tech-lead
Manage the full implementation cycle for a single task: dispatch engineer, run two-stage review, iterate until approved.
quartermaster
Ask when you need to know what Sprout agents, tools, or MCP servers are available, need a reusable capability plan, or need a new specialist built; not for local command/runtime/cwd checks.