Skip to main content

CLI Wikia

An offline, pip-installable reference wiki for AI coding CLIs — Claude Code, DeepSeek, GitHub Copilot, ChatGPT/OpenAI, Gemini, and Google Antigravity — with a single command to browse, search, read and edit the docs.

It's more than a wiki: the bundled docs can also be used as grounding context for a local model (wikia ask), so the same content works as a reference and as a knowledge base you fully control and can edit.

Install

pip install cli-wikia

Usage

wikia models                       # list models + topic counts
wikia list claude                  # list Claude topics
wikia read claude hooks            # print a topic
wikia search "permission"          # search across all models
wikia search "mcp" --model claude  # search one model
wikia path claude                  # show where the files live (to edit them)
wikia ask claude "how do hooks work?"   # answer from the docs via a local model

How it's organized

src/cli_wikia/wikis/
├── claude/       # populated (Claude Code docs)
├── deepseek/     # skeleton
├── copilot/      # skeleton
├── chatgpt/      # skeleton
├── gemini/       # skeleton
└── antigravity/  # skeleton

Each topic is a plain Markdown file. Add or edit files in a model's folder and reinstall (pip install -e .) to update your local copy. Because the repo is git-backed, every revision of every doc is kept in history.

Status

  • Claude wiki is fully populated.
  • DeepSeek / Copilot / ChatGPT / Gemini / Antigravity are skeletons to be filled from each tool's CLI or official documentation.

Keeping the docs fresh, hooks, and scheduling

# update — diff each model's sources (--help/--version, official docs, and the
# model's own self-report) against the last snapshot; --write accepts a new baseline
wikia update gemini
wikia update --all --write

# hooks — integrate the wiki into a tool
wikia hooks status                 # per-model integration status
wikia hooks enable claude --write  # Level 1: awareness block in the instructions file
wikia hooks manifest claude        # Level 2: generate an editable hook manifest
wikia hooks apply claude --write   # merge the manifest into the tool's settings
                                   # (existing hooks are preserved; a .bak-cli-wikia
                                   # backup is written first)
wikia hooks remove claude --write  # remove exactly the hooks apply installed

# schedule — auto-run `wikia update --all` on a systemd user timer
wikia schedule config --write      # create the config (interval, upgrade, enabled)
wikia schedule apply --write       # install/remove the timer to match the config
wikia schedule status

All mutating commands are dry-run by default; pass --write to apply.

License

MIT — see LICENSE.

Download files

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

Source Distribution

cli_wikia-0.19.0.tar.gz (301.2 kB view details)

Uploaded Source

Built Distribution

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

cli_wikia-0.19.0-py3-none-any.whl (407.8 kB view details)

Uploaded Python 3

File details

Details for the file cli_wikia-0.19.0.tar.gz.

File metadata

  • Download URL: cli_wikia-0.19.0.tar.gz
  • Upload date:
  • Size: 301.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for cli_wikia-0.19.0.tar.gz
Algorithm Hash digest
SHA256 6252d8f4d90d4b9d09cc24aec566fbbabedd4c4c0e6cd0e61e44e4448459a127
MD5 fee77bbc74fa5e678e0cf822ba0e975d
BLAKE2b-256 20d70dcc4f00f230690cbe44b0aad24b09522f87355b055bf2b4befcccb26ea1

See more details on using hashes here.

File details

Details for the file cli_wikia-0.19.0-py3-none-any.whl.

File metadata

  • Download URL: cli_wikia-0.19.0-py3-none-any.whl
  • Upload date:
  • Size: 407.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.21 {"installer":{"name":"uv","version":"0.11.21","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for cli_wikia-0.19.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ea6a42b2482a82a52d84a67e955bd2a7d78e5cb173f851d548cd29c8bc48ee43
MD5 679383fcf7e056f085168e1b688302ab
BLAKE2b-256 6b771ba22ef6873fd8552d79a2fe21cd4a002d764c49fa03ed6bda2203da39b4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.19.0 This release

2 files

0.18.0

2 files

0.17.0

2 files

0.16.0

1 file

0.15.0

2 files

0.14.0

2 files

0.13.0

2 files

0.12.1

1 file

0.12.0

2 files

0.11.2

2 files

0.11.1

2 files

0.11.0

2 files

0.10.0

2 files

Supported by

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