speckit-agent-context-update

Updates the managed Spec Kit section in coding agent context files.

Updated Aug 5, 2026
One-click install
npx skills add https://github.com/zhangliuliuzhang/memcached-rvv-v2 --skill speckit-agent-context-update-zhangliuliuzhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-context-update
Source: https://github.com/zhangliuliuzhang/memcached-rvv-v2/tree/main/.claude/skills/speckit-agent-context-update
Command: npx skills add https://github.com/zhangliuliuzhang/memcached-rvv-v2 --skill speckit-agent-context-update-zhangliuliuzhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping coding agent context files (like CLAUDE.md or AGENTS.md) synchronized with the current Spec Kit feature plan is a manual, error-prone task. This Skill automates refreshing the managed Spec Kit block so the agent always points at the most recent plan. ## Core Features & Use Cases - Managed Section Updates: Creates, replaces, or appends a delimited Spec Kit block inside one or more agent context files. - Config-Driven Behavior: Reads .specify/extensions/agent-context/agent-context-config.yml for context file paths and custom start/end markers. - Automatic Plan Detection: When no plan path is given, it auto-detects the most recently modified specs/*/plan.md. - Use Case: After generating a new feature plan with Spec Kit, run this Skill so your coding agent's context file immediately references the latest plan without manual editing. ## Quick Start Update my agent context file to point at the most recent Spec Kit plan.

Frequently Asked Questions about speckit-agent-context-update

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

FAQPage Schema
How do I update my CLAUDE.md with the latest Spec Kit plan?

Run the update-agent-context script from .specify/extensions/agent-context/scripts in Bash or PowerShell. It refreshes the managed block between the Spec Kit markers to reference the most recent specs/*/plan.md automatically.

How do I manage multiple agent context files at once?

List the files under context_files in .specify/extensions/agent-context/agent-context-config.yml. When non-empty, the script updates every listed file and this list takes precedence over the single context_file setting.

Can I customize the Spec Kit section markers?

Yes, set context_markers.start and context_markers.end in the agent-context-config.yml file. If omitted, the defaults are <!-- SPECKIT START --> and <!-- SPECKIT END -->.

Why does the context update script reject my file path?

Context file paths must be project-relative. Absolute paths, Windows drive paths, backslash separators, and .. path segments are rejected for safety, so use forward-slash relative paths from the project root.

What happens if no context file is configured?

If both context_files and context_file are empty in the config, the command reports there is nothing to do and exits successfully without modifying any files.