setup-dependencies

setup-dependencies is a skill for Claude Code, Codex from avi1234/claude-team-plugins. It costs 7 tokens per session (210 once invoked), scanned B, original, MIT.

A development-environment check that verifies required tools, versions, authentication, plugins, and services.

In plain words
What is it for?
Use it to check Node.js, npm, Git, the GitHub CLI, and other team-specified requirements.
Why use it?
It shows which dependencies are missing or not configured before development work begins.

Skill for Claude CodeCodex

Part of the team1-plugin plugin — 3 skills, 1 hook shipped together

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 skills/avi1234/claude-team-plugins/setup-dependencies
Any agent
npx skills add avi1234/claude-team-plugins --skill setup-dependencies
Clone the repo
git clone --depth 1 https://github.com/avi1234/claude-team-plugins

Made for: Claude Code, Codex.

Or install team1-plugin, the plugin that ships this one along with the rest of its 3 skills, 1 hook.

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-dependencies

README.md
[![agentmods](https://agentmods.dev/badge/skills/avi1234/claude-team-plugins/setup-dependencies.svg)](https://agentmods.dev/skills/avi1234/claude-team-plugins/setup-dependencies)
Your own site
<a href="https://agentmods.dev/skills/avi1234/claude-team-plugins/setup-dependencies"><img src="https://agentmods.dev/badge/skills/avi1234/claude-team-plugins/setup-dependencies.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 210 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00007 $0.00210
Opus 5 $0.00003 $0.00105
Sonnet 5 $0.00001 $0.00042
Haiku 4.5 $0.00001 $0.00021

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

Security

Grade B, and why

setup-dependencies scanned grade B with 1 finding 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 5d 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.

Reads agent configuration directoriesmediumAgent snooping

.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.

6. {YOUR_PLUGIN}: Run `grep "{plugin-name}@{marketplace}" ~/.claude/settings.json` - warn if not found
team1-plugin/skills/setup-dependencies/SKILL.md · 18 lines

What it actually says

Check all required dependencies for this team's development environment:

  1. Check Node.js: Run which node and node --version - minimum version: {YOUR_MIN_VERSION}
  2. Check npm: Run which npm
  3. Check git: Run which git
  4. Check gh CLI: Run which gh - if not found, suggest brew install gh && gh auth login
    • If found, verify auth: gh auth status
  5. {YOUR_TOOL}: Run which {tool} - fail if not found
  6. {YOUR_PLUGIN}: Run grep "{plugin-name}@{marketplace}" ~/.claude/settings.json - warn if not found
  7. {YOUR_MCP}: Use ToolSearch with query "{mcp-name}" - fail if no tools found

Report status for each check. If any required checks fail, provide install commands.

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. 5d ago First seen · 18 lines · 7 tokens per session scan B 3678df535569

Subscribe to this mod's changes

setup-dependencies is a skill published in the GitHub repository avi1234/claude-team-plugins (5 stars, last pushed 6mo ago), licensed MIT. It adds 7 tokens to every session and 210 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

qa

This skill should be used when the user asks to "generate tests", "write unit tests", "analyze test coverage", "scaffold E2E tests", "set up Playwright", "configure Jest", "implement testing patterns", or "improve test quality".

Joncik91/ucai · 57 tokens

architect

This skill should be used when the user asks to "design system architecture", "evaluate microservices vs monolith", "create architecture diagrams", "analyze dependencies", "choose a database", "plan for scalability", "make technical decisions", or "review system design".

Joncik91/ucai · 56 tokens

backend

This skill should be used when the user asks to "design REST APIs", "optimize database queries", "implement authentication", "build microservices", "review backend code", "set up GraphQL", "handle database migrations", or "load test APIs".

Joncik91/ucai · 54 tokens

ucai-patterns

Use when the user asks about Claude Code best practices, how to write agents, how to use hooks, how to manage context, or how to work effectively with Claude Code's native systems.

Joncik91/ucai · 42 tokens

review-responder

Use when receiving feedback on code you implemented, responding to reviewer comments, deciding which review suggestions to implement, or pushing back on incorrect review feedback.

Joncik91/ucai · 33 tokens

frontend

Use when building React components, optimizing performance, analyzing bundle sizes, scaffolding projects, implementing accessibility, reviewing frontend code quality, performing visual overhauls, or designing UI/UX systems.

Joncik91/ucai · 40 tokens