Clavix

January 24, 2026 · View on GitHub

Agentic prompt workflows as skills. Works with any agentskills.io compatible AI tool.

Install

npm install -g clavix
clavix init

Select Agent Skills during setup. Choose global (~/.config/agents/skills/) or project (.skills/) scope.

Skills

SkillPurpose
clavix-improveOptimize prompts with 6-dimension quality assessment
clavix-prdGenerate PRD through strategic questions
clavix-planCreate task breakdown from PRD
clavix-implementExecute tasks with progress tracking
clavix-startBegin conversational exploration
clavix-summarizeExtract requirements from conversation
clavix-refineUpdate existing PRD or prompt
clavix-verifyVerify implementation against requirements
clavix-reviewReview PRs with criteria presets
clavix-archiveArchive completed projects

Workflows

Quick:      clavix-improve → clavix-implement
Full:       clavix-prd → clavix-plan → clavix-implement → clavix-verify
Exploratory: clavix-start → clavix-summarize → clavix-plan

How It Works

  1. You run clavix init – Skills are installed as directories with SKILL.md files
  2. You invoke a skill – Your AI tool loads the skill instructions
  3. The agent follows the workflow – Using its native tools
  4. Outputs saved locally – Under .clavix/outputs/

No code executes during skill invocation. The markdown templates ARE the product.

Other Integrations

Clavix also supports tool-specific integrations for tools that don't yet support Agent Skills:

CategoryTools
IDEsCursor, Windsurf, Kilocode, Roocode, Cline, GitHub Copilot
CLI agentsClaude Code, Gemini CLI, Qwen, Droid, CodeBuddy, OpenCode, LLXPRT, Amp, Crush, Codex, Augment, Vibe
UniversalAGENTS.md, OCTO.md, WARP.md

Run clavix init and select your tools. Command format varies by tool:

  • CLI tools (Claude Code, Gemini): /clavix:improve
  • IDE extensions (Cursor, Copilot): /clavix-improve

CLI Commands

CommandPurpose
clavix initInitialize or reconfigure integrations
clavix updateRegenerate templates
clavix diagnoseCheck installation health
clavix versionShow version

Docs

Requirements

  • Node.js >= 18.0.0
  • An AI coding tool

License

Apache-2.0

Star History

Star History Chart