Skip to main content

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

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

The bootstrap above (pip install + dummyindex install) is the only time you touch the terminal — after that your interface is the slash commands inside Claude Code, and the rest of the CLI is the agent's deterministic backbone (the skill and council invoke it; you don't run it by hand).

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 writes the CLAUDE.md managed block. Ongoing mode (every session): the spine plans, builds, and evolves — /dummyindex-plan turns a feature request into a consistency-checked proposal and auto-equips the project-tuned toolkit in .claude/ for it, /dummyindex-build drives the proposal through those equipped agents (and warns if the repo isn't equipped instead of silently falling back), and /dummyindex-remember saves cross-session memory to .context/session-memory/. /dummyindex-equip is the standalone way to (re)equip or evolve the toolkit.

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-plan "add rate limiting" # NL → proposal, then auto-equips the toolkit for it
/dummyindex-build                    # drive the proposal's checklist through the equipped agents
/dummyindex-equip                    # standalone: (re)equip or evolve the toolkit (plan auto-equips)
/dummyindex-remember                 # save cross-session memory

CLI — the agent's deterministic backbone (no LLM cost). The skill and council run these; you don't type them by hand. The only terminal commands a human runs are the install bootstrap above. Shown here for transparency:

dummyindex ingest .                  # build .context/ backbone + CLAUDE.md block
dummyindex context query "how does auth work"   # ranked feature shortlist
dummyindex context rebuild --changed .          # quick deterministic backbone refresh
dummyindex context reconcile .                  # what drifted since the last reconcile (commit-anchored)
dummyindex context hooks status .              # check hook health
dummyindex context --help            # full command list

Token usage (reads Claude Code transcripts, no LLM cost) — a human checks this via the /tokens slash command, which wraps dummyindex usage:

dummyindex usage                     # current chat: context window + dedup session totals
dummyindex usage daily               # per-day totals across every project (also: session|monthly|blocks)

Full command reference: docs/COMMANDS.md — every slash command and CLI command in one place.


Docs

  • docs/COMMANDS.md — every command (slash + CLI) in one page
  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dummyindex-0.29.2.tar.gz (519.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dummyindex-0.29.2-py3-none-any.whl (661.0 kB view details)

Uploaded Python 3

File details

Details for the file dummyindex-0.29.2.tar.gz.

File metadata

  • Download URL: dummyindex-0.29.2.tar.gz
  • Upload date:
  • Size: 519.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dummyindex-0.29.2.tar.gz
Algorithm Hash digest
SHA256 3a6caea5b127b5bec68ca93a24e7c0bfad22cc6e87fbd7cd0821d0a2c321f4b0
MD5 0a9a59929dfa727be759f8cf66a91d5c
BLAKE2b-256 ed66d45140d2691102978ec7fad5f4ef144e74d196070e7da4dd663e8a9f25b5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dummyindex-0.29.2.tar.gz:

Publisher: publish.yml on MullaAhmed/dummyIndex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dummyindex-0.29.2-py3-none-any.whl.

File metadata

  • Download URL: dummyindex-0.29.2-py3-none-any.whl
  • Upload date:
  • Size: 661.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for dummyindex-0.29.2-py3-none-any.whl
Algorithm Hash digest
SHA256 62ab9c181723126437971643f5ea66df667be6927a431c98b21f76b9bec8cdca
MD5 844229f4f53cb6f24504c2d2ba4215ed
BLAKE2b-256 59ec93250e06c413ecf61deed153342cd4d37ef2f41223e9c519c8f20c2ab4ba

See more details on using hashes here.

Provenance

The following attestation bundles were made for dummyindex-0.29.2-py3-none-any.whl:

Publisher: publish.yml on MullaAhmed/dummyIndex

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page