rebuild-skill-index

Scan installed Claude Code skills and generate per-platform index files.

127|8|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/hanamizuki/solopreneur --skill rebuild-skill-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rebuild-skill-index
Source: https://github.com/hanamizuki/solopreneur/tree/main/plugins/solopreneur/skills/rebuild-skill-index
Command: npx skills add https://github.com/hanamizuki/solopreneur --skill rebuild-skill-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rebuilds the per-machine, per-config extended skill index used by platform subagents. Generates per-platform index files by scanning installed Claude Code skills and classifying them by platform relevance (iOS, Android, design, marketer, neo4j-dev) and writes them under <base>/solopreneur/skill-index/ where <base> is $CLAUDE_CONFIG_DIR or ~/.claude. Use when the user says "rebuild skill index", "refresh skill index", or after installing / removing platform-related skills.

Core Features & Use Cases

  • Generate one per-platform index file by scanning installed Claude Code skills and classifying them by platform relevance.
  • Write outputs under <base>/solopreneur/skill-index/ for quick lookup by subagents such as ios-dev, android-dev, designer, marketer, and neo4j-dev.
  • Use when you add or remove platform-related skills or when you need to refresh the knowledge base for agents.

Quick Start

Ask Claude to run a rebuild of all skill indexes now.

Frequently Asked Questions about rebuild-skill-index

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

FAQPage Schema
How do I rebuild the per-machine skill index for Claude Code platform subagents?

To rebuild the skill index, trigger a scan of installed Claude Code skills that classifies them by platform relevance and writes per-platform index files under the solopreneur/skill-index directory. Ask Claude to run a rebuild to refresh all platform indexes now.

When should I refresh the extended skill index for platform subagents?

Refresh the skill index when you install or remove platform-related skills, or when subagents like ios-dev, android-dev, designer, marketer, or neo4j-dev need an updated knowledge base for quick lookup. Request a rebuild after any platform skill configuration change.

What platforms does the skill index classification support for subagent lookups?

The skill index classification supports iOS, Android, design, marketer, and neo4j-dev platform categories. It scans installed skills and generates one index file per platform, writing outputs under the solopreneur/skill-index directory for the respective subagents.

Where are the generated per-platform skill index files stored on my machine?

Generated skill index files are stored under the solopreneur/skill-index directory, using $CLAUDE_CONFIG_DIR or ~/.claude as the base configuration path. This per-machine structure allows platform subagents to perform quick lookups of relevant installed skills.

Do I need to manually configure anything before rebuilding the Claude Code skill index?

No manual configuration is required to rebuild the skill index beyond having Claude Code skills installed. The process scans existing skills and outputs files automatically. Simply trigger the rebuild command when you need to refresh the platform classification.

Can I use the skill index rebuild workflow for non-platform specific Claude Code skills?

The skill index rebuild is specifically designed for platform subagent relevance, classifying skills into iOS, Android, design, marketer, and neo4j-dev categories. It targets platform-specific lookup rather than serving as a general skill registry for non-platform workflows.