self-improving-agent
Installation
SKILL.md
Self-Improvement Skill (Minis Edition)
This skill is used in the Minis environment to record errors, corrections, and reusable best practices, creating a traceable learning loop.
Minis Directory Conventions
- Working directory:
/var/minis/workspace/ - Default learning log directory for this skill:
/var/minis/skills/self-improving-agent/data/ - Public learning log directory within this skill (after promotion):
/var/minis/skills/self-improving-agent/data/public/ - Project-level learning log directory (optional):
<project>/.learnings/ - Learning log files:
LEARNINGS.md(corrections, knowledge gaps, best practices)ERRORS.md(command failures, exception output)FEATURE_REQUESTS.md(new capabilities requested by users)
By default, log entries go first to the skill's own
datadirectory. When you explicitly specify a project, write to the project-level log. When an issue has been abstracted into a cross-project rule, promote it to the skill's public area or the Minis memory system.