workspace-memory-skilllisted
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