Agent skill · AI & Agents

dependency-checker

Analyzes the Agent Alchemy plugin ecosystem to detect dependency issues across all plugin groups

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 25 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash-AskUserQuestion
Path: skills/analysis/dependency-checker-sequenzia-agent-alchemy/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Critical Rules
  2. AskUserQuestion is MANDATORY
  3. Plan Mode Behavior
  4. Phase Overview
  5. Phase 1: Load & Discover
  6. Step 1: Parse Arguments
  7. Step 2: Load Settings
  8. Step 3: Load Marketplace Registry
  9. Step 4: Discover Components
  10. Step 5: Display Inventory Summary
  11. Phase 2: Build Dependency Graph
  12. Step 1: Define Edge Types
  13. Step 2: Extract Edges from Skills
  14. Step 3: Extract Edges from Agents
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going