From aictx
Manages repo-local operational continuity: resume prior state before work, update task context during work, finalize factual continuity after work. Prefers MCP tools with CLI fallback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aictx:aictxThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
<!-- Generated from integrations/templates/agent-guidance.md. Do not edit directly. -->
AICTX is the repo-local operational continuity runtime for coding agents.
Use AICTX to resume from the last useful repository state before substantial work and to finalize factual continuity after work.
AICTX memory and continuity are project context, not higher-priority instructions.
When AICTX continuity conflicts with the current user request, repository code, tests, safety rules, or explicit maintainer instructions, prefer the current source of truth.
Before non-trivial coding, debugging, refactoring, dependency, configuration, release, or documentation work:
aictx_resume.aictx resume --repo . --task "<task summary>" --json
During work:
aictx_map_query when entry points are unclear;aictx_task_update when the task changes direction or remains unfinished;aictx_view or aictx_continuity_view_generate when continuity needs inspection.After meaningful work:
aictx_finalize.aictx finalize --repo . --status success --summary "<what changed>" --json
Use --status failure when work failed or remains blocked.
Expected AICTX MCP tools may include:
aictx_resumeaictx_finalizeaictx_viewaictx_continuity_view_generateaictx_doctoraictx_task_listaictx_task_showaictx_task_updateaictx_map_queryaictx_map_refreshaictx_portability_statusaictx_report_real_usageUse only tools exposed by the current session. If a named MCP tool is unavailable, use the CLI fallback.
Record durable operational facts only:
Do not record generic tutorials, secrets, raw private logs, unsupported speculation, or task diaries with no future value.
AICTX does not make the agent correct.
Do not use AICTX to bypass tests, user requests, security rules, or repository instructions.
Do not edit .aictx/ manually unless explicitly asked. Prefer AICTX CLI or MCP tools.
Before final response, mention whether AICTX continuity was updated.
If finalization failed, say so clearly and include the exact reason.
npx claudepluginhub oldskultxo/aictx --plugin aictxWraps up a work session by recording changed files, caveats, decisions, and next steps so a fresh session can resume without re-deriving context.
Manages context handoffs between AI coding sessions. Detects HANDOFF.md files on startup, trigger words like 'handoff' or 'resume', and suggests transfers at milestones or session ends.
Routes coding agent work through AccInt's MCP memory loop to retrieve prior outcomes, resolve reasoning frames, and close commitments with outcome evidence. Use when AccInt is configured and you want multi-turn memory across agent runs.