stateCreate

Community

Persist session state with timestamped files.

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 required

Components

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.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.