command-index

Index slash commands and descriptions from markdown files using bash scripting.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SullivanXiong/dotfiles --skill command-index
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-index
Source: https://github.com/SullivanXiong/dotfiles/tree/main/home/.claude/skills/command-index
Command: npx skills add https://github.com/SullivanXiong/dotfiles --skill command-index

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps users discover and utilize available slash commands, streamlining workflows by proactively suggesting relevant shortcuts for common tasks.

Core Features & Use Cases

  • Command Discovery: Indexes all available slash commands and their descriptions.
  • Proactive Suggestions: Offers relevant commands based on the current context (e.g., suggesting /commit after code changes).
  • Use Case: When you've just finished writing code, the AI can suggest, "Would you like me to run /commit to create a commit?"

Quick Start

Use the command-index skill to list all available commands and their descriptions.

Frequently Asked Questions about command-index

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

FAQPage Schema
How do I list available slash commands in an AI assistant workflow?

You can list available slash commands by using a bash script to parse command metadata from markdown files. This indexes all available commands and their descriptions for proactive suggestion.

How does proactive command suggestion work for task automation?

Proactive command suggestion works by indexing command descriptions and offering relevant shortcuts based on the current context. For example, it can suggest the /commit command after you finish writing code.

What's the best way to discover workflow shortcuts for common tasks?

The best way to discover workflow shortcuts is to index slash commands from markdown files. This allows the AI assistant to proactively suggest relevant commands based on your current task automation needs.

Do I need bash scripting to index commands from markdown files?

Yes, you need bash scripting to parse command metadata from markdown files. This script indexes the available slash commands and their descriptions to enable proactive suggestion in AI assistant workflows.

Can I use indexed commands for task automation in any environment?

Indexed commands apply to AI assistant workflows requiring task automation and shortcut discovery. The skill parses markdown metadata to proactively suggest relevant commands based on the current context.

Why use command indexing instead of manually searching for shortcuts?

Command indexing streamlines workflows by automatically parsing metadata to suggest relevant shortcuts. Instead of manually searching, the AI proactively offers commands based on your current context.