Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Filesystem Context

Skill Verifiziert Aktiv

This skill should be used when the user asks to "offload context to files", "implement dynamic context discovery", "use filesystem for agent memory", "reduce context window bloat", or mentions file-based context management, tool output persistence, agent scratch pads, or just-in-time context loading.

Zweck

To enable agents to manage and utilize context effectively by leveraging the filesystem for persistent storage, dynamic loading, and efficient information retrieval, thereby overcoming context window limitations.

Funktionen

  • Offload large tool outputs to files
  • Persist agent plans and state
  • Manage agent workspaces via filesystem
  • Dynamically load skills from files
  • Combine filesystem search with semantic search

Anwendungsfälle

  • Reducing context window bloat by offloading large outputs
  • Implementing agent scratch pads for intermediate results
  • Enabling sub-agents to share information via file workspaces
  • Persisting agent plans across long-horizon tasks

Nicht-Ziele

  • Replacing prompt engineering entirely
  • Handling context that fits comfortably within the window
  • Adding measurable latency for critical tasks
  • Managing context for agents without filesystem tool capabilities

Workflow

  1. Determine if tool output exceeds token threshold
  2. Offload large outputs to a designated scratch directory
  3. Return a compact reference (path, summary) to context
  4. Persist agent plans and state to structured files
  5. Use agent workspaces for inter-agent communication
  6. Dynamically load skill definitions from files as needed

Praktiken

  • Context Management
  • Agent Memory
  • Persistence
  • Tool Design

Voraussetzungen

  • Python 3.7+
  • Basic filesystem access

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add muratcankoylan/Agent-Skills-for-Context-Engineering
/plugin install Agent-Skills-for-Context-Engineering@context-engineering-marketplace

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 16 hours ago

Vertrauenssignale

Letzter Commitabout 1 month ago
Sterne15.6k
LizenzMIT
Status
Quellcode ansehen