stateCreate
CommunityPersist session state with timestamped files.
Software Engineering#state management#repository#shell#session persistence#timestamped file#gitignore automation
Authorwormholecowboy
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill creates a dedicated .state/ directory and timestamped state files to persist session context across context resets. It simplifies starting new working sessions without losing continuity, by storing essential metadata and a ready-to-use template.
Core Features & Use Cases
- Create .state/ directory if missing
- Add .state/ to .gitignore if not present
- Generate filename using Unix timestamp: $(date +%s).state.md
- Create state file with a consistent template
- Confirm creation to user
- Use Case: Begin a new session and preserve context across resets for long-running conversations or projects
Quick Start
Use the stateCreate skill to generate a new session state file in the repository root, named with the current Unix timestamp, e.g. .state/1700000000.state.md.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: stateCreate Download link: https://github.com/wormholecowboy/.dotfiles/archive/main.zip#statecreate Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.