self-update

Analyze lessons and promote recurring patterns into project rules.

Updated Jun 1, 2025
One-click install
npx skills add https://github.com/Yokhan/yokhanFitnessDocsWebsite --skill self-update-yokhan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: self-update
Source: https://github.com/Yokhan/yokhanFitnessDocsWebsite/tree/main/.claude/skills/self-update
Command: npx skills add https://github.com/Yokhan/yokhanFitnessDocsWebsite --skill self-update-yokhan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Self-update skill orchestrates a continuous improvement loop for agent behavior by analyzing lessons, promotions, and recurring patterns to enhance rules and skills.

Core Features & Use Cases

  • Scans lessons.md and session notes to surface recurring patterns in agent behavior and workflow.
  • Promotes stable patterns into project rules under .claude/rules/project-*.md and archives them for traceability.
  • Extracts reusable workflows into new skills when a pattern recurs across solutions.

Quick Start

Say "improve rules" or run the /weekly retrospective to start the self-improvement cycle.

Frequently Asked Questions about self-update

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

FAQPage Schema
How do I automate rule evolution from recurring agent lessons?

You can automate rule evolution by analyzing session lessons and promoting recurring patterns into project rules. The system validates patterns against criteria, creates files at .claude/rules/project-*.md, and archives promoted lessons for traceability.

How does promoting lessons into project rules work?

Promoting lessons into project rules works by scanning lessons.md for recurring agent behavior patterns, validating them against project-rule criteria, writing them to .claude/rules/project-*.md, and archiving the original lessons to ensure traceability.

When should I run a retrospective to improve agent behavior rules?

You should run a retrospective to improve agent behavior rules during weekly review cycles or on demand via explicit requests. This surfaces recurring workflow patterns and extracts reusable knowledge into structured rules or new skills.

Can I extract recurring workflows into new skills automatically?

Yes, you can extract recurring workflows into new skills automatically. When a specific pattern recurs across multiple solutions, the system identifies it and extracts the reusable workflow into an independent skill.

What is the best way to manage project-specific knowledge growth for agents?

The best way to manage project-specific knowledge growth is implementing a continuous improvement loop that scans session notes, promotes stable patterns into .claude/rules/project-*.md files, and archives lessons to maintain end-to-end governance.

Do I need existing lesson files to start the self-improvement cycle?

Yes, you need existing lesson files like lessons.md or session notes. The improvement cycle scans these sources to surface recurring patterns in agent behavior before validating and promoting them into project rules.