ctx
Persistent project memory and context across coding sessions
Tells the agent to bootstrap the ctx context directory at session start, read the canonical memory files, answer memory questions from stored context, and route trigger phrases like 'do you remember?' and 'let's wrap up' to the right skills.
All Skills in This Repository (29)
Pure Emerald Level Indicatorsctx-reflect
Summarize session progress and extract learnings, decisions, tasks, and notes for persistence.
ctx-journal-normalize
Normalize journal markdown to repair fences, metadata, and nested lists.
ctx-blog-changelog
Summarize commit ranges into themed blog posts with frontmatter.
ctx-next
Analyze TASKS.md and recent sessions to recommend 1-3 next actions.
ctx-remember
Recall project context and present a structured readback across sessions.
ctx-add-decision
Record architectural decisions in DECISIONS.md with context, alternatives, rationale, and consequences.
ctx-agent
Load the full project context packet at session start.
ctx-context-monitor
Evaluate context capacity and generate replies at checkpoint signals.
ctx-blog
Generate blog post drafts from git commits, decisions, and journals.
ctx-prompt-audit
Analyze recent sessions to detect vague prompts and generate a coaching report.
ctx-add-task
Record session follow-up tasks into TASKS.md using ctx add task.
ctx-archive
Archive completed tasks from TASKS.md to dated files under .context/archive.
Frequently Asked Questions
FAQPage SchemaHow to install ctx?โผ
Run `npx skills add ActiveMemory/ctx --all -g -y` in your terminal to install all skills in this suite globally.
How to give my coding assistant persistent memory?โผ
ctx stores tasks, decisions, learnings, and conventions in a `.context/` directory that the agent reads at every session start, so it resumes where the last session ended instead of starting blank.
What happens when I ask 'do you remember?'โผ
The agent silently reads the context files and latest handover, then presents a structured recall of the last session, active tasks, and recent decisions as if it genuinely remembered.
Does ctx work with Claude Code, Codex, and other tools?โผ
Yes. ctx is file-based and vendor-neutral, shipping skill variants for Claude Code, Codex, Copilot CLI, and OpenCode, and it works with any tool that can read files.
Can ctx build a project knowledge base?โผ
Yes. The kb skills ingest sources into evidence-cited topic pages, answer questions with citations, audit structure, and re-ground claims against tracked external sources.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core