{
  "markdown": "# indexion-skills\n\nClaude Code plugin providing skills powered by [indexion](https://github.com/trkbt10/indexion) — source code exploration, similarity analysis, and documentation tools.\n\n## Installation\n\n```bash\n# Add marketplace and install\nclaude marketplace add trkbt10/indexion-skills\nclaude plugin install indexion-skills\n```\n\n## Prerequisites\n\nindexion must be installed and available in your PATH:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/trkbt10/indexion/main/install.sh | bash\n```\n\nSome skills require newer commands than an older installed binary may provide.\nFor agent orientation, verify:\n\n```bash\nindexion agent orient --help\n```\n\n## Available Skills\n\n### Agent Orientation\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| `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 |\n\n### Exploration & Analysis\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| `indexion-search` | `indexion grep`, `indexion search`, `indexion explore` | Choose the right search mode for structural, lexical, semantic, or similarity questions |\n| `indexion-segment` | `indexion segment` | Split text into contextual segments |\n| `indexion-kgf` | `indexion kgf` | Inspect and debug KGF language specs |\n\n### Identity & Naming\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| `indexion-identity` | `indexion identity audit` | Detect drift between file, folder, symbol names, and implementation contents, then classify rename, move, split, hollow, or keep actions |\n\n### Documentation & README\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| `indexion-documentation` | `indexion plan documentation/reconcile`, `indexion doc graph` | Documentation analysis — coverage, drift detection, dependency graphs |\n| `indexion-readme` | `indexion doc init/readme`, `indexion plan readme` | README construction — initialize, generate, plan, assemble |\n| `indexion-wiki` | `indexion wiki *` | Maintain project wiki pages, indexes, linting, source logs, and code-to-doc drift checks |\n\n### Spec-Driven Development\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| `indexion-sdd` | `indexion spec *` | SDD validation loop: draft, verify, align, validate with cc-sdd/codex |\n\n### Planning\n\n| Skill | Command | Description |\n|-------|---------|-------------|\n| `indexion-refactor` | `indexion plan refactor`, `indexion plan solid` | Detect duplication, wrapper bloat, shared-code extraction opportunities, and concept-level SoT violations |\n\n## Plugin Structure\n\n```\nindexion-skills/\n├── .claude-plugin/\n│   ├── plugin.json          # Plugin manifest\n│   └── marketplace.json     # Marketplace registry\n├── skills/\n│   ├── indexion-agent-orient/ # Agent preflight orientation\n│   ├── indexion-search/      # Structural, lexical, semantic, and similarity search\n│   ├── indexion-identity/    # Name/content drift audit\n│   ├── indexion-segment/     # Text segmentation\n│   ├── indexion-kgf/         # KGF spec inspection\n│   ├── indexion-documentation/ # Documentation analysis (coverage, reconcile, graph)\n│   ├── indexion-readme/       # README construction (init, generate, assemble)\n│   ├── indexion-wiki/        # Wiki lifecycle\n│   ├── indexion-sdd/         # Spec-Driven Development loop\n│   ├── indexion-refactor/    # Refactor planning and validation\n└── LICENSE\n```\n\n## License\n\nApache-2.0\n",
  "bytes": 3568,
  "sha": "486af40467997ce7e3d010c2d8292497cf69e7a5cf2063e3ea7ab5060f8c8132",
  "repo_slug": "trkbt10/indexion-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_trkbt10_indexion_skills_indexion_documen_b576d534/readme"
}