← ClaudeAtlas

workspace-memory-skilllisted

Use when the task involves creating, maintaining, or querying repo-local workspace memory for a project. This skill organizes team-shared agent memory as Markdown files under the current workspace, captures session summaries, maintains layered memory indexes, crystallizes durable team conventions and design rationale, and retrieves memory progressively to reduce context and token cost.
fightZy/simple-skills · ★ 1 · AI & Automation · score 74
Install: claude install-skill fightZy/simple-skills
# Workspace Memory Skill ## Overview This skill manages project memory inside the current workspace as Markdown files. It is for small-team workflows where agents and developers need shared, durable context without turning the repo into an unstructured dump of transcripts. Prefer script-generated metadata. The agent should focus on semantic inputs and body content, not on hand-writing frontmatter. Read [references/layout.md](references/layout.md) for the memory tree. Read [references/templates.md](references/templates.md) for schema and body-template navigation. Read [references/config.md](references/config.md) for memory-language configuration. ## Routing Pick the narrowest operation that matches the request: - Initialize workspace memory: Read [references/operations/initialize-memory.md](references/operations/initialize-memory.md) - Record a new session: Read [references/operations/session-capture.md](references/operations/session-capture.md) - Compress recent memory into archive: Read [references/operations/refine-recent.md](references/operations/refine-recent.md) - Query existing memory: Read [references/operations/query-memory.md](references/operations/query-memory.md) - Maintain or deduplicate memory: Read [references/maintenance.md](references/maintenance.md) - Extract durable knowledge: Read [references/operations/crystal-maintenance.md](references/operations/crystal-maintenance.md) - Maintain topic summaries: Read [references/operations/topic-sum