Back to list
muyen

continuous-improvement

by muyen

From Vibe Coding to Production in Days, Not Months - A production-ready full-stack template with AI-native development workflow

22🍴 5📅 Jan 20, 2026

SKILL.md


name: continuous-improvement description: Capture learnings after tasks. Triggers on task completion, repeated mistakes, retrospective requests, or "what did I learn".

Continuous Improvement

After completing a task, briefly reflect and capture learnings.

When to Activate

  • Task just completed
  • Same mistake made twice
  • User asks "what did I learn" or "retrospective"
  • Complex process was difficult or slow

Reflect (30 seconds)

Ask yourself:

  • What worked well?
  • What was difficult or slow?
  • What's missing (automation, docs, tools)?

Capture

Learning TypeAction
Pattern/gotchaStore in Memory MCP
Missing automationCreate issue/TODO
Repeated mistakeUpdate .claude/rules/
Complex processCreate .claude/skills/

Memory Pattern

When storing a learning in Memory MCP:

mcp__memory__create_entities({
  entities: [{
    name: "Learning_TOPIC",
    entityType: "development_learning",
    observations: [
      "Context: What was happening",
      "Learning: What was learned",
      "Application: How to apply it"
    ]
  }]
})

Improvement Actions

IssueSolution
Same mistake twiceAdd rule to .claude/rules/
Manual process > 5 minCreate skill or hook
New tool/patternStore in Memory MCP
Missing documentationUpdate docs

Rule Addition Example

When you make the same mistake twice:

  1. Identify the pattern
  2. Create or update a rule file:
# .claude/rules/my-rules.md
---
paths: relevant/path/**
description: Rules for this area
---

## Critical Rules

| Rule | Why |
|------|-----|
| Don't do X | Because Y happens |

Skill Addition Example

When a process is complex and repeated:

  1. Create skill directory: .claude/skills/my-skill/
  2. Create SKILL.md:
# .claude/skills/my-skill/SKILL.md
---
name: my-skill
description: When this skill should activate
---

# My Skill

## When to Activate
[Trigger conditions]

## Process
[Steps to follow]

Run /improve-claude-config for major configuration updates.

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon