init-session

Community

Boot Contextium sessions with validation.

Authorshakefu
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill initializes and validates a Contextium session state to ensure a consistent working environment for projects.

Core Features & Use Cases

  • Creates a dedicated state directory (.contextium/) to store runtime data.
  • Verifies required tools (e.g., git, jq) and prepares session metadata (state.json, repo info, branch).
  • Initializes or resets session and task records to enable smooth onboarding and reproducible sessions.
  • Checks repository status to surface current branch and pending changes.

Quick Start

Run the initializer to establish and verify a new session:

  • ./agents/initializer.sh
  • Optional: inspect state via cat .contextium/state.json and cat .contextium/tasks.json
  • To reset and reinitialize: rm -rf .contextium/state.json; ./agents/initializer.sh

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: init-session
Download link: https://github.com/shakefu/contextium/archive/main.zip#init-session

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.