Skill Claude CodeCodex
The essential habits for an AI agent with memory — session bookends, learning triggers, verification, safety, and the operational discipline that turns raw recall into compounding intelligence. Pinned, always-injected.
63 tagged session management, measured the same way as everything else here.
Browse within: rust 14ReAct 12desktop-app 12agent-memory 7ai-workflow 7cli-plugin 6cost-tracking 6project-initialization 6token-optimization 6workflow 6dev-tools 5plugin 5
Skill Claude CodeCodex
The essential habits for an AI agent with memory — session bookends, learning triggers, verification, safety, and the operational discipline that turns raw recall into compounding intelligence. Pinned, always-injected.
Skill Claude CodeCodex
Use when building a web app/api to present rich output or interactive experiences to users.
Skill Claude CodeCodex
Use when starting a long-running or interactive CLI command with oly, especially when it may need later input, should be detachable, or should keep durable logs for supervision and resume.
anombyte93/atlas-session-lifecycle
Skill Claude CodeCodex
Universal test specification generator that explores codebases, researches best practices, and generates comprehensive test specs via multi-agent orchestration. Outputs Hermes-style test specification documents with TC-XXX formatting, area segmentation, and optional Trello card conversion.
anombyte93/atlas-session-lifecycle
Skill Claude CodeCodex
Session initialization and lifecycle management: bootstraps session context, organizes files, generates CLAUDE.md, manages soul purpose lifecycle with completion protocol and active context harvesting. Use when user says /start, /init, bootstrap session, initialize session, or organize project.
anombyte93/atlas-session-lifecycle
Skill Claude CodeCodex
Session initialization and lifecycle management: bootstraps session context, organizes files, generates CLAUDE.md, manages soul purpose lifecycle with completion protocol and active context harvesting. Use when user says /start, /init, bootstrap session, initialize session, or organize project.
Skill Claude CodeCodex
Session handoff for the next session — write-side pair of /s-continue. Triggers on "s-compact", "session handoff", "handoff prompt", "hand off", "wrap up the session", "prep for next session". Distills what /s-continue cannot recover: subagent findings, tool-output numbers, and decisions that never entered the…
Skill Claude CodeCodex
Cheaper and faster than /compact. Restores previous session context from Claude Code AND Codex transcripts by reading them directly — no LLM calls, no token cost. Also auto-loads a handoff written by /s-compact, if one exists. Triggers on "s-continue", "restore context", "what was I doing", "pick up where I left off"…
Skill Claude CodeCodex
Know exactly what you spent. Interactive HTML dashboard with cost breakdown, token usage, and 5-hour window timeline across all sessions.
Skill Claude CodeCodex
Generate a project-specific context file from a brief so an AI assistant remembers your editorial constraints, voice, audience, and quality bar across sessions.
1939869736luosi/codex-sessions-manager
Skill Claude CodeCodex
Use this skill when the user wants to inspect, search, export, verify, clean up, delete, restore, or purge local Codex sessions stored under /.codex.
Skill Claude CodeCodex
List all Claude Code projects and nuke ones you're finished with.
Skill Claude CodeCodex
List and manage sessions in the current project.
Skill Claude CodeCodex
Skill "ci-debug" from imadAttar/orbit, covering ci debug, usage and steps.
Skill Claude CodeCodex
Deep exploration of codebase, docs, and web for any topic or question.
Skill Claude CodeCodex
Analyze bundle size, render performance, and build speed. Use when the app feels slow or before a release. Triggers on: perf, performance, bundle size, slow, optimize.
Skill Claude CodeCodex
Use when starting any conversation in a cadence-managed project (project root contains cadence/INDEX.md or cadence/ACTIVE.md). Establishes cadence workflow conventions — 记 / 整 / 查 三阶段记录协议, ACTIVE.md / INDEX.md state contract, domain-neutral adaptive recording fidelity, session start behaviors, and subagent dispatch…
Skill Claude CodeCodex
A session-resume helper for the cadence project workflow, which stores conversation handoffs so work can continue after starting a new session.
Skill Claude CodeCodex
A project-discussion management workflow that keeps track of decisions, open questions, project context, and incidents. It uses a project's cadence files, which are shared records for ongoing discussions and decisions.
Skill Claude CodeCodex
Session orchestrator on top of the recall index of all Claude Code sessions: finds a past session by task description, dives in (context, project, skill, artifacts) and acts in one of three modes — finish here, hand off the resume command, or open the session in a new terminal window. Use when user asks: "find the…
Skill Claude CodeCodex
Save current task progress to structured checkpoint file. Use when: session is ending, context window approaching limit, significant progress made, or before risky operation. Captures phase, parameters, experiments, decisions, blockers, and resume instructions.
Skill Claude CodeCodex
Enter orchestrator mode: coordinate multiple Claude Code sessions as workers. Use this when you want to run parallel workstreams, delegate tasks to worker sessions, or manage a team of agents. The orchestrator maintains strategic context while workers execute specific tasks. Usage: /orchestrate…
Skill Claude CodeCodex
Pull older handoffs from .claude/handoffhistory/ into the current session's context. Requires the scripts/hooks installed by this repo's ./install.sh — the history it reads only exists once those are in place. Use when the auto-loaded handoffcurrent.md is thin (placeholder Notes, missing context the user is…
Skill Claude CodeCodex
Compose a retroactive curated handoff when the previous session ended without invoking /handoff. Requires the scripts/hooks installed by this repo's ./install.sh — not a prompt-only skill. Triggered by the SessionStart "ACTION: RUN /handoff-recover" banner (emitted when handoffcurrent.md still has the placeholder…