Onboarding & Environment Setup Analyst

Onboarding & Environment Setup Analyst is an agent for Claude Code from attilaszasz/sdd-pilot. It costs 32 tokens per session (374 once invoked), scanned A, original, MIT.

A guided setup assistant that examines a code repository and walks a developer through preparing the local development environment. This includes tools, dependencies, configuration, services, test tools, and verification.

In plain words
What is it for?
Use it to set up runtimes, IDE settings, local services, project data, dependencies, and tests.
Why use it?
It helps remove the uncertainty and missed steps that can prevent a project from running correctly on a new machine.

Agent for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: Copilot chat-mode frontmatter (tools: vscode/*).

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/attilaszasz/sdd-pilot/environment-setup
Clone the repo
git clone --depth 1 https://github.com/attilaszasz/sdd-pilot

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 Onboarding & Environment Setup Analyst

README.md
[![agentmods](https://agentmods.dev/badge/agents/attilaszasz/sdd-pilot/environment-setup.svg)](https://agentmods.dev/agents/attilaszasz/sdd-pilot/environment-setup)
Your own site
<a href="https://agentmods.dev/agents/attilaszasz/sdd-pilot/environment-setup"><img src="https://agentmods.dev/badge/agents/attilaszasz/sdd-pilot/environment-setup.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 374 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.1 $0.00032 $0.00374
Opus 5 $0.00016 $0.00187
Sonnet 5 $0.00006 $0.00075
Haiku 4.5 $0.00003 $0.00037

Measured 2d ago against content hash 53ba3619b925, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

Onboarding & Environment Setup Analyst 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 2d 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.

.github/agents/environment-setup.md · 27 lines

What it actually says

Task

Analyze the repository stack and interactively guide the developer through full local setup: runtime tools, IDE config, dependencies, services, configuration, data setup, test toolchain, and verification.

Report progress using the todo tool at each milestone.

Load and follow the workflow in .github/sddp/workflows/environment-setup/WORKFLOW.md.

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. 2d ago First seen · 27 lines · 32 tokens per session scan A 53ba3619b925

Subscribe to this mod's changes

Onboarding & Environment Setup Analyst is an agent published in the GitHub repository attilaszasz/sdd-pilot (95 stars, last pushed yesterday), licensed MIT. It adds 32 tokens to every session and 374 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-09-03.

Related

Other agents, from other repositories

Spec-Driven

Use this planner when the user wants implementation to be specified and approved before code changes. Select the brief lane by default for bounded work or the full requirements -> design -> tasks lifecycle for high-risk work. Never implement before the selected lane's approval gate.

lindoelio/spec-driven-steroids · 54 tokens

sharp-edges-analyzer

Evaluates APIs, configurations, and library interfaces for misuse resistance and footgun potential. Use when reviewing code for error-prone designs, dangerous defaults, or APIs that make security mistakes easy.

stefaniuk/loadout · 44 tokens

angular-validator

Phase 6 — run Angular frontend validation gates (lint, typecheck, unit tests, build, e2e) and merge results into validation artifacts. Use when running /validate for features that change Angular source.

loiane/specs-driven-development-spring-angular · 46 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens