anombyte93anombyte93Communityยท1 Agent Skills Included

atlas-session-lifecycle

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 context, messy root directories, and untracked goals between work sessions. Manages the full project lifecycle from purpose definition through verification, bounty settlement, and closure.
npx skills add anombyte93/atlas-session-lifecycle --all -g -y
Available:

Explains the MCP server architecture, session context file conventions, and lifecycle rules so the agent correctly uses the start, stop, sync, and stepback skills.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install atlas-session-lifecycle?โ–ผ

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

How to give Claude Code persistent memory?โ–ผ

Run /start in any project to bootstrap a five-file memory bank in session-context/ that survives across conversations. The agent reads and updates these files automatically each session.

What does the /start command do?โ–ผ

It auto-detects whether to initialize a new project or reconcile an existing one, capturing your project goal, organizing files, and resuming work where you left off.

How do I fix repeated debugging failures?โ–ผ

Use the bundled /stepback skill, which forces an architectural reassessment after two or more failed fix attempts instead of patching symptoms.

Does it work without coding experience?โ–ผ

Basic use only requires typing /start, /stop, or /sync in Claude Code, and the agent handles all file management and tracking for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’