fabioc-aloha-alex-plug-in-memory-curation-instructions.ocm.json json Copy{
"ocm": "1",
"id": "fabioc-aloha-alex-plug-in-memory-curation-instructions",
"kind": "skill",
"name": "memory-curation",
"description": "Monitor, audit, and curate VS Code user memory for token efficiency and value density",
"publisher": "fabioc-aloha",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Monitor, audit, and curate VS Code user memory for token efficiency and value density"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/fabioc-aloha/Alex_Plug_In",
"path": ".github/instructions/memory-curation.instructions.md",
"ref": "def0c5fc1cb306d5a186110b0074bc917a147fbb",
"url": "https://github.com/fabioc-aloha/Alex_Plug_In/blob/def0c5fc1cb306d5a186110b0074bc917a147fbb/.github/instructions/memory-curation.instructions.md",
"key": "fabioc-aloha/Alex_Plug_In/.github/instructions/memory-curation.instructions.md"
},
"applies_to": "**/*memory*,**/*curation*"
},
"instructions": "# Memory Curation\n\n## Scope Rules\n\n| Content Type | Lives In | NOT In /memories/ |\n|--------------|----------|-------------------|\n| User identity | AI-Memory/user-profile.json | ✗ |\n| VS Code workflow tips | /memories/ | ✓ |\n| Project-specific | /memories/repo/ | ✗ |\n| Session scratch | /memories/session/ | ✗ |\n\n**3-Workspace Test**: Only store in `/memories/` if useful across 3+ workspaces.\n\n## Budget\n\n- **200 lines** auto-loaded maximum\n- **150 lines** warning threshold\n- **>180 lines** requires immediate trim\n\n## Quick Audit\n\n```bash\nmemory view /memories/\n# Check total lines, identify sta",
"cost": {
"context_tokens": 174
}
}