agentsclimarketplace

Aicrew session

Skill AKSoftCode/aicrew/codex-skills/aicrew-session

TDD-first AI dev pipeline for Claude Code, Cursor, Codex, Gemini CLI & Antigravity. /dev /fix /quick + token-saving hooks. npx aicrew install

Install
npx -y skills add AKSoftCode/aicrew --skill aicrew-session

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Set session label for state checkpoints — makes .ai/state/ files multi-tool safe and easy to resume.

SKILL.md

1.2 KB, as published. Nobody here has run it

aicrew-session (Codex)

Codex does not support slash commands. Use this skill when the user asks for "/session" or wants to label their session for checkpointing.

Equivalent actions

MethodCommand
CLIN/A (state management, not CLI)
Codex skillaicrew-session (this skill)
Claude Code slash/session <tool> <label>

Default output

Caveman/lean style. See ~/Agents/agents/caveman.md.

Source of truth:

  • ~/Agents/commands/session.md

What it does

Sets <tool> and <session-label> for this session. All state files use:

.ai/state/AI_STATE.<tool>.<session-label>.md

Fallback (if not set): .ai/state/AI_STATE.unknown.unknown-<YYYY-MM-DD>-<HHMM>.md

Usage

aicrew-session codex my-feature-2026-06-21
aicrew-session cursor login-bug

After invoking:

  • Remember <tool> = codex (or cursor/claude/gemini)
  • Remember <session-label> = the slug you provided
  • Apply to all .ai/state/ writes in this session

Session label guidance

  • Short, slug-ish (no spaces)
  • Include topic + date if helpful: oauth-fix-2026-06-21

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.