dependency-checker
Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues across all plugin groups
npx skills add majiayu000/claude-skill-registry --skill dependency-checker-sequenzia-agent-alchemy --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Dependency Checker Analyze the Agent Alchemy plugin ecosystem to detect dependency issues, broken paths, orphaned components, and documentation drift. Produces a health report with severity-ranked findings. **CRITICAL: Complete ALL 5 phases.** The workflow is not complete until Phase 5: Report is finished. After completing each phase, immediately proceed to the next phase without waiting for user prompts. ## Critical Rules ### AskUserQuestion is MANDATORY **IMPORTANT**: You MUST use the `AskUserQuestion` tool for ALL questions to the user. Never ask questions through regular text output. - Report presentation -> AskUserQuestion - Action selection -> AskUserQuestion - View mode selection -> AskUserQuestion Text output should only be used for: - Displaying progress updates between phases - Presenting intermediate analysis summaries (inventory counts, graph stats) - Phase transition markers If you need the user to make a choice or provide input, use AskUserQuestion. **NEVER do this** (asking via text output): ``` Would you like to view findings by severity or by plugin group? 1. By severity 2. By plugin group ``` **ALWAYS do this** (using AskUserQuestion tool): ```yaml AskUserQuesti
- Critical Rules
- AskUserQuestion is MANDATORY
- Plan Mode Behavior
- Phase Overview
- Phase 1: Load & Discover
- Step 1: Parse Arguments
- Step 2: Load Settings
- Step 3: Load Marketplace Registry
- Step 4: Discover Components
- Step 5: Display Inventory Summary
- Phase 2: Build Dependency Graph
- Step 1: Define Edge Types
- Step 2: Extract Edges from Skills
- Step 3: Extract Edges from Agents
What does the dependency-checker skill do?
Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues across all plugin groups
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill dependency-checker-sequenzia-agent-alchemy --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
