A Cursor Agent Skill that adds recursive self-learning: after every task or cron job the agent asks for feedback, refines from "good" and "needs improvement" using structured why/how/what questions, and caps improvement iterations by severity (slight/medium/severe).
The skill lives in .cursor/skills/self-learning-feedback/:
- SKILL.md – When to ask, good path (10 consecutive approvals), improvement path (why/how/what, examples), severity caps (5/10/20), non-intrusive rules.
- reference.md – Multiple-choice templates and severity rubric.
- Project: Copy or symlink
.cursor/skills/self-learning-feedbackinto your project’s.cursor/skills/. - Global: Copy into
~/.cursor/skills/self-learning-feedback/.
Cursor (or compatible agent) that loads skills from .cursor/skills/ or ~/.cursor/skills/. No Codex-specific features required.