LLM Skills
~/catalog/debugging & maintenance//speckit.agent-context.update

Update Coding Agent Context

/speckit.agent-context.update

Refresh the managed Spec Kit section inside the active coding agent's context/instruction file (e.g. `CLAUDE.md`, `.github/copilot-instructions.md`, `AGENTS.md`).

githubgithub
133.8k
June 4, 2026
MIT
// skill content

--- description: "Refresh the managed Spec Kit section in the coding agent context file" --- # Update Coding Agent Context Refresh the managed Spec Kit section inside the active coding agent's context/instruction file (e.g. CLAUDE.md, .github/copilot-instructions.md, AGENTS.md). ## Behavior The script reads the agent-context extension config at .specify/extensions/agent-context/agent-context-config.yml to discover: - context_file : the path of the coding agent context file to manage. - context_markers.start / .end : the delimiters surrounding the managed section. Defaults to <!-- SPECKIT START --> and <!-- SPECKIT END --> when the field is missing. It then creates, replaces, or appends the managed block so that the section points at the most recent plan path when one can be discovered (specs/<feature>/plan.md). If context_file is empty or the file cannot be located, the command reports nothing to do and exits successfully. ## Execution - Bash: .specify/extensions/agent-context/scripts/bash/update-agent-context.sh [plan_path] - PowerShell: .specify/extensions/agent-context/scripts/powershell/update-agent-context.ps1 [plan_path] When plan_path is omitted, the script auto-detects the most recently modified specs/*/plan.md.

// original public source
github/spec-kit
/extensions/agent-context/commands/speckit.agent-context.update.md
License: MIT
Independent project, not affiliated with Anthropic. This skill remains the property of its original author.
// install this skill
Paste this command in your terminal at the root of your project:
mkdir -p .claude/commands && curl -o ".claude/commands/speckit.agent-context.update.md" "https://raw.githubusercontent.com/github/spec-kit/main/extensions/agent-context/commands/speckit.agent-context.update.md"
Then in Claude Code, type /speckit.agent-context.update to activate it.
open_in_newOpen original source
// save
Save available after sign in.
loginSign in to save
// information
Creatorgithub
Stars 133.8k
LicenseMIT
UpdatedJune 4, 2026
Format.md
AccessFree
// similar

Skills Debugging & maintenance

View allarrow_forward