danielrosehill

Manual Context Update — Development skill for Claude Code

Development community

Manually edit and synchronize CONTEXT.md and CLAUDE.md.

How to install Manual Context Update

Installs to ~/.claude/skills/danielrosehill-claude-rudder-manual-context-update/SKILL.md

Terminal
mkdir -p ~/.claude/skills/danielrosehill-claude-rudder-manual-context-update && curl -fsSL https://raw.githubusercontent.com/danielrosehill/Claude-Rudder/HEAD/commands/manual-context-update.md -o ~/.claude/skills/danielrosehill-claude-rudder-manual-context-update/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Manual Context Update does


description: Manually edit and synchronize CONTEXT.md and CLAUDE.md

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 a

Alternatives in Development

  • Agent.System.Main.Tips — General operation manual 19k ★
  • /discover — Run a full discovery loop without manually stitching together skills 2.3k ★
  • Icpg Intent — Manually create or update an iCPG intent (ReasonNode) for a file before implementing 705 ★

Full documentation available on GitHub

View Source Repository