LLM Skills
~/catalog/software architecture//health-reuse

Code reuse health check

/health-reuse

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

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

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

// original public source
maslennikov-ig/claude-code-orchestrator-kit
/.claude/commands/health-reuse.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-reuse.md" "https://raw.githubusercontent.com/maslennikov-ig/claude-code-orchestrator-kit/main/.claude/commands/health-reuse.md"
Then in Claude Code, type /health-reuse 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 Software architecture

View allarrow_forward