Skip to main content
ClaudeWave

Agent Skills as a Memory Layer

Subagents3.5k stars318 forksJavaScriptApache-2.0Updated 3d ago
Editor's note

Acontext is an open-source memory layer for AI agents that captures learnings from agent sessions and stores them as plain Markdown skill files, which can be read, edited, versioned with Git, and shared across agents, frameworks, and LLMs. Rather than relying on opaque vector embeddings or semantic search, it uses a distillation pipeline that processes session messages and task outcomes through a Skill Agent, which routes extracted knowledge into structured files defined by a user-supplied `SKILL.md` schema. Agents retrieve stored skills at runtime by calling `get_skill` and `get_skill_file` tools directly, letting reasoning drive retrieval instead of top-k similarity. The system integrates with Claude Code via a one-line prompt pointing to the hosted `SKILL.md`, and works with any LLM or framework that can read files, including LangGraph and Vercel AI SDK. Skills can be downloaded as a ZIP archive with no re-embedding required, and a self-hostable backend can be spun up locally using `acontext-cli` and Docker. Teams building persistent, self-improving agents who want inspectable and editable memory rather than black-box retrieval stores are the primary audience.

ClaudeWave Trust Score
100/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Healthy fork ratio
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 6/11/2026
Install as a Claude Code subagent
Method: Clone
Terminal
git clone https://github.com/memodb-io/Acontext && cp Acontext/*.md ~/.claude/agents/
1. Clone the repository and copy the agent .md definitions into ~/.claude/agents (or .claude/agents inside a project).
2. Start a new Claude Code session to load the agents.
3. Delegate work to them with the Task/Agent tool or by name.

3 items in this repository

Install Acontext, Login & Init Acontext Project, Add Skill Memory to Agent.

Install

Track daily activity logs and summaries for the user. TRIGGER BY: read/edit user memory

Install

Capture and organize general facts about the user by topic

Install
Use cases

Subagents overview

README preview not available. Visit the repo on GitHub for full documentation.
agentagent-development-kitagent-observabilityai-agentanthropiccontext-data-platformcontext-engineeringdata-platformllmllm-observabilityllmopsmemoryopenaiself-evolvingself-learning

What people ask about Acontext

What is memodb-io/Acontext?

+

memodb-io/Acontext is subagents for the Claude AI ecosystem. Agent Skills as a Memory Layer It has 3.5k GitHub stars and was last updated 3d ago.

How do I install Acontext?

+

You can install Acontext by cloning the repository (https://github.com/memodb-io/Acontext) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is memodb-io/Acontext safe to use?

+

Our security agent has analyzed memodb-io/Acontext and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains memodb-io/Acontext?

+

memodb-io/Acontext is maintained by memodb-io. The last recorded GitHub activity is from 3d ago, with 33 open issues.

Are there alternatives to Acontext?

+

Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.

Deploy Acontext to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: memodb-io/Acontext
[![Featured on ClaudeWave](https://claudewave.com/api/badge/memodb-io-acontext)](https://claudewave.com/repo/memodb-io-acontext)
<a href="https://claudewave.com/repo/memodb-io-acontext"><img src="https://claudewave.com/api/badge/memodb-io-acontext" alt="Featured on ClaudeWave: memodb-io/Acontext" width="320" height="64" /></a>

More Subagents