@thestraylight/heptapod-skill
v0.1.3
Published
Heptapod narrative code-review skill for Codex and Claude Code.
Readme
Heptapod skill
The shared Heptapod agent skill for Codex and Claude Code.
- Codex: install the
packages/heptapod-skill/skills/heptapoddirectory from the GitHub repository. - Claude Code: install the
heptapodplugin from this repository'sheptapodmarketplace.
The skill invokes a repository-local installation of @thestraylight/heptapod through pnpm exec. That CLI performs repository-local capture, validation, tests, and structural diff generation, then uploads the result to the separately installed global Heptapod service.
Install this package in the target repository, then create the project-local Codex and Claude skill links:
pnpm add --save-dev @thestraylight/heptapod-skill
pnpm exec heptapod-skill installInstall the persistent site once per machine:
pnpm add --global @thestraylight/heptapod
heptapod service installThis links the packaged skill into .agents/skills/heptapod for Codex and .claude/skills/heptapod for Claude. Use heptapod-skill status to inspect the links or heptapod-skill uninstall to remove only links owned by this package.
