ck

Load project context and track sessions based on git activity.

3|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/rlagycks/oh-my-forge --skill ck-rlagycks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck
Source: https://github.com/rlagycks/oh-my-forge/tree/main/skills/ck
Command: npx skills add https://github.com/rlagycks/oh-my-forge --skill ck-rlagycks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides persistent, project-specific memory management for Claude Code, enabling automatic loading and tracking of project context seamlessly.

Core Features & Use Cases

  • Auto-loads context at session start based on git activity and project files.
  • Tracks sessions with git activity, enabling smooth continuation.
  • Records deterministic commands in Node.js to facilitate consistent behavior across model versions.

Quick Start

Invoke the /ck:init command to register a new project, then use /ck:save to store progress and /ck:resume to continue work seamlessly.

Frequently Asked Questions about ck

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain project context for AI-assisted development across multiple sessions?

You can maintain project context across multiple sessions by using persistent memory management that auto-loads project files and tracks git activity at session start. This enables seamless continuation of ongoing development tasks without manual context restoration.

What is the best way to track git activity during AI project management sessions?

Tracking git activity during AI project management sessions is best handled by automatic session tracking that records git changes and project history. This ensures smooth continuation of development workflows and preserves data integrity across collaborative environments.

How do I ensure deterministic execution of project-specific scripts across different model versions?

To ensure deterministic execution of project-specific scripts across model versions, record commands in Node.js scripts. This approach facilitates consistent behavior and reliable automation regardless of which model version processes the request.

Can I use this persistent memory tool with existing git workflows?

Yes, persistent memory integrates directly with existing git workflows by tracking session activity based on git events. It auto-loads context at session start and saves progress, enabling smooth continuation of version-controlled development tasks.

How do I start automating session loading for a new development project?

To start automating session loading for a new project, invoke the initialization command to register the project. Then save progress during work and resume sessions seamlessly, allowing the system to automatically load the required context.

Why does my AI assistant lose project history when starting a new session?

Your AI assistant loses project history because it lacks persistent contextual memory. Without automatic session loading and history tracking, the assistant cannot recall previous git activity or development context from prior interactions.