speckit-agent-context-update

Updates the Spec Kit section in a coding agent's context file.

1|Updated Apr 7, 2025
One-click install
npx skills add https://github.com/RedFox-Soft/OAuth-server.ts --skill speckit-agent-context-update-redfox-soft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: speckit-agent-context-update
Source: https://github.com/RedFox-Soft/OAuth-server.ts/tree/main/.claude/skills/speckit-agent-context-update
Command: npx skills add https://github.com/RedFox-Soft/OAuth-server.ts --skill speckit-agent-context-update-redfox-soft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the management of the Spec Kit section in coding agent context files, ensuring that the latest plan paths are always referenced.

Core Features & Use Cases

  • Context File Management: Refreshes the Spec Kit section in the coding agent's context file.
  • Compatibility: Designed for projects with a .specify/ directory structure.
  • Use Case: For developers using Spec Kit within their coding agents, this Skill keeps the context file updated with the latest Spec Kit information.

Quick Start

Run the update-agent-context script in the .specify/extensions/agent-context directory with the path to the most recent plan file if specified.

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 the Spec Kit section in my coding agent context file?

To update the Spec Kit section in a coding agent context file, run the update-agent-context script located in the .specify/extensions/agent-context directory and optionally pass the most recent plan path as an argument. This refreshes the context file with the latest plan references.

What does a .specify directory structure do for coding agents?

A .specify directory structure organizes project specifications for coding agents. It enables scripts, like the agent-context update tool, to automatically locate and reference the most recent plan paths within the agent's context file, keeping the agent aligned with current project specs.

Can I use the Spec Kit context update script without a plan path argument?

Yes, you can run the Spec Kit context update script without a plan path argument. The script is designed to optionally accept a plan path, allowing it to update the coding agent context file by referencing the most recent available plan automatically when the argument is omitted.

Why does my coding agent context file show outdated Spec Kit plan paths?

Your coding agent context file shows outdated Spec Kit plan paths because it has not been refreshed with the latest project changes. Running the update-agent-context script within the .specify directory structure resolves this by actively referencing the most recent plan path.

Do I need a .specify directory to manage my coding agent's context file?

Yes, you need a .specify directory to use this context management script. The tool is specifically designed for projects structured with a .specify directory, ensuring the script can correctly locate the extensions and update the coding agent context file accurately.

What's the best way to keep coding agent context files updated with Spec Kit?

The best way to keep coding agent context files updated with Spec Kit is to execute the update-agent-context script. Designed for .specify directory projects, it directly refreshes the context file by referencing the most recent plan path, ensuring the agent always has current specifications.