LLM Skills
~/catalogue/debugging et maintenance//speckit.agent-context.update

Mise à jour du contexte de l'agent de codage

/speckit.agent-context.update

Rafraîchir la section Spec Kit gérée dans le fichier contexte/instruction de l'agent de codage actif (par exemple `CLAUDE.md`, `.github/copilot-instructions.md`, `AGENTS.md`).

githubgithub
133.8k
4 juin 2026
MIT
// contenu du skill

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.

// source originale publique
github/spec-kit
/extensions/agent-context/commands/speckit.agent-context.update.md
Licence : MIT
Projet indépendant, non affilié à Anthropic. Ce skill reste la propriété de son auteur original.
// installer ce skill
Collez cette commande dans votre terminal à la racine de votre projet :
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"
Ensuite dans Claude Code, tapez /speckit.agent-context.update pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurgithub
Étoiles 133.8k
LicenceMIT
Mis à jour4 juin 2026
Format.md
AccèsGratuit
// similaires

Skills Debugging et maintenance

Voir toutarrow_forward