linxule

Carrel Status — Development skill for Claude Code

Development community

Check what tools are installed and working in your research environment.

How to install Carrel Status

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

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

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

What Carrel Status does


description: Check what tools are installed and working in your research environment

/carrel-status — Environment Health Check

Shows what's configured, what's working, and what capabilities are available or missing.

When to Use

  • Researcher asks "what's installed?", "check my setup", "what tools do I have?"
  • Troubleshooting: something that used to work isn't working
  • After adding a new tool

What Happens

  1. Read .carrel/environment.json for saved configuration
  2. Run `ca

Alternatives in Development

Full documentation available on GitHub

View Source Repository