30 lines
733 B
Markdown
30 lines
733 B
Markdown
# Obelisk Skill
|
|||
|
|
|
||
|
|
Explicit memory infrastructure for coding agents — a queryable SQLite evidence
|
||
|
|
layer over local Claude Code and Codex session history.
|
||
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npx skills add tommy0103/obelisk-skill
|
||
|
|
```
|
||
|
|
|
||
|
|
Then in any Claude Code session:
|
||
|
|
|
||
|
|
```
|
||
|
|
/obelisk <your question>
|
||
|
|
```
|
||
|
|
|
||
|
|
## Source
|
||
|
|
|
||
|
|
This repository is **auto-published** from the compiled skill artifact of
|
||
|
|
[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
|
||
|
|
compiled skill artifact is explicitly relicensed under MIT by the copyright
|
||
|
|
holder.
|