Dev10x:skill-index

Generate a family-grouped skill index for Claude plugins.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-skill-index-dev10x-guru
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Dev10x:skill-index
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/skill-index
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-skill-index-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yq, jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive, family-grouped skill index for Claude plugins, simplifying the discovery and invocation of available skills.

Core Features & Use Cases

  • Skill Index Generation: Automatically generates a skill index that groups skills by families and hides orchestration dependencies.
  • Adaptive Density: Adjusts the index density based on the number of skills, ensuring readability and usability.
  • Use Case: After adding or removing skills, use this Skill to regenerate the skill index, ensuring that users have the most up-to-date list of available commands.

Quick Start

To regenerate the skill index, run the following command:

${CLAUDE_PLUGIN_ROOT}/skills/skill-index/scripts/generate-all.sh --force

Frequently Asked Questions about Dev10x:skill-index

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

FAQPage Schema
How do I generate a skill index for Claude plugins?▼

To generate a skill index for Claude plugins, run the provided generate-all.sh script. This scans local skills and installed plugins to group commands by families and hide orchestration dependencies.

What is a family-grouped skill index in Claude plugin development?▼

A family-grouped skill index organizes available Claude plugin commands into logical families, simplifying skill discovery and invocation while hiding underlying orchestration dependencies from the user.

Do I need yq and jq to build a Claude skill index?▼

Yes, you need yq and jq installed to build a Claude skill index. These command-line tools are required for parsing the YAML and JSON files used during skill scanning and index generation.

Can I adjust skill index density when managing a large number of Claude skills?▼

Yes, the skill index generator features adaptive density, automatically adjusting index density based on the total number of skills found to ensure readability across large Claude plugin environments.

When should I regenerate my Claude plugin skill index?▼

You should regenerate your Claude plugin skill index after adding or removing skills. Running the generation script with the --force flag updates the list to reflect your current available commands.