linxule

Carrel Cheatsheet — Development skill for Claude Code

Development community

Regenerate your reference card with current setup information.

How to install Carrel Cheatsheet

Installs to ~/.claude/skills/linxule-carrel-carrel-cheatsheet/SKILL.md

Terminal
mkdir -p ~/.claude/skills/linxule-carrel-carrel-cheatsheet && curl -fsSL https://raw.githubusercontent.com/linxule/carrel/HEAD/commands/carrel-cheatsheet.md -o ~/.claude/skills/linxule-carrel-carrel-cheatsheet/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Carrel Cheatsheet does


description: Regenerate your reference card with current setup information

/carrel-cheatsheet — Regenerate Reference Card

Recreate the cheat sheet at `_meta/cheat_sheet.md` based on current configuration.

When to Use

  • After adding or changing tools
  • Researcher asks "what can I do?", "update my cheat sheet"
  • Setup has changed since last generation

What Happens

  1. Run carrel vault cheatsheet --vault --force (the CLI reads .carrel/environment.json via Pydantic an

Alternatives in Development

Full documentation available on GitHub

View Source Repository