ck

Store and auto-load per-project context for Claude Code sessions.

1|1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/zardusai-cyber/zardus_setup --skill ck-zardusai-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck
Source: https://github.com/zardusai-cyber/zardus_setup/tree/main/ecc/skills/ck
Command: npx skills add https://github.com/zardusai-cyber/zardus_setup --skill ck-zardusai-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Persistent per-project memory for Claude Code, enabling auto-loading of project context at session start, tracking sessions with git activity, and storing memories in a native location for fast access.

Core Features & Use Cases

  • Auto-loads and anchors a per-project context so Claude Code can resume conversations with full project history.
  • Records structured session data (left off, next steps, decisions, blockers) and exports a native memory entry for quick recall.
  • Provides deterministic behavior by running Node.js scripts from predictable paths, ensuring consistent results across model versions.
  • Supports a suite of commands (init, save, resume, list, forget, migrate) to register projects, save sessions, and review progress.

Quick Start

Register your first project with /ck:init, then begin saving sessions with /ck:save to build a persistent context.

Frequently Asked Questions about ck

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

FAQPage Schema
How do I keep project context loaded across Claude Code sessions?

To keep project context loaded across Claude Code sessions, this Skill maintains a persistent per-project memory using a v2 context.json file. It auto-loads project context at session start, allowing Claude Code to resume conversations with full history and without manual reloading.

Can I track git activity and session data with Claude Code?

Yes, you can track git activity and session data with Claude Code. This Skill records structured session details including where you left off, next steps, decisions, and blockers, then exports a native memory entry for quick recall across cross-project work.

What's the best way to automate project context loading for Claude Code?

The best way to automate project context loading for Claude Code is using deterministic Node.js scripts run from predictable paths. This Skill ensures consistent results across model versions by relying on scripts and a v2 context.json file rather than ambiguous prompts.

Does Claude Code persistent memory work without external dependencies?

Claude Code persistent memory works without external dependencies. This Skill uses Node.js scripts and a local v2 context.json file per project, storing memory in a native location for fast access and requiring no additional packages or components to function.

How do I start saving Claude Code session history for a project?

To start saving Claude Code session history, register your project with the init command, then use the save command to build a persistent context. This Skill provides commands including init, save, resume, list, forget, and migrate to manage project sessions and review progress.