manager-agent-update

Inspect git diff and log to categorize project memory updates.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/ClementHW/manager-agent --skill manager-agent-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manager-agent-update
Source: https://github.com/ClementHW/manager-agent/tree/main/manager-agent-update
Command: npx skills add https://github.com/ClementHW/manager-agent --skill manager-agent-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After completing a substantial task, this skill updates the project memory by inspecting actual changes via git diff and git log, categorizing updates, and producing a concise work summary to keep memory current.

Core Features & Use Cases

  • Change inspection: compares git state with HEAD to identify what changed.
  • Structured categorization: splits updates into State Updates, New Entries, and Memory Pruning.
  • User confirmation & auditing: prompts for confirmation before applying changes and outputs a work summary.

Quick Start

Run /manager-agent-update to begin updating your project memory after task completion.

Frequently Asked Questions about manager-agent-update

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

FAQPage Schema
How do I update project memory automatically after finishing a coding task?

To update project memory after task completion, this skill inspects actual code changes via git diff and git log. It categorizes proposed updates into State Updates, New Entries, and Memory Pruning, requiring user confirmation before writing files.

What is the best way to track task progress using git diff and memory management?

Tracking task progress with git diff involves comparing your current state against HEAD. This skill analyzes those changes to generate structured memory updates and outputs a concise work summary, ensuring your project memory stays reliably organized.

Can I review and categorize project memory updates before they are saved?

Yes, you can review memory updates before saving. The skill prompts for user confirmation after categorizing changes into State Updates, New Entries, and Memory Pruning, auditing proposed modifications before applying any file writes.

How do I generate a concise work summary from recent git log changes?

Generating a concise work summary from git log changes requires inspecting recent commits and diffs. This skill evaluates actual changes against HEAD, structures the updates, and outputs a summary reflecting the completed task's impact on project memory.

When should I trigger an end-of-task memory update for my project?

You should trigger an end-of-task memory update when you finish a substantial coding task. Use the /manager-agent-update command or phrases like '更新项目记忆' or '保存进度' to initiate the git diff inspection and memory categorization workflow.

Does memory pruning require manual confirmation before deleting old entries?

Yes, memory pruning requires manual confirmation. The skill categorizes outdated information under Memory Pruning and prompts for user confirmation before applying any deletions or modifications to your file-based project memory.