By dreamlx
Claude Code integration for the codeindex CLI: skills for code navigation (arch), repository indexing (index), git-hook setup (hooks), and CLAUDE.md maintenance (update-guide). Requires the ai-codeindex CLI on PATH — install with `pipx install ai-codeindex`.
Query code architecture using README_AI.md index files generated by codeindex. Use when user asks about project structure, where features are implemented, how modules work, or wants to understand codebase architecture. Triggered by questions like "what does this do", "where is X implemented", "how does module Y work".
Set up codeindex Git hooks for automatic README_AI.md updates on commit. Use when user wants auto-updating documentation, git hook setup for codeindex, or automatic index refresh when code changes. Triggered by "set up auto-update", "install hooks", "auto-update README_AI.md", "keep docs in sync".
Generate AI-friendly code index using the codeindex CLI. Use when user wants to index a project, generate README_AI.md files, create code documentation, or make codebase searchable. Triggered by "index this project", "generate code index", "create documentation", "scan codebase".
Refresh the codeindex section in your project's CLAUDE.md to the latest version, with project-specific suggestions. Use when user upgrades codeindex and wants their CLAUDE.md guidance updated, or asks "is my CLAUDE.md current".
Claude Code plugin that brings the codeindex CLI into your Claude Code workflow as a set of skills.
This plugin requires the codeindex CLI on your PATH. The plugin's skills shell out to it.
pipx install ai-codeindex
(If you don't have pipx: python3 -m pip install --user pipx && pipx ensurepath.)
The plugin's SessionStart hook will warn you if codeindex isn't found.
Four skills (auto-namespaced under the plugin):
| Skill | Invoked when | What it does |
|---|---|---|
codeindex:arch | User asks about project structure, "where is X implemented", "how does module Y work" | Reads README_AI.md index files to answer architecture questions |
codeindex:index | User asks to index/scan a project, generate documentation | Walks user through codeindex init → scan-all setup |
codeindex:hooks | User asks to auto-update docs on commit, set up git hooks | Walks user through codeindex hooks install and .codeindex.yaml hook config |
codeindex:update-guide | User wants to refresh CLAUDE.md to latest codeindex guidance | Delegates to codeindex claude-md update with project-aware suggestions |
Plus one SessionStart hook that verifies codeindex is on PATH.
/plugin marketplace add dreamlx/codeindex-claude
/plugin install codeindex@codeindex-claude
Once accepted into anthropics/claude-plugins-community:
/plugin install codeindex@claude-community
Clone this repo and run Claude Code with --plugin-dir:
git clone https://github.com/dreamlx/codeindex-claude
claude --plugin-dir ./codeindex-claude
/plugin update codeindex@codeindex-claude
The CLI itself is updated independently via pipx upgrade ai-codeindex.
/plugin uninstall codeindex@codeindex-claude
Removing the plugin does NOT uninstall the ai-codeindex CLI — that's pipx uninstall ai-codeindex.
This plugin is the Claude-Code-facing layer of a deliberate two-artifact split (see codeindex ADR-006):
ai-codeindex (PyPI) — the Python CLI. Pure tool, zero Claude Code coupling. Cursor / Continue / bare-CLI users install only this.codeindex-claude (this repo) — Claude Code skills + hooks. Installs / updates / uninstalls cleanly via the platform's plugin mechanism, no ~/.claude/ mutation magic.MIT. See LICENSE.
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.
npx claudepluginhub dreamlx/codeindex-claude --plugin codeindexClaude Code integration for the codeindex CLI: skills for code navigation (arch), repository indexing (index), git-hook setup (hooks), and CLAUDE.md maintenance (update-guide). Requires the ai-codeindex CLI on PATH — install with `pipx install ai-codeindex`.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).