self-improvement

Log learnings and errors to structured workspace markdown files.

18|1|Updated Nov 7, 2024
One-click install
npx skills add https://github.com/chancetop-com/core-ai --skill self-improvement-chancetop-com
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-improvement
Source: https://github.com/chancetop-com/core-ai/tree/main/core-ai-cli/src/main/resources/plugins/core-ai-improvement/skills/self-improvement
Command: npx skills add https://github.com/chancetop-com/core-ai --skill self-improvement-chancetop-com

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The self-improvement skill ensures that mistakes, user corrections, external tool failures, and discovered best practices are captured as structured learnings so they are not lost between sessions and can be reviewed, promoted, and acted on.

Core Features & Use Cases

  • Automatic detection of command and tool errors via hook scripts and environment inspection to surface candidate entries.
  • Structured logging formats for learnings, errors, and feature requests with ID generation, priority, area tags, and suggested actions to make offline processing and automation reliable.
  • Workspace persistence and promotion that writes entries to a .core-ai/.learnings directory and promotes broadly applicable items to project memory or instructions for reuse.
  • Extraction and skill scaffolding helpers to convert recurring learnings into standalone skills and templates for consistent knowledge capture.

Quick Start

Log an unexpected command failure or user correction to the self-improvement skill so it creates a structured learning in your workspace for later review and promotion.

Frequently Asked Questions about self-improvement

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

FAQPage Schema
How do I automatically log command errors and user corrections for continuous improvement?

To log command errors and user corrections for continuous improvement, the skill uses hook scripts and environment inspection to automatically detect tool failures and write structured entries to a persistent workspace markdown directory.

What is the best way to capture and persist agent learnings between interactive sessions?

Capturing and persisting agent learnings between interactive sessions is done by writing structured entries with ID formats, categories, priority, and status to a workspace .core-ai/.learnings directory, ensuring knowledge is not lost.

How do I structure discovered best practices and API failures for offline processing?

To structure discovered best practices and API failures for offline processing, the skill generates structured logging formats with ID generation, priority, area tags, and suggested actions to make automation reliable.

Can I promote broadly applicable workspace learnings to project memory for reuse?

Yes, you can promote broadly applicable workspace learnings to project memory or instructions for reuse, applying structured entries from the .core-ai/.learnings directory to broader project contexts.

How do I convert recurring learnings into standalone skills and templates?

To convert recurring learnings into standalone skills and templates, the skill provides extraction and scaffolding helpers that transform repeated structured entries into consistent knowledge capture formats.

Does the skill require specific dependencies to log learnings to workspace markdown files?

No specific dependencies are required to log learnings to workspace markdown files, as the skill relies on internal hook scripts and environment inspection to capture errors and write to the persistent directory.