workspace-context-populate

Installation
SKILL.md

Workspace Context Populate

Use this skill when a workspace has empty canonical context sections in the dashboard or an agent needs to refresh shared workspace context safely.

Behavior

  1. Resolve the target workspace

    • Prefer the current workspace already in scope.
    • If needed, register or confirm the workspace ID with memory_workspace(action: "register"|"info").
  2. Populate canonical workspace sections through the existing tool surface

    • Call memory_context(action: "workspace_populate", workspace_id: "...").
    • This action fills canonical sections such as project_details, purpose, dependencies, modules, test_confirmations, dev_patterns, and resources.
    • It only writes sections that are missing or empty.
    • It preserves non-empty user-authored content and custom sections.
  3. Verify the result

    • Read back with memory_context(action: "workspace_get", workspace_id: "...").
    • Confirm the canonical sections now contain summaries or items.
Related skills

More from ds-codi/project-memory-mcp

Installs
1
GitHub Stars
4
First Seen
Apr 1, 2026