.learnings/FEATURE_REQUESTS.md: requested capabilities not yet supported
Promotion rules
Promote broadly reusable learnings out of .learnings/:
behavior/style -> SOUL.md
workflow/orchestration -> AGENTS.md
tool constraints/gotchas -> TOOLS.md
Update original entries with status transitions (resolved, promoted, wont_fix) and references.
Commands
# Verify scripts and learnings directory setup
bash workspace/skills/self-improving-agent/scripts/check_env.sh
# Dry-run extraction of a new skill from a recurring pattern
bash workspace/skills/self-improving-agent/scripts/extract-skill.sh my-pattern --dry-run
1---2name: self-improving-agent-ollieb893description: Self-Improving Agent4---56# Self-Improving Agent78Use this skill to turn execution feedback into reusable operational knowledge.910## Quick workflow11121. Detect signal: error, correction, capability gap, or repeated workaround.132. Log to `.learnings/` with the right entry type.143. Resolve or promote high-value patterns into durable workspace files.154. Reuse scripts/hooks to keep capture consistent.1617## Use bundled resources1819- Entry examples and formats: `references/examples.md`20- Hook setup for reminders/error detection: `references/hooks-setup.md`21- OpenClaw workspace integration: `references/openclaw-integration.md`22- Reminder hook script: `scripts/activator.sh`23- Command-error detector: `scripts/error-detector.sh`24- Skill extraction scaffold: `scripts/extract-skill.sh`25- Environment checks: `scripts/check_env.sh`26- Log templates: `assets/LEARNINGS.md`, `assets/SKILL-TEMPLATE.md`2728## Log targets2930- `.learnings/LEARNINGS.md`: corrections, knowledge gaps, best practices31- `.learnings/ERRORS.md`: command/tool/runtime failures32- `.learnings/FEATURE_REQUESTS.md`: requested capabilities not yet supported3334## Promotion rules3536Promote broadly reusable learnings out of `.learnings/`:3738- behavior/style -> `SOUL.md`39- workflow/orchestration -> `AGENTS.md`40- tool constraints/gotchas -> `TOOLS.md`4142Update original entries with status transitions (`resolved`, `promoted`, `wont_fix`) and references.4344## Commands4546```bash47# Verify scripts and learnings directory setup48bash workspace/skills/self-improving-agent/scripts/check_env.sh4950# Dry-run extraction of a new skill from a recurring pattern51bash workspace/skills/self-improving-agent/scripts/extract-skill.sh my-pattern --dry-run52```
Run npx skillmds@latest add zinohome/self-improving-agent-ollieb89 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Self-Improving Agent It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
zinohome (@zinohome) published this skill. Their other Agent Skills are listed on their SkillMD profile.