inbox-memory Skill
Read and write agent storage — memory and rules with environment-aware fallback Published by microsoft in vscode-team-kit.
What is inbox-memory Skill?
Read and write agent storage — memory and rules with environment-aware fallback Published by microsoft in vscode-team-kit. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Writing
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use inbox-memory Skill
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-team-kit
- Skill file: github-inbox/skills/inbox-memory/SKILL.md
What it does
Read and write agent storage — memory and rules with environment-aware fallback
Skill instructions
Inbox Memory This skill reads and writes persistent memory and rules files for the Inbox agent. It abstracts storage so all agents use a single skill instead of calling memory directly. File names - Memory: github-inbox-memory.md — session context, patterns, preferences - Rules: github-inbox-rules.md — user's rules and preferences Storage strategy Two possible backends: - memory tool (VS Code Chat) — stores under the virtual path /memories/ - File system (~/.copilot/) — used by Copilot CLI; also usable from VS Code Chat - ~/.copilot/github-inbox-memory.md - ~/.copilot/github-inbox-rules.md How to pick a backend (run ONCE per session, cache the choice) 1. Detect availability of memory: try { "command": "view", "path": "/memories/github-inbox-memory.md" }. If the tool itself errors as unavailable, memory is NOT available. 2. Check for existing CLI memory: see if ~/.copilot/github-inbox-memory.md or ~/.copilot/github-inbox-rules.md exist and are non-empty (use ls -la ~/.copilot/ or view).
Explore related resources
Frequently asked questions
What is inbox-memory?
inbox-memory is a open-source AI agent skill with Copy skill directory. Read and write agent storage — memory and rules with environment-aware fallback
Who is inbox-memory best for?
inbox-memory is best for reusing agent instructions, scripts, and references, writing workflows.
How do I install inbox-memory?
Install or run inbox-memory using Copy skill directory. Check inbox-memory for the latest setup command.
Is inbox-memory actively maintained?
inbox-memory may need a closer maintenance check before production use.
Auto-fetched from GitHub.