Sniff banner
drevendev drevendev

Sniff

Development community

Description

--- description: Sniff a repository (license, size, languages, verdict) before eating it argument-hint: owner/repo allowed-tools: Bash(crab:*), Bash(uv run:*) --- Run `crab sniff $ARGUMENTS --host .` (if `crab` is not on PATH, run `uv run --project "${CLAUDE_PLUGIN_ROOT}" crab sniff $ARGUMENTS --host .`). Report in a short table: license and class, the verdict, the mode for this repository, size, activity, and every warning. Do not catch or digest yet; end with the suggested next command from

Installation

Installs to ~/.claude/skills/drevendev-hungrycrab-sniff/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drevendev-hungrycrab-sniff && curl -fsSL https://raw.githubusercontent.com/drevendev/HungryCrab/HEAD/commands/sniff.md -o ~/.claude/skills/drevendev-hungrycrab-sniff/SKILL.md

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

Full documentation available on GitHub

View Source Repository