Tocket CLI: A Context Engineering Framework for AI Coding Agents

What Tocket Does
Tocket is a CLI tool that addresses context loss when switching between AI coding agents like Cursor and Claude. Instead of relying on massive .cursorrules files or single prompt.txt files that become unmanageable as projects grow, Tocket creates a structured "Memory Bank" within your repository.
How It Works
The tool scaffolds a .context/ folder containing several markdown files that any AI agent can read and write to:
activeContext.md- Tracks what's being worked on right nowsystemPatterns.md- Contains architecture rulestechContext.md- Documents the tech stack (Tocket auto-detects this from your package.json)progress.md- Tracks milestones
Getting Started
To try Tocket with zero configuration for Cursor/Claude users:
npx @pedrocivita/tocket initRun this command in your project root. The tool will:
- Auto-detect your frameworks (React, Vite, Node, etc.)
- Generate the .context folder
- Create a .cursorrules file pre-configured to instruct AI agents to read the memory bank before acting
Key Features
The core protocol (TOCKET.md) is completely agent-agnostic. The tool is described as a "Context Engineering Framework" rather than another AI agent. The repository is available at https://github.com/pedrocivita/tocket.
📖 Read the full source: r/ClaudeAI
👀 See Also

Omnara: Run Claude Code and Codex from Anywhere
Omnara is a web and mobile IDE that lets developers run and interact with Claude Code and Codex sessions from anywhere, with features like cloud syncing and a voice agent.

Arena AI Model ELO History Tracks LLM Performance Decay Over Time
A live dashboard visualizes ELO ratings of flagship models from major AI labs, revealing gradual performance degradation and sudden jumps at new releases. The tool dynamically plots one curve per lab, tracking the highest-rated model.

9 Free Claude Code Skills for Medical Research Workflow
A radiology researcher has open-sourced 9 Claude Code skills covering the medical research workflow from literature search to manuscript preparation. The skills include PubMed searching with anti-hallucination verification, statistical analysis code generation, and publication-ready figure creation.

Free Wizard Migrates ChatGPT History to Claude Projects — Key Lessons on Token Limits and RAG
A free, no-code tool walks ChatGPT exports into Claude Projects, revealing that 26MB JSON hits token limits and topic splitting is the fix. Claude's RAG only reads parts of large files, so specific queries work best.