By trkbt10
Claude Code skills powered by indexion — source code exploration, similarity analysis, and documentation tools
Generate and use a pre-edit structure brief so coding agents learn likely owners, consumer surfaces, and unsafe edit locations before implementing.
Documentation analysis — assess coverage, detect code-to-doc drift with plan reconcile, visualize dependencies with doc graph. Answers "what needs docs?" and "are docs still accurate?"
Detect and review name/content drift in code using `indexion identity audit`, then plan verified renames, moves, folder changes, or splits.
Debug and inspect KGF specs — view tokenization results, parse trees, and extracted edges from source files. Use when adding/fixing language support or when indexion's analysis output looks wrong.
README construction — initialize template structure, generate per-package READMEs from doc comments, plan writing tasks, assemble root README from docs/ and package READMEs via doc.json config, and verify edits with `plan drift`.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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
Some skills require newer commands than an older installed binary may provide. For agent orientation, verify:
indexion agent orient --help
| Skill | Command | Description |
|---|---|---|
indexion-agent-orient | indexion agent orient | Generate a pre-edit structure brief from a cached orientation map so zero-knowledge agents can infer likely owners, consumer surfaces, and unsafe edit locations before coding |
| Skill | Command | Description |
|---|---|---|
indexion-search | indexion grep, indexion search, indexion explore | Choose the right search mode for structural, lexical, semantic, or similarity questions |
indexion-segment | indexion segment | Split text into contextual segments |
indexion-kgf | indexion kgf | Inspect and debug KGF language specs |
| Skill | Command | Description |
|---|---|---|
indexion-identity | indexion identity audit | Detect drift between file, folder, symbol names, and implementation contents, then classify rename, move, split, hollow, or keep actions |
| Skill | Command | Description |
|---|---|---|
indexion-documentation | indexion plan documentation/reconcile, indexion doc graph | Documentation analysis — coverage, drift detection, dependency graphs |
indexion-readme | indexion doc init/readme, indexion plan readme | README construction — initialize, generate, plan, assemble |
indexion-wiki | indexion wiki * | Maintain project wiki pages, indexes, linting, source logs, and code-to-doc drift checks |
| Skill | Command | Description |
|---|---|---|
indexion-sdd | indexion spec * | SDD validation loop: draft, verify, align, validate with cc-sdd/codex |
| Skill | Command | Description |
|---|---|---|
indexion-refactor | indexion plan refactor, indexion plan solid | Detect duplication, wrapper bloat, shared-code extraction opportunities, and concept-level SoT violations |
indexion-skills/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace registry
├── skills/
│ ├── indexion-agent-orient/ # Agent preflight orientation
│ ├── indexion-search/ # Structural, lexical, semantic, and similarity search
│ ├── indexion-identity/ # Name/content drift audit
│ ├── indexion-segment/ # Text segmentation
│ ├── indexion-kgf/ # KGF spec inspection
│ ├── indexion-documentation/ # Documentation analysis (coverage, reconcile, graph)
│ ├── indexion-readme/ # README construction (init, generate, assemble)
│ ├── indexion-wiki/ # Wiki lifecycle
│ ├── indexion-sdd/ # Spec-Driven Development loop
│ ├── indexion-refactor/ # Refactor planning and validation
└── LICENSE
Apache-2.0
npx claudepluginhub trkbt10/indexion-skills --plugin indexion-skillsOffice document manipulation plugins for Claude Code
Office document manipulation plugins for Claude Code
Node editor library for React - provides skills for creating custom nodes, inspectors, and connections
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Explain complex code and annotate files with inline documentation
Documentation quality, generation, and improvement using Diataxis principles. Pairs with beagle-core for full workflow.
Structural codebase indexing for efficient navigation. Reduces token consumption by 60-80% through targeted line-range reads instead of full file scans.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques