Agent skill

investigate-dependencies

Conduct thorough dependency audits to identify redundant code, unused features, and improper usage patterns. Examines each import to ensure we're leveraging existing capabilities rather than reinventing functionality.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill investigate-dependencies-taylorsatula-mira-oss --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/investigate-dependencies-taylorsatula-mira-oss/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

# Investigate Dependencies: Eliminating Redundant Code Through Dependency Mastery ## 🎯 Mission Conduct line-by-line walkthroughs of modules to understand how we use external dependencies, identifying: - **Redundant implementations** of functionality that already exists in imported modules - **Unused capabilities** in dependencies that could simplify our code - **Improper usage patterns** that don't align with the module's intended design - **Missing error handling** for cases the dependency already covers ## 🔍 Investigation Protocol ### Step 1: Import Analysis For each file under investigation, create an import inventory: ```markdown ## Import Inventory for [filename] | Import | Source | Purpose | Documentation | |--------|--------|---------|---------------| | `uuid` | stdlib | Generate unique identifiers | https://docs.python.org/3/library/uuid.html | | `FastAPI` | fastapi | Web framework | https://fastapi.tiangolo.com/ | | `CustomUtil` | local | [Document what we think it does] | [Internal docs] | ``` ### Step 2: Line-by-Line Dependency Usage Examination For each location where an external module is used: ```markdown ### Usage Point: [Function/Method Name] (Lines X-Y) **Code:**

What's inside
Steps it walks through
  1. 🎯 Mission
  2. 🔍 Investigation Protocol
  3. Step 1: Import Analysis
  4. Step 2: Line-by-Line Dependency Usage Examination
  5. Step 3: Documentation Deep Dive
  6. Step 4: Redundancy Detection
  7. Step 5: Capability Gap Analysis
  8. 📋 Investigation Template
  9. 🎯 Focus Areas
  10. Common Redundancy Patterns
  11. 🚨 Red Flags
  12. ✅ Success Criteria
  13. 📚 Investigation Request Format
  14. 🎓 Philosophy
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the investigate-dependencies skill do?

Conduct thorough dependency audits to identify redundant code, unused features, and improper usage patterns. Examines each import to ensure we're leveraging existing capabilities rather than reinventing functionality.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill investigate-dependencies-taylorsatula-mira-oss --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