LLM Skills
~/catalogue/agents ia spécialisés//context-save

Sauvegarde de contexte projet (agents)

/context-save

Sauvegarde du contexte du projet en cours pour la coordination future des agents :

wshobsonwshobson
2.6k
12 octobre 2025
// contenu du skill

model: claude-sonnet-4-0


Save current project context for future agent coordination:

[Extended thinking: This tool uses the context-manager agent to capture and preserve project state, decisions, and patterns. This enables better continuity across sessions and improved agent coordination.]

Context Capture Process

Use Task tool with subagent_type="context-manager" to save comprehensive project context.

Prompt: "Save comprehensive project context for: $ARGUMENTS. Capture:

  1. Project Overview
  • Project goals and objectives
  • Key architectural decisions
  • Technology stack and dependencies
  • Team conventions and patterns
  1. Current State
  • Recently implemented features
  • Work in progress
  • Known issues and technical debt
  • Performance baselines
  1. Design Decisions
  • Architectural choices and rationale
  • API design patterns
  • Database schema decisions
  • Security implementations
  1. Code Patterns
  • Coding conventions used
  • Common patterns and abstractions
  • Testing strategies
  • Error handling approaches
  1. Agent Coordination History
  • Which agents worked on what
  • Successful agent combinations
  • Agent-specific context and findings
  • Cross-agent dependencies
  1. Future Roadmap
  • Planned features
  • Identified improvements
  • Technical debt to address
  • Performance optimization opportunities

Save this context in a structured format that can be easily restored and used by future agent invocations."

Context Storage

The context will be saved to .claude/context/ with:

  • Timestamp-based versioning
  • Structured JSON/Markdown format
  • Easy restoration capabilities
  • Context diffing between versions

Usage Scenarios

This saved context enables:

  • Resuming work after breaks
  • Onboarding new team members
  • Maintaining consistency across agent invocations
  • Preserving architectural decisions
  • Tracking project evolution

Context to save: $ARGUMENTS

// source originale publique
wshobson/commands
/tools/context-save.md
Licence : Licence non indiquée. Consultez le dépôt avant toute réutilisation.
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/context-save.md" "https://raw.githubusercontent.com/wshobson/commands/main/tools/context-save.md"
Ensuite dans Claude Code, tapez /context-save pour l'activer.
open_in_newVoir la source originale
// sauvegarder
Sauvegarde disponible après connexion.
loginSe connecter pour sauvegarder
// informations
Créateurwshobson
Étoiles 2.6k
Mis à jour12 octobre 2025
Format.md
AccèsGratuit
// similaires

Skills Agents IA spécialisés

Voir toutarrow_forward