Instructions file
Instructions for es6kr/claude-code-sessions, covering claude.md, project structure, important: open source project, development workflow and permanent records & public actions policy.
Instructions file
Instructions for es6kr/claude-code-sessions, covering claude.md, project structure, important: open source project, development workflow and permanent records & public actions policy.
Plugin Claude Code
Claude Code session management plugin - list, view, and manage sessions.
Command
List and manage Claude Code sessions.
es6kr/claude-session-manager-mcp
MCP server Claude CodeCodexCursor +2
MCP server for managing Claude Code conversation sessions. Runs locally from the claude-session-manager-mcp Python package.
Plugin Claude Code
Reusable AI coding skills collection.
Plugin Claude Code
Reusable AI coding skills: TDD, commit management, dotfile sync, and more.
Hook
Runs after a tool call finishes for Read, Bash, Edit, Write, Skill, Edit and Write tool calls, executing ssh-config-ip-check.sh, commit-review-trigger.sh, ui-change-notify.sh, block-research-plan-without-rag.sh, plan-undecided-guard.sh, block-fixplan-completed-bloat.sh, fix-step-guard.sh, topic-dispatch-discipline.sh…
Hook
Runs before the agent uses a tool for Bash, Edit, Write, AskUserQuestion, TaskOutput, Skill, Workflow and Agent tool calls, executing bash-guard.py, block-compound-commands.sh, block-copilot-rate-limit.sh, block-squash-subject-without-pr.sh, block-bot-re-trigger.sh, block-long-silent-watcher.sh…
Hook
Runs when a session starts, executing session-id-inject.js and cache-cleanup.sh via node (2 commands). From es6kr/skills.
Hook
Runs when the agent finishes a response, executing check-ask-bypass-keywords.sh, check-session-rag.sh, block-cleanup-without-rag.sh, block-cleanup-without-claudify.sh, block-malformed-tool-call.sh, reap-stale-wrapper-shells.sh, block-idle-wait-without-short-cycle.sh, check-slash-command-skill-invoked.sh…
Hook
Runs when you submit a prompt, before the agent sees it, executing fix-and-ambiguity-guard.sh and idle-wait-reactive-guard.sh (2 commands). From es6kr/skills.
Skill Claude CodeCodex
Unified backlog lifecycle management and task tracking. Orchestrates session TODOs, workspace checklists (fixplan.md, checklist.md), and issue trackers with vendor-agnostic lifecycle contracts. Topics — triage (classify incoming requests into session/file/issue backlogs), priority (GitHub-aligned P0-P3 urgency tagging…
Skill Claude CodeCodex
Compose plain text messages for team sharing. Designed for environments without Markdown support (KakaoTalk, Slack, Teams, and other chat apps). Automatic trailing blank removal + clipboard copy. Use when: "briefing", "chat message", "plain text message", "team share message", "compose message".
Skill Claude CodeCodex
Claude Code plugin lifecycle management. cache - clean old cache versions (cleanup only — NOT for cache miss diagnosis) [cache.md], clustering - skill affinity scoring (coupling/dep/hook-ownership) → plugin bundle membership [clustering.md], create - plugin authoring guide (structure, plugin.json, components)…
Skill Claude CodeCodex
Skill "chezmoi" from es6kr/skills, covering chezmoi, topics, related skills, quick reference and apply (interactive diff review).
Skill Claude CodeCodex
Chocolatey operations integration — post-processing after choco upgrade, nssm service path refresh, NSSM → shawl migration (syncthing v2 etc.), resync on UniGetUI/choco metadata update failures. diagnose [diagnose.md], metadata-fix [metadata-fix.md], post-upgrade [post-upgrade.md], shawl-migration…
Skill Claude CodeCodex
Agentic AI lifecycle: create + improve + persist. create - convert functionality into Claude Code automation (agent/skill/rule/hook/command) [SKILL.md], background-polling - mandatory ScheduleWakeup/timeout polling discipline for 5min+ background dispatches [background-polling.md], improve - self-improving loop…
Skill Claude CodeCodex
Run the self-improving loop before session end. config - enable/disable individual tasks [config.md], fa-prune - deduplicate failed-attempts rules [fa-prune.md], hook-review - review hook errors and suggest improvements [hook-review.md], rag-store - persist to RAG before session end + sync fixplan completed items to…
Skill Claude CodeCodex
4-stage code-change workflow: research → plan → user review → implement (TDD). Topics — steps (Step 0-3: resume + research + plan + review + branch), implement (Step 4: TDD + build + commit), pr (capture + PR with image/GIF/video). For issue implementation, tracked tasks, new features. TDD default (opt out --no-tdd).…
Skill Claude CodeCodex
Analyze staged/committed changes and recommend split, squash, or commit-message strategy. Topics — conflict-commit-review (per-chunk review gate for conflict-residue commit messages), hunk-split (single-hunk staging via git apply --cached), interactive-amend (worktree-based amend+rebase loop), soft-reset-amend…
Skill Claude CodeCodex
Consolidate and respond to external feedback on PRs/issues. Topics — pr (workflow entrypoint + skip conditions), collect (gather AI reviews + superpowers load), internal (Internal Code Review fallback + UI capture), classify (dual-label Type|Severity + diff scope check), decide (user decision: findings + Formal…
Skill Claude CodeCodex
Convert Markdown / HWP / DOCX / RTF to PDF, PNG, HTML, DOCX. LibreOffice is the top-priority converter (watermark-free, MPL 2.0, faithful layout, handles HWP natively). prince / md-to-pdf are internal-only fallbacks — prince stamps a non-commercial watermark, so it must not touch external deliverables. Topics — pandoc…
Skill Claude CodeCodex
Synchronization management with external tools. agents - Windows+WSL /.agents share + /.claude/plugins split layout [agents.md], chezmoi - dotfile template management [chezmoi.md], knowledge - session knowledge → Serena memory [knowledge.md], mcp - MCP server synchronization [mcp.md], syncthing - chezmoi Syncthing…
Skill Claude CodeCodex
Lightweight FA-record entry point — record a misbehavior and report its escalation stage WITHOUT running fix's full Step 0-4 procedure (no TodoWrite, no 5-Why, no Resume, no wrap-up). Callable directly, no topic needed, the same way /fix is called. Use directly instead of /fix when the mistake is 1st/2nd occurrence or…