crystal CLAUDE.md

A project guide for Crystal, an Electron desktop app that manages several Claude Code and Codex sessions in one directory using Git worktrees. Git worktrees are separate working folders connected to one repository, allowing parallel branches.

In plain words
What is it for?
Use it when working on parallel assistant sessions, Git worktree management, Electron features, Codex integration, or support for additional command-line agents.
Why use it?
It explains the app’s purpose, implementation status, and references for integrating command-line coding agents. This gives agents the context needed before extending support for tools or sessions.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/stravu/crystal/claude-md
Clone the repo
git clone --depth 1 https://github.com/stravu/crystal
Per session 6,391 This file is loaded in full into every session.
When invoked 6,391 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.06391 $0.06391
Opus 5 $0.03195 $0.03195
Sonnet 5 $0.01278 $0.01278
Haiku 4.5 $0.00639 $0.00639

Measured yesterday against content hash e00c294ed105, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

crystal CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 522 lines

How it starts

The opening of the file, as written. The whole thing — 522 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Crystal - Multi-Session Claude Code Manager

Created by Stravu

Project Overview

Crystal is a fully-implemented Electron desktop application for managing multiple AI code assistant instances (Claude Code and Codex) against a single directory using git worktrees. It provides a streamlined interface for running parallel AI assistant sessions with different approaches to the same problem.

References

Use these reference pages for more information:

Implementation Status: ✅ COMPLETE

All core features have been successfully implemented with significant enhancements beyond the original requirements.

✅ Implemented Features

Core Session Management

  • Multi-session support: Run multiple Claude Code instances simultaneously
  • Session templates: Create single or multiple sessions with numbered templates
  • Session persistence: SQLite database for persistent sessions across restarts
  • Session archiving: Archive sessions instead of permanent deletion
  • Conversation continuation: Resume conversations with full history context
  • Real-time status tracking: initializing, running, waiting, stopped, error
  • Automatic session naming: AI-powered session name generation based on prompts

Read the full file on GitHub · 522 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 522 lines · 6,391 tokens per session scan A e00c294ed105

Subscribe to this mod's changes

crystal CLAUDE.md is an instructions file published in the GitHub repository stravu/crystal (3,114 stars, last pushed 6mo ago), licensed MIT. It adds 6,391 tokens to every session, about $0.0320 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

claude-code-settings copilot-instructions.md

Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.

feiskyer/claude-code-settings · 649 tokens

semantix CLAUDE.md

Instructions for Gnosil/semantix, covering 项目规则(claude code) and 1. 改动须经用户过目;由 claude 提交到分支 + pr,用户 review 后合并.

Gnosil/semantix · 301 tokens

tree-sitter-analyzer CLAUDE.md

Instructions for aimasteracc/tree-sitter-analyzer, covering ruflo — claude code configuration, rules, test quality rules — locked (2026-06-28), t-1: no new test files for existing plugins (blocker) and t-2: no weak assertions — ratchet-enforced (blocker).

aimasteracc/tree-sitter-analyzer · 8,921 tokens

swarm-protocol CLAUDE.md

Instructions for phuryn/swarm-protocol, covering claude.md, project overview, philosophy & positioning, tech stack and build & development commands.

phuryn/swarm-protocol · 1,026 tokens

nextjs-skills CLAUDE.md

Instructions for mohamed-hossam1/nextjs-skills: All contribution rules — style, naming, file layout, verification — live in AGENTS.md. Read that first.

mohamed-hossam1/nextjs-skills · 69 tokens

Warden-AI CLAUDE.md

Claude Code instructions for rynald0cst0ltziam/Warden-AI, covering warden — context governance and verification layer, session start (important — do this first), layer 1: before starting work — context selection, layer 2: during work — tool output pruning and enforcement hooks (automatic).

rynald0cst0ltziam/Warden-AI · 4,292 tokens