πŸ“šAllForClaude
SkillsMCPPluginsCategoriesHow to install
πŸ“š AllForClaude

Skills, MCP Servers & Plugins for Claude, All in One Place.

By type

  • Skills
  • MCP Servers
  • Plugins
  • Subagents
  • Slash Commands

Categories

  • πŸ’» Development & Coding
  • ⚑ Productivity & Automation
  • 🎨 Creative, Design & Art
  • πŸ“„ Documents & Office
  • πŸ’¬ Communication & Messaging
  • πŸ€– AI & Machine Learning

Learn

  • How to install
  • All categories
  • Search

Β© 2026 AllForClaude. An independent, community directory β€” not affiliated with Anthropic.

Aggregated from claudeskills.info, skillshubmcp.com & claudedirectory.org.

  1. Home
  2. /Subagents
  3. /Agents & Workflow
  4. /Dependency Updater
πŸ”„

Dependency Updater

πŸ€–SubagentπŸ”„Agents & Workflow319

Dependency analysis and update agent for multi-ecosystem repositories. Scans pyproject.toml, Cargo.toml, package.json, and go.mod files. Use when checking for outdated dependencies, updating package versions, resolving version conflicts, preparing dependency update PRs. Do not use when installing new dependencies - use ecosystem-specific tools. debugging dependency issues - analyze manually first. Provides conflict detection, compatible version resolution, and code migration assistance for breaking changes.

By athola

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/dependency-updater
# ...or for all projects
mkdir -p ~/.claude/skills/dependency-updater

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize β†’ Skills β†’ β€œ+” β†’ Browse skills β†’ Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder β€” no restart needed.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’

Source

  • Claude Skills Hub

More in Agents & Workflow

View all β†’
πŸ”„
🧩Skillβ˜… Featured

Dispatching Parallel Agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

πŸ”„Agents & Workflow247,389
πŸ”„
🧩Skillβ˜… Featured

Subagent Driven Development

Use when executing implementation plans with independent tasks in the current session

πŸ”„Agents & Workflow247,389
πŸ”„
πŸ€–Subagentβ˜… Featured

Conversation Analyzer

Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Typical triggers include the /hookify command being invoked without arguments, or the user explicitly asking to look back at the current conversation and surface mistakes that should be prevented in the future. See "When to invoke" in the agent body for worked scenarios.

πŸ”„Agents & Workflow225,587
πŸ”„
πŸ”ŒMCP Serverβ˜… Featured

Linear Server

Manage Linear issues, projects, and workflows for seamless project management integration

πŸ”„Agents & Workflow88,106

How to install

Skill (folder)

A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.

Claude Code (project or global):

terminal
# per-project
mkdir -p .claude/skills/dependency-updater
# ...or for all projects
mkdir -p ~/.claude/skills/dependency-updater

# copy SKILL.md and any supporting files into that folder

Claude.ai / Claude Desktop:

Customize β†’ Skills β†’ β€œ+” β†’ Browse skills β†’ Install. (Installed skills are view-only; download a copy to customise.)

Claude auto-detects skills in that folder β€” no restart needed.

Exact steps can vary per project β€” always double-check the original source. New to this? Read the full install guide β†’