Claude Code skill — index any codebase into a .context/ folder Claude can navigate without grepping. Deterministic backbone (tree, symbols, graph, conventions) + LLM enrichment driven by the running Claude session.
Project description
dummyindex
The persistent context engine for a repo. A Claude Code skill that turns any codebase into a .context/ folder Claude can navigate without grepping — deterministic AST extraction plus a multi-agent council (dev, architect, critics) that fills in the judgment.
pip install --user dummyindex # or: uv tool install dummyindex
dummyindex install # one-time, user-global
cd /path/to/your/repo
claude # open Claude Code in your repo
> /dummyindex <path> # e.g. /dummyindex ./src
After the first run, every future Claude Code session in this repo consults .context/ before reading source at random. A SessionStart hook surfaces what drifted since the last update, and the session reconciles the index in place.
What it is
dummyindex runs in two modes per repo. Setup mode (one-time): /dummyindex builds .context/, installs hooks, and generates a project-tuned toolkit in .claude/ via /dummyindex-equip. Ongoing mode (every session): the spine plans, builds, and evolves — /dummyindex-plan turns a feature request into a consistency-checked proposal, /dummyindex-build drives it through the equipped agents, and /dummyindex-remember saves cross-session memory to .context/session-memory/.
Core principle: dummyindex stays the spine — it never writes production code itself. It plans, equips .context/-grounded tooling into .claude/, and orchestrates; the generated tooling + dispatched agents do the writing.
Install
User-global (one-time):
pip install --user dummyindex # or: uv tool install dummyindex
dummyindex install # copies skill into ~/.claude/skills/dummyindex/
Per-repo (no global state):
cd /path/to/your/repo
dummyindex install --scope project # writes .claude/skills/dummyindex/SKILL.md in this repo
To remove:
dummyindex uninstall # or: --scope project [--dir PATH]
Quickstart
Inside a Claude Code session opened in your repo:
/dummyindex # ingest + council, install hooks (setup mode)
/dummyindex ./src # scope to a subdirectory
/dummyindex-equip # generate project-tuned agents + skills in .claude/
/dummyindex-plan "add rate limiting" # NL → consistency-checked proposal
/dummyindex-build # drive the proposal's checklist to completion
/dummyindex-remember # save cross-session memory
CLI (no LLM cost, deterministic backbone only):
dummyindex ingest . # build .context/ backbone + CLAUDE.md block
dummyindex context query "how does auth work" # ranked feature shortlist
dummyindex context rebuild --changed . # incremental re-index
dummyindex context hooks status . # check hook health
dummyindex context --help # full command list
Docs
- docs/README.md — docs index (guide + reference + internal)
- docs/guide/ — twelve conceptual docs: architecture, data model, CLI surface, lifecycle, retrieval model, and more
License
MIT — see LICENSE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dummyindex-0.15.0.tar.gz.
File metadata
- Download URL: dummyindex-0.15.0.tar.gz
- Upload date:
- Size: 298.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f5c259a9ceb4ed4de958e4626e1a1454e722cf16cca3e3dad1b6f75d7aed5f6
|
|
| MD5 |
e8b1e139c120c79f5315cd6445f2324f
|
|
| BLAKE2b-256 |
fec0dfa45eac75736d72e2fd8452a1a1615aa1164339711c46d5061633ebceb2
|
Provenance
The following attestation bundles were made for dummyindex-0.15.0.tar.gz:
Publisher:
publish.yml on MullaAhmed/dummyIndex
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dummyindex-0.15.0.tar.gz -
Subject digest:
9f5c259a9ceb4ed4de958e4626e1a1454e722cf16cca3e3dad1b6f75d7aed5f6 - Sigstore transparency entry: 1748687225
- Sigstore integration time:
-
Permalink:
MullaAhmed/dummyIndex@009f0242461a959fce618a1ea6597451550971d4 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/MullaAhmed
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@009f0242461a959fce618a1ea6597451550971d4 -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file dummyindex-0.15.0-py3-none-any.whl.
File metadata
- Download URL: dummyindex-0.15.0-py3-none-any.whl
- Upload date:
- Size: 398.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f109980638c587036164a616eaec5c663ebef308174b451e6eb74f841f20a791
|
|
| MD5 |
8967ed0c75015a20ab653f36e4605863
|
|
| BLAKE2b-256 |
4f02177afeb695223911771ade8d4560a26a75d7efd5409adac94edf7420bdef
|
Provenance
The following attestation bundles were made for dummyindex-0.15.0-py3-none-any.whl:
Publisher:
publish.yml on MullaAhmed/dummyIndex
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
dummyindex-0.15.0-py3-none-any.whl -
Subject digest:
f109980638c587036164a616eaec5c663ebef308174b451e6eb74f841f20a791 - Sigstore transparency entry: 1748687403
- Sigstore integration time:
-
Permalink:
MullaAhmed/dummyIndex@009f0242461a959fce618a1ea6597451550971d4 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/MullaAhmed
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@009f0242461a959fce618a1ea6597451550971d4 -
Trigger Event:
workflow_dispatch
-
Statement type: