Read-only freshness audit over the kb's tracked sources (URLs, in-tree paths, MCP resources) declared in grounding-sources.md. Classifies each source's drift state, annotates the source-coverage ledger, and writes a ground closeout; flags drifted or new-to-kb…
Skills in this repository
ActiveMemory/ctx - Page 2
SkillsMP has collected 113 skills from ActiveMemory/ctx. Open a skill to review its source and details.
ActiveMemory/ctxShowing 40 of 113 collected skills.
Read-only freshness audit over the kb's tracked sources (URLs, in-tree paths, MCP resources) declared in grounding-sources.md. Classifies each source's drift state, annotates the source-coverage ledger, and writes a ground closeout; flags drifted or new-to-kb…
Per-session handover artifact writer. Wraps `ctx handover write` with `--summary` and `--next` (both required, both validated non-placeholder by the CLI). Always invoked as the final step of `/ctx-wrap-up`; not the user-facing trigger. When `.context/kb/`…
Browse session history. Use when referencing past discussions or finding context from previous work.
Q&A grounded in the existing kb. Read-only on prose; refuses to web-jump; if the kb cannot answer, opens a Q-### row in outstanding-questions.md and reports the gap. Writes an ask closeout for the audit trail.
Editorial knowledge-ingestion pass. Reads sources the user supplies, declares its pass-mode (topic-page / triage / evidence-only) before extraction, and is held to mode-specific completion semantics. The topic page is the deliverable; the closeout is the…
Lightweight capture into .context/ingest/findings.md. Single argument is the note text. Never writes to a topic page or to evidence-index.md. The pipeline's ad-hoc escape hatch for "park this for the next ingest".
Mechanical structural audit of the kb. Coerces malformed capitalization, flags malformed closeout frontmatter, and refuses to make judgment calls that require evidence. Writes a site-review closeout for the audit trail.
Audit docs for dead links. Use before releases, after restructuring docs, or when running a documentation audit.
Audit skills against Anthropic prompting best practices. Use when reviewing skill quality, after creating or modifying a skill, before releasing skills, or when a skill produces inconsistent results. Also use when the user says 'audit this skill', 'check…
Create, improve, and test skills. Use when building a new skill, evaluating or fixing an existing one, turning a conversation workflow into a reusable skill, or when a skill is not triggering or producing poor results. Also use when the user says 'turn this…
Audit docs for dead links. Use before releases, after restructuring docs, or when running a documentation audit.
Normalize journal source markdown for clean rendering. Use after journal site shows rendering issues: fence nesting, metadata formatting, broken lists.
Per-session handover artifact writer. Wraps `ctx handover write` with required `--summary` and `--next`. Always invoked as the final step of `/ctx-wrap-up`; not the user-facing trigger. When `.context/kb/` exists, also folds postdated closeouts into the…
Q&A grounded in the existing kb. Read-only on prose; refuses to web-jump; if the kb cannot answer, opens a Q-### row in outstanding-questions.md and reports the gap. Writes an ask closeout for the audit trail.
Editorial knowledge-ingestion pass. Reads sources the user supplies, declares its pass-mode (topic-page / triage / evidence-only) before extraction, and is held to mode-specific completion semantics. The topic page is the deliverable; the closeout is the…
Lightweight capture into .context/ingest/findings.md. Single argument is the note text. Never writes to a topic page or to evidence-index.md. The pipeline's ad-hoc escape hatch for 'park this for the next ingest'.
Mechanical structural audit of the kb. Coerces malformed capitalization, flags malformed closeout frontmatter, and refuses to make judgment calls that require evidence. Writes a site-review closeout for the audit trail.
Recall project context and present structured readback. Use when the user asks 'do you remember?', at session start, or when context seems lost.
Show context summary. Use at session start or when unclear about current project state.
Load full context packet. Use at session start or when context seems stale or incomplete.
Record a coding convention. Use when a repeated pattern should be codified so all sessions follow it consistently.
Detect and fix context drift. Use to find stale paths, broken references, and constitution violations in context files.
Detect and fix context drift. Use to find stale paths, broken references, and constitution violations in context files.
Run QA checks before committing. Use after writing code, before commits, or when CI might fail.
Record a coding convention. Use when a repeated pattern should be codified so all sessions follow it consistently.
Record architectural decision. Use when a trade-off is resolved or a non-obvious design choice is made that future sessions need to know.
Record a learning. Use when discovering gotchas, bugs, or unexpected behavior that future sessions should know about.
Add a task. Use when follow-up work is identified or when breaking down complex work into subtasks.
Manage session reminders. Use when the user says 'remind me to...' or asks about pending reminders.
Design before implementation. Use before any creative or constructive work (features, architecture, behavior changes) to transform vague ideas into validated designs.
Reflect on session progress. Use at natural breakpoints, after unexpected behavior, or when shifting to a different task.
Manage session reminders. Use when the user says 'remind me to...' or asks about pending reminders.
Run a code-level convention audit across the codebase. Use when checking for naming drift, magic strings, dead exports, and doc alignment before a release or after a heavy development session.
Audit alignment between docs and agent instructions. Use when docs make claims about agent behavior that may not be backed by the playbook or skills.
Audit tool permissions for dangerous or overly broad entries. Use to ensure safe agent configuration.
Load full context packet. Use at session start or when context seems stale or incomplete.
Archive completed tasks. Use when TASKS.md has many completed items cluttering the view.
Troubleshoot ctx behavior. Runs structural health checks, analyzes event log patterns, and presents findings with suggested actions.
Generate a shell script for running AI tools in autonomous iteration loops. Use when setting up unattended iteration, headless agent runs, or CI-driven AI workflows.