Our review
Implements and applies an approved change proposal by following a structured process.
Strengths
- Encourages minimal and focused implementations
- Follows a clear sequence of steps with task tracking
- References multiple documents for full context
Limitations
- Requires a specific directory structure (changes/<id>)
- Depends on the prompter tool for commands and context
Use this skill when you need to implement a pre-approved change with clearly defined tasks.
Do not use it for exploratory or unplanned changes that require creativity and back-and-forth.
Security analysis
SafeThe skill instructs reading and editing files, updating checklists, and using internal tooling; no destructive or exfiltrating actions are present.
No concerns found
Examples
Apply the change proposal with id 42. Read the proposal, design, and tasks files, then implement the changes step by step.I want to implement the tasks listed in changes/15/tasks.md. Please follow the apply skill process.name: apply description: Implement and apply an approved change proposal
<!-- PROMPTER:START -->Guardrails
- Favor straightforward, minimal implementations first and add complexity only when it is requested or clearly required.
- Keep changes tightly scoped to the requested outcome.
- Refer to
prompter/AGENTS.md(located inside theprompter/directory—runls prompterif you don't see it) if you need additional Prompter conventions or clarifications.
Steps Track these steps as TODOs and complete them one by one.
- Read
changes/<id>/proposal.md,design.md(if present), andtasks.mdto confirm scope and acceptance criteria. - Work through tasks sequentially, keeping edits minimal and focused on the requested change.
- Confirm completion before updating statuses—make sure every item in
tasks.mdis finished. - Update the checklist after all work is done so each task is marked
- [x]and reflects reality. - Reference
prompter listorprompter show <item>when additional context is required.
Reference
- Use
prompter show <id> --json --deltas-onlyif you need additional context from the proposal while implementing.
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.