ActiveMemoryActiveMemoryOfficialยท29 Agent Skills Included

ctx

Persistent project memory and context across coding sessions

Persists tasks, decisions, learnings, and conventions across coding sessions so nothing is re-explained or rediscovered. Eliminates the reset-to-zero problem where every new session starts without memory of prior work. Provides recall, handover, journaling, knowledge-base, and architecture-mapping workflows that keep long-running projects coherent.
npx skills add ActiveMemory/ctx --all -g -y
Available:

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 Indicators
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-reflect

Summarize session progress and extract learnings, decisions, tasks, and notes for persistence.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-journal-normalize

Normalize journal markdown to repair fences, metadata, and nested lists.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-blog-changelog

Summarize commit ranges into themed blog posts with frontmatter.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-next

Analyze TASKS.md and recent sessions to recommend 1-3 next actions.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-remember

Recall project context and present a structured readback across sessions.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-add-decision

Record architectural decisions in DECISIONS.md with context, alternatives, rationale, and consequences.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-agent

Load the full project context packet at session start.

Official
Advanced
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-context-monitor

Evaluate context capacity and generate replies at checkpoint signals.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-blog

Generate blog post drafts from git commits, decisions, and journals.

Official
Advanced
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-prompt-audit

Analyze recent sessions to detect vague prompts and generate a coaching report.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-add-task

Record session follow-up tasks into TASKS.md using ctx add task.

Official
Intermediate
๐Ÿ“ฆ In Repo
ActiveMemoryActiveMemory

ctx-archive

Archive completed tasks from TASKS.md to dated files under .context/archive.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How 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โ†’