Dev10x-skill-index

Generate SKILLS.md and a compact menu from local skills and plugins.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Keeps skill catalogs manageable as your toolkit grows by automatically grouping skills into families, filtering out orchestration-only items, and producing a browsable index.

Core Features & Use Cases

  • Automatic family grouping: scans local skills and installed plugins, then organizes them according to families.yaml.
  • Hidden dependencies filter: uses hidden.yaml to exclude internal orchestration skills from user-facing views.
  • Dual output generation: writes a detailed SKILLS.md (readable, family-based index) and a compact terminal-friendly menu for quick navigation.

Quick Start

Regenerate the index 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 automatically index and organize local skills into family groups?

To index and organize skills, run the generator script to scan local skills and installed plugins, applying families.yaml to group them into a browsable SKILLS.md and a compact navigation menu.

How does a hidden dependencies filter work when generating a skills index?

A hidden dependencies filter uses hidden.yaml to exclude internal orchestration-only skills from user-facing views during index generation, ensuring only relevant skills appear in the final SKILLS.md output.

Do I need bash and yq to generate a skills index from SKILL.md frontmatter?

Yes, you need bash and yq installed, as the generator script relies on yq to parse key mappings from SKILL.md frontmatter and bash to execute the scanning and indexing workflow.

What is the best way to create a browsable index for a large collection of devtools and plugins?

The best way to create a browsable index is using an automated generator that scans devtools and plugins, applying family groupings via families.yaml to produce both a detailed SKILLS.md and a compact terminal menu.

Can I include scripts and references folders when indexing skills for on-demand resource access?

Yes, the indexing process supports optional folders like scripts, references, and assets, mapping these on-demand resources directly from the frontmatter in SKILL.md so users can access them after navigation.