Self Improvement

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

valkryhx ae409c8 2 files · 8.8 KB Updated

File contents

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.

valkryhx/google_adk_agent/tree/main/skills/self_improvement commit ae409c8acc

Frequently asked questions

npx skillmds@latest add valkryhx/self-improvement