askill
self-improvement

self-improvementSafety 95Repository

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.

1 stars
1.2k downloads
Updated 2/21/2026

Package Files

Loading files...
SKILL.md

Self-Improvement Skill

Log learnings and errors to markdown files for continuous improvement. Coding agents can later process these into fixes, and important learnings get promoted to project memory.

Quick Reference

SituationAction
Command/operation failsLog to .learnings/ERRORS.md
User corrects youLog to .learnings/LEARNINGS.md with category correction
User wants missing featureLog to .learnings/FEATURE_REQUESTS.md
API/external tool failsLog to .learnings/ERRORS.md with integration details
Knowledge was outdatedLog to .learnings/LEARNINGS.md with category knowledge_gap
Found better approachLog to .learnings/LEARNINGS.md with category best_practice
Broadly applicable learningPromote to AGENTS.md and/or project memory

Setup

mkdir -p .learnings

Log Format

Each entry follows this structure:

## [YYYY-MM-DD HH:MM] Category: Title

**Context:** What was happening
**Issue:** What went wrong or what was learned
**Resolution:** How it was fixed or the correct approach
**Prevention:** How to avoid this in the future

Promotion Rules

  • If a learning applies broadly across the project, promote it to AGENTS.md
  • Tool-specific gotchas go to TOOLS.md
  • Behavioral patterns go to SOUL.md
  • Review .learnings/ before major refactors or new features

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

85/100Analyzed 2/22/2026

Well-structured self-improvement skill with clear trigger conditions, actionable logging procedures, and promotion rules. Excellent clarity with table format and templates. Slightly less complete due to ambiguous file locations for promoted learnings. Highly actionable and safe, with good reusability across projects despite some specific naming conventions."

95
90
70
75
90

Metadata

Licenseunknown
Version-
Updated2/21/2026
Publishersimplefarmer69

Tags

api