2026-07-11 16:18:43 +08:00
|
|
|
# Obelisk Skill
|
|
|
|
|
|
|
|
|
|
Explicit memory infrastructure for coding agents — a queryable SQLite evidence
|
|
|
|
|
layer over local Claude Code and Codex session history.
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
|
|
|
|
|
```bash
|
2026-07-16 17:26:23 +08:00
|
|
|
npm install --global @obelisk-apps/cli
|
|
|
|
|
obelisk install
|
2026-07-11 16:18:43 +08:00
|
|
|
```
|
|
|
|
|
|
2026-07-16 17:26:23 +08:00
|
|
|
The CLI is the executable runtime. This repository contains only the agent
|
|
|
|
|
instructions and progressive-disclosure references.
|
|
|
|
|
|
2026-07-11 16:18:43 +08:00
|
|
|
Then in any Claude Code session:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
/obelisk <your question>
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Source
|
|
|
|
|
|
2026-07-16 17:26:23 +08:00
|
|
|
This repository is **auto-published** from the docs-only skill artifact of
|
2026-07-11 16:18:43 +08:00
|
|
|
[tommy0103/obelisk](https://github.com/tommy0103/obelisk). Do not open pull
|
|
|
|
|
requests here — contribute to the source repo instead.
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
MIT — see [LICENSE](LICENSE) in this repository. The
|
|
|
|
|
[source repository](https://github.com/tommy0103/obelisk) is AGPL-3.0; this
|
2026-07-16 17:26:23 +08:00
|
|
|
skill documentation artifact is explicitly relicensed under MIT by the copyright
|
2026-07-11 16:18:43 +08:00
|
|
|
holder.
|