skill-manager

Organize and validate a Claude plugin skill library with dependency graphs.

10|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/mahmoud20138/Tradecraft --skill skill-manager-mahmoud20138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-manager
Source: https://github.com/mahmoud20138/Tradecraft/tree/main/plugins/tradecraft/skills/skill-manager
Command: npx skills add https://github.com/mahmoud20138/Tradecraft --skill skill-manager-mahmoud20138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Manager keeps the ever-growing skill library organized, discoverable, and auditable, reducing manual overhead and risk of duplicates.

Core Features & Use Cases

  • List by usage to identify popular skills and prioritize maintenance.
  • Find duplicates and reconcile overlaps to keep the library clean.
  • Visualize dependency graphs and spot inter-skill relationships for safer updates.
  • Batch-validate all skills to ensure frontmatter integrity and command availability.

Quick Start

Run a full library audit to organize, deduplicate, and validate all skills.

Frequently Asked Questions about skill-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a large skill library for duplicates and usage metrics?

You can perform a skill library audit to identify duplicates, visualize dependency graphs, and track usage metrics, helping you prioritize maintenance and keep the library clean.

What is the best way to visualize dependency graphs across multiple skills?

Visualizing dependency graphs involves spotting inter-skill relationships through a library audit, ensuring safer updates by understanding how multiple skills connect and rely on each other.

How do I batch validate frontmatter integrity for plugin skills?

Batch validation checks frontmatter integrity and command availability across all skills, applying validation rules to ensure every skill in the library maintains correct metadata and functional commands.

Can I manage bulk updates and governance for a library with over 100 skills?

Bulk-management commands allow you to govern a library with over 100 skills by enforcing validation rules, managing dependencies, and ensuring frontmatter integrity across the entire collection.

Why do I need to deduplicate overlapping skills in my library?

Deduplicating overlapping skills keeps the library clean and discoverable, reducing manual overhead and minimizing the risk of conflicting updates across similar skill implementations.