ai-self-evolution

Capture development experience from command failures and corrections into `.learnings/` markdown logs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/eninem123/hunterclaw --skill ai-self-evolution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-self-evolution
Source: https://github.com/eninem123/hunterclaw/tree/main/skills/ai-self-evolution
Command: npx skills add https://github.com/eninem123/hunterclaw --skill ai-self-evolution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) and references (resource) components.

What problem does it solve?

It solves the problem of losing hard-won experience from failed commands, user corrections, and outdated knowledge so the system can improve across sessions instead of repeating the same mistakes.

Core Features & Use Cases

  • Captures learning in a structured loop: records errors, corrections, feature requests, and best practices into the project .learnings/ markdown logs for later review.
  • Session-level recap and closure: performs an automatic “session start” pending/high-priority scan and a “session end” summary to mark resolutions and add missing entries.
  • Detects triggers and strengthens recurring patterns: logs when non-obvious issues are found, when tools/APIs fail, and when the same pattern repeats, using Pattern-Key and recurrence counts to guide promotion or skill extraction.

Quick Start

Ask the AI to complete a task, and if it fails or you correct it, instruct it to log the resulting learning into the project .learnings/ files following this skill’s formats.

Frequently Asked Questions about ai-self-evolution

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track failed commands and corrections to prevent repeating mistakes across sessions?

To prevent repeating development mistakes across sessions, you capture command failures and user corrections into structured `.learnings/` markdown logs, enabling continuous improvement and pattern detection for future agent workflows.

What is a continuous improvement loop for agent workflows?

A continuous improvement loop for agent workflows is a process that captures development experience from errors and knowledge gaps, runs session start recaps and end summaries, and hardens recurring patterns for reuse in interactive coding.

How do I log development errors and knowledge gaps into markdown files?

You log development errors and knowledge gaps into markdown files by writing learning and error entries to the `.learnings/` directory, using consistent IDs, priorities, and statuses to support archival and pattern promotion.

Does this error logging approach work for interactive coding sessions?

Yes, this error logging approach works for interactive coding sessions by applying learning loops where failures occur, fixes need tracking, and recurring patterns should be hardened for reuse across projects.

How do I detect recurring patterns from tooling failures and API errors?

You detect recurring patterns from tooling failures and API errors by logging triggers when tools fail, tracking recurrence counts using a `Pattern-Key`, and guiding promotion or skill extraction for repeated issues.

What is the best way to organize project learnings without external dependencies?

The best way to organize project learnings without external dependencies is maintaining structured markdown logs in the `.learnings/` directory with automatic session start scans and session end summaries to mark resolutions.