Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
AgentsMédio

Filesystem-Based Context Engineering

porguanyang·guanyang· v1.0.0 · atualizado em 2026-04-10
82
Score

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.

filesystemcontext-managementdynamic-contextscratch-padagent-memorytool-outputplan-persistence
Linguagens
TypeScriptJavaScriptPythonJavaC#
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdfilesystem-context/workflow
1
Detect Context Bloat: — Identify situations where the context window is nearing its limit or tool outputs are excessively large.
2
Choose Storage Strategy: — Determine the appropriate filesystem pattern (scratch pad, plan persistence, etc.) based on the task requirements.
3
Write to Filesystem: — Store relevant information (tool outputs, plans, sub-agent findings) in appropriately named files within a structured directory.
4
Update Context: — Replace the large context with a reference to the file path and a brief summary of its contents.
5
Retrieve on Demand: — When the agent needs the information, use search tools (grep, read_file) to retrieve specific sections from the file.
6
Process Retrieved Context: — Integrate the retrieved information into the current task or decision-making process.
7
Monitor Token Usage: — Track token consumption to ensure the filesystem strategy is reducing context window bloat.
8
Refine Strategy: — Adjust file organization, naming conventions, and search techniques based on performance and token usage.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aHUD Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aCron Helper Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar aBotpress ADK Guidelines
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80

Árvore do Skill

Filesystem-Based Context Engineering
filesystem-context
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers10
offload context to filesimplement dynamic context discoveryuse filesystem for agent memoryreduce context window bloatuse file-based context managementpersist tool output to filesuse agent scratch padsimplement just-in-time context loadingshare information between sub-agents via filesystempersist terminal output to files

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download filesystem-context
$ synaptic skills detail filesystem-context
$ synaptic skills live filesystem-context

Links

GitHub Repository