# Self Improvement

> Captures learnings, errors, and corrections to .learnings/ directory for continuous improvement.

- Skill: `valkryhx/self-improvement` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add valkryhx/self-improvement`
- Raw SKILL.md: https://api.skillmd.com/api/skills/valkryhx/self-improvement/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: valkryhx (https://skillmd.com/u/valkryhx)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/valkryhx/self-improvement

---


# Self-Improvement Skill

Log learnings and errors to enable continuous improvement across sessions.

## Tools

| Tool           | Purpose                                              |
| -------------- | ---------------------------------------------------- |
| `log_learning` | Record a learning entry to `.learnings/LEARNINGS.md` |
| `log_error`    | Record an error entry to `.learnings/ERRORS.md`      |

## When to Log

- Non-obvious solution discovered through investigation
- Workaround for unexpected behavior
- Project-specific convention learned
- Error required debugging to resolve

## Entry Format

Entries use structured markdown with ID, category, priority, and metadata.

