dev10x-skill-index

Generates grouped adaptive-density skill index from local skills and plugins to SKILLS.md and .skills-menu.txt.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-skill-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev10x-skill-index
Source: https://github.com/wooyek/dev10x-ai/tree/main/codex-skills/dev10x-skill-index
Command: npx skills add https://github.com/wooyek/dev10x-ai --skill dev10x-skill-index

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and maintenance of a comprehensive, user-friendly index of available skills, ensuring discoverability and reducing the cognitive load of managing a growing toolset.

Core Features & Use Cases

  • Dynamic Index Generation: Scans local skills and installed plugins to create an up-to-date index.
  • Intelligent Grouping: Organizes skills into logical families based on families.yaml for better navigation.
  • Dependency Hiding: Excludes internal orchestration skills using hidden.yaml, presenting a clean interface to the user.
  • Adaptive Density: Optimizes the index format for readability based on the number of skills.
  • Use Case: After installing a new plugin or defining a custom skill, running this command instantly updates your skill index, making the new functionality immediately accessible.

Quick Start

Regenerate the skill index files by running the generator script.

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 an index of installed developer tools and local skills?

Generate a skill index by running the generator script to scan local skills and installed plugins, grouping them into families defined in families.yaml. The script outputs a readable index to $HOME/.codex/SKILLS.md and a menu file to $HOME/.codex/.skills-menu.txt.

What is the best way to organize a growing list of custom skills and plugins?

Organize custom skills and plugins by defining logical groups in families.yaml. The generator script reads this configuration to produce an adaptive-density index, reducing cognitive load and ensuring discoverability across your toolset.

How does the skill index handle internal orchestration dependencies?

Internal orchestration dependencies are hidden using the hidden.yaml configuration file. Excluding these internal skills presents a clean interface to the user, ensuring the generated skill index only displays relevant, user-facing functionality.

Can I use this skill index generator without any external dependencies?

Yes, you can use this skill index generator without external dependencies. It relies solely on local scripts and reference files like families.yaml and hidden.yaml to scan installed plugins and output the grouped index.

Why does my generated skill index format change as I add more tools?

The generated skill index format changes because the script features adaptive density, which optimizes readability based on the total number of scanned skills. This ensures the SKILLS.md output remains user-friendly as your toolset grows.

When should I regenerate the local skill index files?

Regenerate the local skill index files immediately after installing a new plugin or defining a custom skill. Running the generator script updates the SKILLS.md and .skills-menu.txt outputs, making new functionality instantly accessible.