← 返回
未分类

self-improving-plus

Enhanced self-improvement skill with skill distillation, knowledge base integration, and automatic skill extraction. Logs errors, corrections, and learnings; distills patterns into reusable skills; integrates with GitHub high-star project knowledge base.
Enhanced self-improvement skill with skill distillation, knowledge base integration, and automatic skill extraction. Logs errors, corrections, and learnings; distills patterns into reusable skills; integrates with GitHub high-star project knowledge base.
yjkj999999
未分类 community v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 13
下载
💾 0
安装
1
版本
#latest

概述

Self-Improving Plus

Enhanced self-improvement skill with automatic skill distillation, knowledge base integration, and GitHub high-star project learning.

Features

  • Error/Correction Logging: Track learnings, errors, and feature requests
  • Skill Distillation: Extract reusable skills from learnings
  • Knowledge Base Integration: Connect with GitHub high-star project database
  • Automatic Skill Extraction: Auto-create skills from recurring patterns
  • Periodic Review: Regular review and promotion of learnings

Setup

mkdir -p .learnings

Quick Reference

SituationAction
-------------------
Command/operation failsLog to .learnings/ERRORS.md
User corrects youLog to .learnings/LEARNINGS.md with category correction
User wants missing featureLog to .learnings/FEATURE_REQUESTS.md
Found better approachLog to .learnings/LEARNINGS.md with category best_practice
Recurring pattern detectedExtract as reusable skill
Knowledge gap identifiedSearch GitHub high-star projects for solutions

Logging Format

Learning Entry

## [LRN-YYYYMMDD-XXX] category

**Logged**: ISO-8601 timestamp
**Priority**: low | medium | high | critical
**Status**: pending
**Area**: frontend | backend | infra | tests | docs | config

### Summary
One-line description of what was learned

### Details
Full context: what happened, what was wrong, what's correct

### Suggested Action
Specific fix or improvement to make

### Metadata
- Source: conversation | error | user_feedback
- Related Files: path/to/file.ext
- Tags: tag1, tag2
- See Also: LRN-20250110-001 (if related to existing entry)
- Pattern-Key: simplify.dead_code | harden.input_validation (optional)
- Recurrence-Count: 1 (optional)
- First-Seen: 2025-01-15 (optional)
- Last-Seen: 2025-01-15 (optional)

Error Entry

## [ERR-YYYYMMDD-XXX] skill_or_command_name

**Logged**: ISO-8601 timestamp
**Priority**: high
**Status**: pending

### Summary
Brief description of what failed

### Error
Actual error message or output

### Context
- Command/operation attempted
- Input or parameters used
- Environment details if relevant

### Suggested Fix
If identifiable, what might resolve this

### Metadata
- Reproducible: yes | no | unknown
- Related Files: path/to/file.ext

Skill Distillation Workflow

When a learning becomes valuable enough to be a reusable skill:

Extraction Criteria

CriterionDescription
------------------------
RecurringHas See Also links to 2+ similar issues
VerifiedStatus is resolved with working fix
Non-obviousRequired actual debugging/investigation to discover
Broadly applicableNot project-specific; useful across codebases

Extraction Process

  1. Identify candidate: Learning meets extraction criteria
  2. Create skill directory: skills//
  3. Write SKILL.md: Use standard skill format with YAML frontmatter
  4. Update learning: Set status to promoted_to_skill, add Skill-Path
  5. Publish to ClawHub: Share with community

Knowledge Base Integration

Connect with GitHub high-star project database for research:

### Research Query
- Topic: [subject to research]
- Related Projects: [list relevant projects]
- Search Strategy: [how to find solutions]

Periodic Review

Review .learnings/ at natural breakpoints:

  • Before starting a new major task
  • After completing a feature
  • When working in an area with past learnings
  • Weekly during active development

Review Actions

  • Resolve fixed items
  • Promote applicable learnings
  • Link related entries
  • Escalate recurring issues
  • Extract recurring patterns as skills

Best Practices

  1. Log immediately - context is freshest right after the issue
  2. Be specific - future agents need to understand quickly
  3. Include reproduction steps - especially for errors
  4. Link related files - makes fixes easier
  5. Suggest concrete fixes - not just "investigate"
  6. Use consistent categories - enables filtering
  7. Promote aggressively - if in doubt, add to CLAUDE.md or .github/copilot-instructions.md
  8. Review regularly - stale learnings lose value
  9. Extract skills - recurring patterns become reusable skills
  10. Connect to knowledge base - research solutions from high-star projects

版本历史

共 1 个版本

  • v1.0.0 从ClawHub迁移发布 当前
    2026-06-07 12:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,461 📥 518,988
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,396 📥 322,578
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,099 📥 826,313