Active Memory avatar

Active Memory

Official

@activememory · United States of America

0Followers
|
4Public Repos
|
29Published Skills

Experimental systems and tooling focused on active context management, long-running reasoning, and stateful developer workflows.

Skills Distribution
DomainDeveloper To...Context Persistence (40%)Documentation Engi.. (30%)Quality Assurance (30%)

Agent Skills by Active Memory

Showing 29 vetted skills indexed across 1 GitHub repositories.

ActiveMemoryActiveMemory
74

ctx-reflect

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-journal-normalize

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-blog-changelog

Summarize commit ranges into themed blog posts with frontmatter.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-next

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-remember

Recall project context and present a structured readback across sessions.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-add-decision

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-agent

Load the full project context packet at session start.

Official
Advanced
ActiveMemoryActiveMemory
74

ctx-context-monitor

Evaluate context capacity and generate replies at checkpoint signals.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-blog

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

Official
Advanced
ActiveMemoryActiveMemory
74

ctx-prompt-audit

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-add-task

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-archive

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

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-recall

List, show, and export AI session history from Claude Code JSONL sources.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-status

Parse context metadata and output a machine-readable project summary.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-journal-enrich

Enrich journal entries with YAML frontmatter and structured metadata.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-add-learning

Record structured learnings with context, lesson, and application in LEARNINGS.md.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-loop

Generates an autonomous loop script to orchestrate iterative AI tasks.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-implement

Coordinates plan-driven, multi-step tasks with stepwise verification and validation.

Official
Intermediate
ActiveMemoryActiveMemory
74

ctx-save

Save session context snapshots to .context/sessions with enriched markdown reports.

Official
Advanced
ActiveMemoryActiveMemory
74

ctx-commit

Attach contextual decisions and learnings to code changes during commits.

Official
Advanced
ActiveMemoryActiveMemory
74

update-docs

Detect discrepancies between public documentation and internal code conventions.

Official
Intermediate
ActiveMemoryActiveMemory
74

brainstorm

Transform vague ideas into validated designs through structured dialogue.

Official
Advanced
ActiveMemoryActiveMemory
74

verify

Run required tests, linting, and builds to verify completion claims.

Official
Intermediate
ActiveMemoryActiveMemory
74

consolidate

Consolidate the ctx codebase to fix code-level drift and enforce project conventions.

Official
Advanced

Frequently Asked Questions About Active Memory

FAQPage Schema
What specific tasks can Active Memory perform for developers?

Active Memory enables automated tracking of architectural decisions, persistent session recall, markdown journal enrichment, and the generation of release notes from commit history. It ensures project context remains consistent across sessions by managing task lists, learning logs, and documentation synchronization.

Which personas benefit most from these capabilities?

Software engineers, technical leads, and documentation maintainers benefit from these capabilities. It is designed for developers managing complex, long-running projects who require rigorous state tracking, consistent documentation standards, and reliable history of design decisions and project learnings.

What are the prerequisites for implementing these capabilities?

Implementation requires a project structure utilizing markdown-based tracking files such as TASKS.md, DECISIONS.md, and LEARNINGS.md. Users must maintain a git-based repository and have access to session history logs, specifically those formatted as JSONL, to enable full context recall and audit functionality.