Update CLAUDE.md or rules when patterns of errors emerge
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: feedback-loop
description: Update CLAUDE.md or rules when patterns of errors emerge
triggers: repeated errors, learning from mistakes, updating rules, improving CLAUDE.md, capturing conventions, documenting patterns
---
# Feedback Loop
When Claude makes the same mistake repeatedly, capture the learning.
## When to Use
- Same error type 2+ times
- Project convention violated
- Important pattern discovered
## Process
1. **Identify Pattern** - What mistake? What's correct?
2. **Choose Location**
- Project-specific: Add to project's `CLAUDE.md`
- Global: Add to `~/.claude/rules/` via Nix
3. **Write the Rule**
4. **Verify** - Clear and actionable?
## Example
After repeatedly missing `--impure` flag:
```markdown
## Nix Flakes
- Always use `--impure` flag (required for private submodule)
- Use `rebuild` alias instead of raw commands
```
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.