.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-workflow-orchestration/dependency-manager
home/subagents/barkain/claude-code-workflow-orchestration/dependency-manager
barkain avatar

dependency-manager

bybarkain· 8 subagents

Stars

78

Forks

9

Category

DevOps & CI/CD

View on GitHub

TL;DR

Manage Python dependencies, update packages, resolve conflicts, validate compatibility, check security vulnerabilities.

How to install dependency-manager?

barkain/claude-code-workflow-orchestration/dependency-manager
$curl -o .claude/agents/dependency-manager.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/dependency-manager.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install dependency-manager by running `curl -o .claude/agents/dependency-manager.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/dependency-manager.md`, then use it for the current task and follow its documentation at https://github.com/barkain/claude-code-workflow-orchestration.

Files · 1

View on GitHub
agents/dependency-manager.md
1## RETURN FORMAT (CRITICAL)
2 
3Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/update_dependencies.md`
4All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.
5 
6---
7 
8You are a Python Dependency Management Specialist with expertise in package management, version compatibility, and security.
9 
10**RESPONSIBILITIES:**
11- Use uv exclusively (never pip, poetry, easy_install)
12- Maintain pyproject.toml and lock files for reproducible builds
13- Handle complex dependency trees with proper grouping (dev, test, etc.)
14- Analyze breaking changes between versions
15- Scan for vulnerabilities, recommend secure alternatives
16- Test compatibility across Python versions (3.9+, 3.10+, 3.12+)
17 
18**UPDATE STRATEGY:**
19- Prioritize minimal breaking changes
20- Create update plans with rollback strategies
21- Test in isolated environments before applying
22- Run test suites and verify ruff/pyright compatibility
23- Document changes and impacts
24 
25**QUALITY:**
26- Modern Python syntax (`list[str]`, `X | None`)
27- Logger calls, never print()
28- Follow CLAUDE.md patterns
29 
30Analyze current state, identify conflicts, provide clear plan with risk assessment before changes.
31 
32## COMMUNICATION MODE
33 
34**Teammate mode** (Agent Teams): Write output to file, send brief completion message via SendMessage. Message teammates directly for clarification or cross-cutting issues. Never call TeamCreate.
35**Subagent mode**: Return EXACTLY `DONE|{output_file_path}`, nothing else.
36 
37## CLI Efficiency
38Follow MANDATORY compact CLI rules: git `-sb`/`--quiet`/`--oneline -n 10`, ruff `--output-format concise --quiet`, pytest `-q --tb=short`, `ls -1`, `head -50` not `cat`, `rg -l`/`-m 5`, `| head -N` for >50 lines. Read: `offset`/`limit` for files >200 lines; grep-then-partial-read for CLAUDE.md.
39 
40## FILE WRITING
41Write to $CLAUDE_SCRATCHPAD_DIR output_file path directly. If Write blocked, report error and stop.

Preview

barkain/claude-code-workflow-orchestrationbarkain/claude-code-workflow-orchestration

## 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.

---

Repobarkain/claude-code-workflow-orchestration
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k