autonomous-session-manager
About
This skill manages session lifecycle for autonomous coding, handling session creation, resumption, and type detection (init vs continue). It provides tools for auto-continuation between sessions and includes session management utilities. Use it when starting new coding sessions or resuming previous work in Claude Code projects.
Quick Install
Claude Code
Recommendednpx skills add adaptationio/Skrillz -a claude-code/plugin add https://github.com/adaptationio/Skrillzgit clone https://github.com/adaptationio/Skrillz.git ~/.claude/skills/autonomous-session-managerCopy and paste this command in Claude Code to install this skill
GitHub Repository
Related Skills
autonomous-session-manager
OtherThis skill manages the complete lifecycle of autonomous coding sessions, handling session creation, resumption, and type detection (initial vs. continuation). It provides tools for auto-continuation between sessions and includes a session manager for running prompts with Claude models. Use it when starting new coding projects, resuming previous work, or managing seamless transitions between autonomous coding sessions.
spec-builder
OtherThe spec-builder skill transforms vague project ideas into detailed specifications through guided discovery. It helps developers define requirements and create actionable specs before using autonomous coding tools. Use it when you need to clarify project scope or prepare for autonomous-master execution.
coding-agent
OtherThe coding-agent is an incremental development tool that implements features using test-driven development (TDD) in sequential sessions. It's designed for developers who want to build features one at a time with proper testing, commits, and workflow resumption. Use it when following TDD practices or managing multi-session development work.
browser-e2e-tester
OtherThe browser-e2e-tester skill runs automated browser-based end-to-end tests to verify feature implementation meets acceptance criteria. It validates user flows and feature completion through programmable test execution, supporting both individual feature tests and full test suites. Developers should use this skill when they need to verify features in a browser environment during development or before deployment.
