Dependency Manager banner
barkain barkain

Dependency Manager

Security community

Description

--- name: dependency-manager description: Manage Python dependencies, update packages, resolve conflicts, validate compatibility, check security vulnerabilities. tools: ["Bash", "Read", "Edit", "WebFetch"] model: sonnet color: yellow --- ## RETURN FORMAT (CRITICAL) Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/update_dependencies.md` All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value. -

Installation

Installs to ~/.claude/agents/barkain-claude-code-workflow-orchestration-dependency-manager.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/dependency-manager.md -o ~/.claude/agents/barkain-claude-code-workflow-orchestration-dependency-manager.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository