Persistent iteration memory — prevents Groundhog Day loops by recording what was tried, what failed, and what to try next.
From devkitnpx claudepluginhub 5uck1ess/devkitThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Use scratchpads in any iterative loop to prevent repeating failed approaches.
.devkit/scratchpads/current.md — active scratchpad for the current task.
Create .devkit/scratchpads/ if it doesn't exist. Only one active scratchpad at a time.
Read .devkit/scratchpads/current.md if it exists. Check:
Do not repeat a failed approach. If you're about to try something already listed as failed, stop and pick a different strategy.
Append to .devkit/scratchpads/current.md:
## Iteration {N} — {timestamp}
**Approach:** What you tried (one sentence)
**Result:** pass | fail
**Details:** What happened — error message, unexpected behavior, or success details
**Next:** What to try next if this failed, or "N/A" if it passed
When the task succeeds or the workflow ends, delete .devkit/scratchpads/current.md.
Don't leave stale scratchpads — they'll confuse the next task.
If .devkit/scratchpads/current.md shows 3+ failed iterations: