project-memory-context-sync
Installation
SKILL.md
Project Memory Context Sync
This workspace stores Project Memory configuration in three places that must always be kept in sync. If you only update one location, the live system and future re-seeds will diverge.
The Three Locations
| # | Location | Purpose |
|---|---|---|
| 1 | .github/instructions/ |
VS Code picks these up as workspace instructions |
| 2 | Project-Memory-MCP/database-seed-resources/instructions/ |
Source of truth for DB seeding |
| 3 | Live SQLite database | Active runtime — updated by running the seed script |
Same pattern applies for agent and skill files:
| File type | VS Code source | Seed source |
|---|---|---|
| Instructions | .github/instructions/*.instructions.md |
database-seed-resources/instructions/ |
| Agent defs | .github/agents/*.agent.md |
database-seed-resources/agents/core/ or agents/spoke/ |
| Skills | .github/skills/<name>/SKILL.md |
database-seed-resources/skills/<name>/SKILL.md (curated) or database-seed-resources/external-skills/<name>/SKILL.md (auto-mirrored) |