context-updater

Analyze completed work to identify reusable patterns and context gaps.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill context-updater-hyxklee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-updater
Source: https://github.com/hyxklee/AI-DEV-ToolKit/tree/main/claude/skills/context-updater
Command: npx skills add https://github.com/hyxklee/AI-DEV-ToolKit --skill context-updater-hyxklee

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured self-reflection workflow that analyzes completed work to identify reusable patterns, detect gaps in the Claude Code context, and generate actionable improvements.

Core Features & Use Cases

  • Self-review loop after sessions to capture learnings and improve context consistency.
  • Pattern detection to surface repeatable strategies that can be reused.
  • Delegation workflow to route improvements to appropriate create skills (agent-create, skill-create, rule-create, or hook-create).
  • Improvement reporting for traceability and knowledge capture.

Quick Start

After finishing a task, perform a quick self-review to identify context gaps, reusable patterns, and required delegations, then generate an improvement report.

Frequently Asked Questions about context-updater

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

FAQPage Schema
How do I automate Claude Code context updates after completing a task?

To automate Claude Code context updates, you can use a self-reflection workflow that analyzes completed work to identify reusable patterns and detect context gaps. It then generates a structured improvement report to record context changes for future sessions.

What is self-feedback pattern detection for coding agents?

Self-feedback pattern detection is an analysis process that reviews finished development tasks to surface repeatable strategies. It identifies reusable patterns and gaps in Claude Code's context, routing actionable improvements to appropriate creation skills for automation consistency.

How do I generate an improvement report for Claude Code sessions?

You generate an improvement report by running a post-session self-review loop that evaluates completed work. This analysis identifies context gaps and reusable patterns, producing a structured report that records context changes and required delegations for future traceability.

Can I delegate context improvements to specific creation skills like agent-create or rule-create?

Yes, context improvements can be delegated to specific creation skills. The analysis workflow routes identified gaps to appropriate skills such as agent-create, skill-create, rule-create, or hook-create as needed for automation and consistency.

Does the context-updater workflow require any external dependencies?

No external dependencies are required to run the context-updater workflow. It operates as a standalone self-reflection process within Claude Code, analyzing completed work and generating structured improvement reports without needing additional packages or components.

When should I run a self-reflection workflow to analyze completed code?

You should run a self-reflection workflow immediately after finishing a development task. Performing a quick self-review at this stage captures learnings while context is fresh, identifies context gaps, and generates actionable improvements for future Claude Code sessions.