hology-agent-tools
v0.1.3
Published
Installer and distributable agent bundle for Hology game projects.
Downloads
60
Maintainers
Readme
Hology Agent Tools
Generated distribution bundle for Hology agent docs and skills.
What This Package Contains
- Project-local repo guidance:
AGENTS.mddocs/agents/*
- Claude project and user skills:
dist/claude/skills/*
- Codex skills:
dist/codex/skills/*
Typical Usage
Install Codex skills:
npx hology-agent-tools install codexInstall Claude user skills:
npx hology-agent-tools install claude-userInstall repo guidance and project-local Claude skills into the current Hology game project:
npx hology-agent-tools install project .Install only project-local Claude skills into the current project:
npx hology-agent-tools install claude-project .Notes
- Starter templates can already include the generated
AGENTS.md,docs/agents/*, and.claude/skills/*. - Existing game projects can use the CLI to add or refresh the same files.
