bundled/skills/deepagent-memory-fold/SKILL.md
DeepAgent-style memory folding for VCO sessions: compress long context into structured working/tool memory without using episodic-memory.
npx skillsauth add foryourhealth111-pixel/vco-skills-codex deepagent-memory-foldInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when:
episodic-memory.DeepAgent upstream is vendored (optional/advanced):
C:\Users\羽裳\.codex\_external\ruc-nlpir\DeepAgent\Runtime config + preflight (no secrets stored/printed):
C:\Users\羽裳\.codex\skills\vibe\config\ruc-nlpir-runtime.jsonpwsh C:\Users\羽裳\.codex\skills\vibe\scripts\ruc-nlpir\preflight.ps1Produce a “folded memory” object with these sections:
outputs/runtime/memory-fold.json (or similar session output)memory-fold.md{
"working_memory": {
"goal": "",
"sub_goal": "",
"blockers": [],
"next_actions": []
},
"tool_memory": {
"used": [],
"worked": [],
"failed": [],
"availability": []
},
"evidence_memory": {
"anchors": []
},
"decision_log": [],
"resume_prompt": ""
}
development
Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.
tools
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
tools
Spreadsheet toolkit (.xlsx/.csv). Create/edit with formulas/formatting, analyze data, visualization, recalculate formulas, for spreadsheet processing and analysis.
tools
High-performance CSV processing with xan CLI for large tabular datasets, streaming transformations, and low-memory pipelines.