tavik
v0.1.3
Published
CLI for managing organization-owned AI agent guidance and reusable skills.
Readme
Tavik CLI
tavik manages organization-owned AI agent guidance and reusable skills.
Requirements
- Node
22or newer - Git available on the machine
Install
Run without installing globally:
npx tavik --helpOr install it:
npm install --global tavik
tavik --helpCommon Commands
Create a new org guidance repository:
tavik init-org --org-slug acme --path ./acme-agent-skillsValidate an org guidance repository:
tavik validate --org-root ./acme-agent-skillsPreview guidance for a repository and agent:
tavik preview \
--org-root ./acme-agent-skills \
--agent codex \
--repo-path ~/src/billing-apiConnect a machine to an org source:
tavik connect \
--org-source ./acme-agent-skills \
--machine-root ~/.tavik-machineSync guidance for a repository:
tavik sync \
--agent codex \
--machine-root ~/.tavik-machine \
--repo-path ~/src/billing-api