writing-skills
π―Skillfrom norseboar/superpowers-cursor
Enhances Claude's code writing by applying proven techniques for clarity, structure, and maintainability across documentation and implementation.
Same repository
norseboar/superpowers-cursor(20 items)
Installation
npx skills add https://github.com/norseboar/superpowers-cursor --skill writing-skillsNeed more details? View full documentation on GitHub β
More from this repository10
Guides developers through completing a development branch by integrating changes, running final tests, and preparing code for merge or deployment.
Creates structured implementation plans by breaking down features into sequential, actionable tasks with clear dependencies and success criteria.
Teaches Claude Code to use Git worktrees for parallel branch development and efficient context switching.
Verifies implementation completeness and correctness before marking tasks as finished, catching issues before delivery.
Enables Claude to delegate coding tasks to specialized sub-agents, coordinating parallel development workflows and managing task distribution across multiple AI instances.
Coordinates multiple Claude Code agents to work on different tasks simultaneously, enabling parallel execution of complex workflows.
Guides Claude through structured code review processes, ensuring thorough feedback on design, implementation, and potential issues.
Handles async testing patterns by waiting for conditions to be met rather than using fixed delays.
Executes implementation plans in manageable batches, breaking down tasks into sequential steps for systematic code development.
Guides Claude through receiving and responding constructively to code review feedback with systematic techniques.