
Compose
- Updated April 15, 2026
- Jac0bXu/prompt-composer-cc
compose is a Claude Code skill in the AI & Agent Building category. Analyze draft prompts, ask clarifying questions, assemble refined prompts, and execute them.
Key points
- compose
- AI & Agent Building
- AI-coding skill
Compose by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add Jac0bXu/prompt-composer-cc/plugin install compose@prompt-composer-ccAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 15, 2026 |
|---|---|
| Repository | Jac0bXu/prompt-composer-cc ↗ |
What it does
Analyze draft prompts, ask clarifying questions, assemble refined prompts, and execute them.
README.md
prompt-composer-cc
A Claude Code plugin that helps you craft better prompts interactively. It analyzes your draft prompt against best practices, asks targeted clarifying questions, assembles a refined version, and executes it.
What You Get
/compose:compose <your draft prompt>— Interactive prompt refinement and execution
How It Works
- You provide a rough draft prompt
- The plugin classifies it into a workflow pattern (bug fix, feature, exploration, etc.)
- It identifies gaps (missing verification, unclear scope, no file references)
- It asks targeted questions to fill those gaps
- It assembles a structured, refined prompt
- After your approval, it executes the refined prompt
Install
Add the marketplace in Claude Code:
/plugin marketplace add <your-github-username>/prompt-composer-cc
Install the plugin:
/plugin install compose@prompt-composer-cc
Reload plugins:
/reload-plugins
Usage
/compose:compose fix the login bug
/compose:compose add a rate limiter to the API
/compose:compose how does auth work
Uninstall
/plugin uninstall compose
Related skills
AI & Agent Buildingagents