LLM Skills
~/catalog/debugging & maintenance//health-deps

Dependency health check

/health-deps

Run the "`deps-health-inline`" skill for online orchestration.

maslennikov-igmaslennikov-ig
249
March 5, 2026
Other
// skill content

--- description: Dependency audit and update workflow (inline orchestration) --- # Dependency Health Check Execute the deps-health-inline skill for inline orchestration. You ARE the orchestrator. Do not spawn a separate orchestrator agent. ## Quick Start 1. Read .claude/skills/deps-health-inline/SKILL.md 2. Follow the workflow phases directly 3. Use Task tool only for workers (dependency-auditor, dependency-updater) 4. Run quality gates inline via Bash ## Workflow Summary `` Pre-flight → Audit → [Update by Priority] → Verify → Report ` **Workers**: dependency-auditor, dependency-updater **Quality gates**: pnpm type-check && pnpm build **Max iterations**: 3 --- Now read and execute the skill: .claude/skills/deps-health-inline/SKILL.md`

// original public source
maslennikov-ig/claude-code-orchestrator-kit
/.claude/commands/health-deps.md
License: Other. Review the repository before reusing it.
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/health-deps.md" "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-deps.md"
Then in Claude Code, type /health-deps to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Stars 249
LicenseOther
UpdatedMarch 5, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward