anombyte93anombyte93Communityยท1 Agent Skills Included

claude-session-init

Persistent project memory and session lifecycle management

Gives coding sessions persistent memory across conversations through a five-file context bank tracking decisions, patterns, and progress. Eliminates re-explaining project goals every session and stops messy root folders by auto-organizing scripts, docs, and configs. Manages the full project lifecycle from goal capture to completion review, with optional bounty verification and test specification generation.
npx skills add anombyte93/claude-session-init --all -g -y
Available:

Explains the MCP server architecture, session context file structure, and lifecycle rules so the agent knows how to run, test, and maintain the session management skills in this repository.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-session-init?โ–ผ

Run `npx skills add anombyte93/claude-session-init --all -g -y` in your terminal to install all skills globally.

How to give Claude Code persistent memory between sessions?โ–ผ

Run /start in any project. It creates a five-file memory bank in session-context/ that stores your goals, decisions, patterns, and progress across every conversation.

What does the /start command do?โ–ผ

It auto-detects whether to initialize a new project or reconcile an existing one, captures your project goal, organizes messy root files, and refreshes CLAUDE.md.

How do I close or pause a coding session?โ–ผ

Run /stop and choose to pause for the day, verify your work, or fully close the session with a pull request and archived goal.

Can I use it without writing code?โ–ผ

Yes. You interact through simple slash commands like /start, /stop, and /sync, and the agent handles all file operations automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’