memodb-io/acontext

Agent Skills as a Memory Layer

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 18th, 2026
Created on July 16th, 2025
Open Issues & Pull Requests: 36 (+0)
GitHub issues: Enabled
Number of forks: 336
Total Stargazers: 3,691 (+0)
Total Subscribers: 29 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.8 hours
Mean response time: 5.5 days
90th percentile: 19.3 days
Tracked items: 80

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 4% of issues opened in the past year have never received a reply. 83% of issues opened in the past year have been closed, leaving a working backlog. Three people close 94% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 14
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 221 days
Stale 30+ days: 13
Stale 90+ days: 13

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (65)
  • bug (7)
  • core (6)
  • api (4)
  • sdk (4)
  • help wanted (2)
  • ui (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Acontext is a skill memory layer for AI agents that automatically captures learnings from agent runs and stores them as readable, editable agent skill files.

The tool addresses the problem of opaque and complicated agent memory by representing all agent knowledge as plain Markdown files rather than embeddings or vector stores. When an agent encounters new information or learns from mistakes, Acontext captures these learnings and evolves existing skill files over time. The agent retrieves skills through explicit tool use and reasoning rather than semantic search, giving developers full visibility into what the agent knows and why it makes decisions.

Acontext suits teams building agents that need to learn across runs while maintaining interpretability and portability. The skill files are framework-agnostic Markdown that work with LangGraph, Claude, AI SDK, or any system that reads files, with no vendor lock-in or re-embedding required when moving skills between agents or LLMs. Developers can version control skills with Git, inspect and edit them directly, and export them as ZIP for reuse in other contexts. The tool lets you define your own memory structure by attaching skills that establish naming conventions and file layouts, rather than imposing a fixed schema.

The project maintains active test coverage across core, API, and CLI components. Development activity shows consistent attention to reliability across multiple deployment surfaces, with the codebase available in both JavaScript and Python ecosystems.