From context-toolkit
Guides interactive updates to CONTEXT.md and CLAUDE.md: edit one/both files, restructure context, validate consistency, and summarize changes.
How this command is triggered — by the user, by Claude, or both
Slash command
/context-toolkit:manual-context-updateThe summary Claude sees in its command listing — used to decide when to auto-load this command
I would like to make manual updates to the context files in this repository. This command provides a guided workflow for making coordinated changes to both CONTEXT.md (human context) and CLAUDE.md (agent briefing). Execute these tasks interactively: ## Task 1: Determine Update Type Ask the user which type of update they want to make: 1. **Update CONTEXT.md only** - Add/edit human-friendly context without changing agent briefing 2. **Update CLAUDE.md only** - Refine agent instructions without changing source context 3. **Update both files** - Make coordinated changes to both files 4. **...
I would like to make manual updates to the context files in this repository.
This command provides a guided workflow for making coordinated changes to both CONTEXT.md (human context) and CLAUDE.md (agent briefing).
Execute these tasks interactively:
Ask the user which type of update they want to make:
After making changes:
Provide a summary of:
Please describe what updates you'd like to make to the context files.
npx claudepluginhub danielrosehill/context-toolkit-plugin3plugins reuse this command
First indexed Dec 31, 2025
/updateUpdates .claude/context/ Markdown files (progress, structure, tech, etc.) to reflect current project state via git diffs, file checks, and dep scans. Outputs update stats and summary.
/load-claude-mdReads global (~/.claude/CLAUDE.md) and project (CLAUDE.md or AGENTS.md) files, injects instructions into current context, and acknowledges refresh.
/sync-contextAnalyzes codebase structure and patterns to auto-update CLAUDE.md, preserving manual customizations. Also supports --section and --dry-run flags.