grail-cli
v0.1.0
Published
Holy Grail skill manager — discover, install, and manage AI skills via npx
Maintainers
Readme
grail-cli
Holy Grail skill manager — discover, install, and manage AI skills for your coding assistant.
npx grail-cli add owner/repo --skill skill-nameUsage
Add a skill
npx grail-cli add Drakaniia/skills --skill audit-codebaseThis downloads the skill from GitHub and installs it to ~/.grail/skills/.
List installed skills
npx grail-cli listRemove a skill
npx grail-cli remove skill-nameFind skills
npx grail-cli find queryShow skill info
npx grail-cli info skill-nameUpdate skills
npx grail-cli update # update all
npx grail-cli update name # update specificRegenerate index
npx grail-cli indexWhat are skills?
Skills are reusable, self-contained instruction files (SKILL.md) that teach your AI coding assistant how to perform specific tasks — codebase auditing, folder architecture design, test-driven development, and more.
Each skill lives in a GitHub repo and can be installed with a single command.
How it works
grail-cli is a thin TypeScript wrapper around a Rust binary. When you run npx grail-cli, the postinstall script:
- Downloads a prebuilt binary for your platform from GitHub releases, or
- Falls back to building from source via
cargo(requires Rust)
Skills are stored in ~/.grail/skills/ and indexed in ~/.grail/skills-index.json.
Repository
https://github.com/Drakaniia/holy-grail
License
MIT
