Agentic prompt workflows as skills. Works with any agentskills.io compatible AI tool.
概览
Agentic prompt workflows as skills. Works with any agentskills.io compatible AI tool.
README
Clavix
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
| Skill | Purpose |
|---|---|
clavix-improve |
Optimize prompts with 6-dimension quality assessment |
clavix-prd |
Generate PRD through strategic questions |
clavix-plan |
Create task breakdown from PRD |
clavix-implement |
Execute tasks with progress tracking |
clavix-start |
Begin conversational exploration |
clavix-summarize |
Extract requirements from conversation |
clavix-refine |
Update existing PRD or prompt |
clavix-verify |
Verify implementation against requirements |
clavix-review |
Review PRs with criteria presets |
clavix-archive |
Archive 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
- You run
clavix init– Skills are installed as directories withSKILL.mdfiles - You invoke a skill – Your AI tool loads the skill instructions
- The agent follows the workflow – Using its native tools
- 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:
| Category | Tools |
|---|---|
| IDEs | Cursor, Windsurf, Kilocode, Roocode, Cline, GitHub Copilot |
| CLI agents | Claude Code, Gemini CLI, Qwen, Droid, CodeBuddy, OpenCode, LLXPRT, Amp, Crush, Codex, Augment, Vibe |
| Universal | AGENTS.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
| Command | Purpose |
|---|---|
clavix init |
Initialize or reconfigure integrations |
clavix update |
Regenerate templates |
clavix diagnose |
Check installation health |
clavix version |
Show version |
Docs
Requirements
- Node.js >= 18.0.0
- An AI coding tool
License
Apache-2.0
Star History
推荐工具
换一个关键词,或者移除筛选条件。
安装
npx skillfish add bobvibes/clavix