save-sessionlisted
Install: claude install-skill filocosta46/dotaios
# save-session
Save the useful parts of the current AI conversation into DotAIOS memory.
## What this does
- Summarizes the current session into a readable Markdown file.
- Saves decisions, open threads, and action items in `memory/sessions/`.
- Adds a structured digest block that future agents can read quickly.
- Works without a CLI command when the agent can write local files.
## What this doesn't do
- It does not save a raw transcript.
- It does not upload anything.
- It does not write durable identity, project, CRM, company, person, or wiki knowledge.
- It does not invent missing details. Mark unclear items as uncertain or leave them out.
- It does not save secrets, credentials, private keys, tokens, or large tool-output dumps.
## How to use it
Try saying:
- "save this session"
- "use save-session"
- "/save-session"
- "write a session summary to my AIOS"
## Agent steps
### Read
1. Use the current DotAIOS folder. If no folder is already known, use `~/aios`.
2. Review only the visible current conversation unless the user asks you to include other files.
3. Identify:
- current timestamp in ISO 8601 format
- current date as `YYYY-MM-DD`
- the tool name, such as `claude-code`, `codex`, `cursor`, `gemini-cli`, `claude-web`, `chatgpt-web`, or `manual`
- project name if obvious from the conversation or working directory
### Process
- Write a short summary of what happened, not a raw transcript.
- Keep the memory useful to a future agent that was not prese