Results for “session-start”
16 skillsSession Start
At the start of a session, reads the session baton file to restate the goal and next task, and opens any doc listed under "Read first" before confirming the next step with the user.
0
Memory Startup
Load bounded working context at the start of a coding session. FIRES ON EVERY FIRST USER MESSAGE in a fresh session, regardless of content — including bare greetings ("hi", "hello", "hey"), task-only openers, or "let's start". Also triggers on: "fresh session", "session start", "first message in a new thread", "new chat", "cold start", "begin work in this repo", "starting work", "continue from prior session", "what were we working on", "resume", "what happened last time", "load memory", "recall context", "create a handoff", "prior session context", "latest handoff", "current state", "decision context". Skip ONLY if the user explicitly says "fresh start" or "ignore prior context". Self no-ops if invoked mid-session when context is already loaded.
3 · bundle
Session Bootstrap
Start-of-session routine — load context, check state, suggest next task. Use at the beginning of a fresh session or after a context reset.
1
New Session
Generates a copy-paste handoff prompt for starting a new session by collecting current session context, project files, and git state.
0
Operator Profile
Builds a persistent profile of the operator's identity, preferences, and rejected patterns across sessions, reading it at session start and updating it at session end.
2 · bundle
Session Memory
Maintains a persistent session memory across Claude sessions by loading project state at startup, capturing errors and decisions during work, and writing structured handoff summaries at session end.
2 · bundle
More results
069 Goal 5fcf1206
Starts a session by initializing a local database, selecting or creating a workspace and outcome, then routing to the relevant phase reference.
7 · bundle
Ck
Persists project context across Claude Code sessions. Auto-loads project summaries on startup, tracks session progress, and saves structured state via deterministic Node.js scripts.
226k · bundle
Focus Guard
Keeps long AI sessions on track by tracking decisions, detecting scope creep, and flagging drift before it costs work.
10 · bundle
Catchup
Quickly refreshes project state when resuming work by reporting git status, recent commits, environment, memory staleness, pending tasks, and red flags.
0
Codex Session History
Search locally saved Codex session history stored in SQLite and session_index.jsonl, with filters for provider, time range, and archived status.
0 · bundle
Spawn
Launch N parallel subagents in isolated git worktrees to compete on the session task. Use when the user runs /hub:spawn or asks to start the competing agents for an initialized AgentHub session.
11
Spawn
Launch N parallel subagents in isolated git worktrees to compete on the session task. Use when the user runs /hub:spawn or asks to start the competing agents for an initialized AgentHub session.
2
Ck
Persistent per-project memory for Claude Code. Auto-loads project context on session start, tracks sessions with git activity, and writes to native memory. Commands run deterministic Node.js scripts — behavior is consistent across model versions.
1 · bundle
Blueprint
Generates a step-by-step construction plan from a one-line objective, where each step is self-contained and executable by a fresh agent in a new session.
42.4k
Skill Finder
Navigation aid for the processkit skill catalog — maps natural-language cues and task types to the right skill. Read this when you are unsure which skill applies to the current task, when the user names a task without naming a skill, or at session start when orienting to an unfamiliar project. Always the first skill to consult; never the last.
0 · bundle