From izmailov
Reformat a vague request into a well-structured prompt. Use when the user wants to improve how they ask for things.
How this skill is triggered — by the user, by Claude, or both
Slash command
/izmailov:ask-styleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Take the user's raw request and reformat it into a clear, actionable prompt.
Take the user's raw request and reformat it into a clear, actionable prompt.
Every well-formed request should have:
Raw: "make the login faster"
Reformatted:
Context: The login page at
/auth/logincurrently takes ~3s to load on a cold start. Goal: Reduce initial load to under 1s. Constraints: Must keep the existing OAuth flow. No changes to the auth provider. Acceptance criteria:
- Lighthouse performance score > 90
- Time to interactive < 1s on 4G throttled connection
- No regressions in login success rate
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub wapgear/izmailov-skills --plugin izmailov