One-click install
npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill self-improvement-moodmnky-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: self-improvement
Source: https://github.com/MOODMNKY-LLC/mnky-atlas/tree/main/skills/self-improvement
Command: npx skills add https://github.com/MOODMNKY-LLC/mnky-atlas --skill self-improvement-moodmnky-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

AI coding agents and development teams lose valuable lessons from unexpected errors, user corrections, and outdated knowledge when these insights are not systematically captured and shared, leading to repeated mistakes and wasted effort across projects and sessions.

Core Features & Use Cases

  • Structured Logging: Automatically log errors, user corrections, knowledge gaps, and feature requests to standardized .learnings/ files with consistent formatting, priority levels, and area tags for easy filtering and review.
  • Knowledge Promotion: Elevate high-value, broadly applicable learnings to project-wide memory files like CLAUDE.md, AGENTS.md, and .github/copilot-instructions.md to prevent recurring issues for all team members and AI agents.
  • Recurring Pattern Detection: Identify repeated errors or corrections, link related entries, and trigger skill extraction for solutions that are useful across multiple codebases.
  • Use Case: If your team repeatedly encounters the same CI/CD pipeline timeout error, this skill logs each occurrence, links the related entries, and helps you promote the fix to your team's AGENTS.md file so all agents avoid the issue in the future.

Quick Start

Ask your AI coding assistant to log the recent command failure you encountered when running the test suite to your project's .learnings/ERRORS.md file so you can reference the fix later.

Frequently Asked Questions about self-improvement

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

FAQPage Schema
How do I capture AI agent errors and user corrections for continuous improvement?▼

You capture AI agent errors and user corrections for continuous improvement by logging them to standardized .learnings/ files with consistent formatting, priority levels, and area tags for easy filtering and review.

How do I promote recurring error fixes to project memory files like CLAUDE.md or AGENTS.md?▼

You promote recurring error fixes to project memory files like CLAUDE.md or AGENTS.md by elevating high-value learnings from local logs into these project-wide memory files to prevent recurring issues for all team members and AI agents.

What is the best way to track recurring CI/CD pipeline timeout errors across AI coding sessions?▼

The best way to track recurring CI/CD pipeline timeout errors across AI coding sessions is to use recurring pattern detection, which links related log entries and triggers skill extraction for broadly applicable solutions across multiple codebases.

Can I automatically log knowledge gaps and feature requests without manual intervention?▼

You can automatically log knowledge gaps and feature requests without manual intervention by using the optional hook-based automatic activation feature designed for supported AI coding agents and development workflows.

Does this continuous improvement workflow require any external dependencies or frameworks?▼

This continuous improvement workflow does not require any external dependencies or frameworks, operating solely through structured logging formats and promotion workflows integrated directly into your development environment.