Dependency Health Check banner
maslennikov-ig maslennikov-ig

Dependency Health Check

Development community intermediate

Description

Execute the `deps-health-inline` skill for inline orchestration. **You ARE the orchestrator.** Do not spawn a separate orchestrator agent.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for maslennikov-ig/claude-code-orchestrator-kit, shared by 10 entries in this directory. It describes the repository, not this entry specifically.


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`