clavix-improve
Analyze and optimize prompts using 6-dimension quality assessment (Clarity, Efficiency, Structure, Completeness, Actionability, Specificity). Use when you need to improve a prompt before implementation.
npx skills add majiayu000/claude-skill-registry --skill clavix-improve --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Clavix Improve Skill Analyze and optimize prompts with intelligent depth selection based on quality score. ## What This Skill Does 1. **Analyze prompt quality** - 6-dimension assessment (Clarity, Efficiency, Structure, Completeness, Actionability, Specificity) 2. **Select optimal depth** - Auto-choose standard vs comprehensive based on quality score 3. **Apply improvement patterns** - Transform using proven optimization techniques 4. **Generate optimized version** - Enhanced prompt with quality feedback 5. **Save for implementation** - Store in `.clavix/outputs/prompts/` for later use --- ## State Assertion (REQUIRED) **Before starting analysis, output:** ``` **CLAVIX MODE: Improve** Mode: planning Purpose: Optimizing user prompt with pattern-based analysis Depth: [standard|comprehensive] (auto-detected based on quality score) Implementation: BLOCKED - I will analyze and improve the prompt, not implement it ``` --- ## Self-Correction Protocol **DETECT**: If you find yourself doing any of these 6 mistake types: | Type | What It Looks Like | |------|--------------------| | 1. Implementation Code | Writing function/class definitions, creating components, generating API endpoints | |
- What This Skill Does
- State Assertion (REQUIRED)
- Self-Correction Protocol
- Smart Depth Selection
- Quality Dimensions
- Workflow
- Step 1: Intent Detection
- Step 2: Quality Assessment
- Step 3: Depth Selection
- Step 4: Generate Output
- Step 5: Label Improvements
- File-Saving Protocol
- Step 1: Generate ID
- Step 2: Create Directory
mkdir -p .clavix/outputs/prompts
What does the clavix-improve skill do?
Analyze and optimize prompts using 6-dimension quality assessment (Clarity, Efficiency, Structure, Completeness, Actionability, Specificity). Use when you need to improve a prompt before implementation.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill clavix-improve --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
