techstack-fingerprinter

techstack-fingerprinter is an agent for Claude Code from RegardV/LegendaryTeam_For_Claude. It costs 18 tokens per session (983 once invoked), scanned A, original, MIT.

A codebase scanner that identifies the languages, frameworks, databases, infrastructure tools, and dependencies a project uses, then records them in a YAML file.

In plain words
What is it for?
It helps document a new project, update the stack summary after dependency changes, and prepare a codebase for automated workflows.
Why use it?
It removes the need to inspect project files manually before an agent works on the code. The saved stack summary gives other agents a shared reference.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/regardv/legendaryteam_for_claude/techstack-fingerprinter
Clone the repo
git clone --depth 1 https://github.com/RegardV/LegendaryTeam_For_Claude

Made for: Claude Code.

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 techstack-fingerprinter

README.md
[![agentmods](https://agentmods.dev/badge/agents/regardv/legendaryteam_for_claude/techstack-fingerprinter.svg)](https://agentmods.dev/agents/regardv/legendaryteam_for_claude/techstack-fingerprinter)
Your own site
<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>
Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 983 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00018 $0.00983
Opus 5 $0.00009 $0.00491
Sonnet 5 $0.00004 $0.00197
Haiku 4.5 $0.00002 $0.00098

Measured 4d ago against content hash edd763d7ba5b, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

.claude/agents/techstack-fingerprinter.md · 162 lines

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 /bootstrap command
  • 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

Read the full file on GitHub · 162 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. 4d ago First seen · 162 lines · 18 tokens per session scan A edd763d7ba5b

Subscribe to this mod's changes

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.