Stats
Links
Categories
Claude Code skills powered by indexion
npx claudepluginhub trkbt10/indexion-skillsClaude Code skills powered by indexion — source code exploration, similarity analysis, and documentation tools
Claude Code plugin providing skills powered by indexion — source code exploration, similarity analysis, and documentation tools.
# Add marketplace and install
claude marketplace add trkbt10/indexion-skills
claude plugin install indexion-skills
indexion must be installed and available in your PATH:
curl -fsSL https://raw.githubusercontent.com/trkbt10/indexion/main/install.sh | bash
| Skill | Command | Description |
|---|---|---|
indexion-explore | indexion explore | Find similar files and detect duplicates |
indexion-segment | indexion segment | Split text into contextual segments |
indexion-kgf | indexion kgf | Inspect and debug KGF language specs |
| Skill | Command | Description |
|---|---|---|
indexion-doc | indexion doc | Generate dependency graphs and READMEs |
| Skill | Command | Description |
|---|---|---|
indexion-plan-refactor | indexion plan refactor | Generate refactoring plans from similarity analysis |
indexion-plan-docs | indexion plan documentation | Analyze documentation coverage |
indexion-plan-reconcile | indexion plan reconcile | Detect implementation/documentation drift |
indexion-plan-solid | indexion plan solid | Plan common code extraction across directories |
indexion-plan-readme | indexion plan readme | Generate README writing tasks |
indexion-skills/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace registry
├── skills/
│ ├── indexion-explore/ # File similarity analysis
│ ├── indexion-segment/ # Text segmentation
│ ├── indexion-kgf/ # KGF spec inspection
│ ├── indexion-doc/ # Dependency graphs & READMEs
│ ├── indexion-plan-refactor/
│ ├── indexion-plan-docs/
│ ├── indexion-plan-reconcile/
│ ├── indexion-plan-solid/
│ └── indexion-plan-readme/
└── LICENSE
Apache-2.0
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.