code-checking

Check and lint Rust/TypeScript code using justfile tasks (just check-crate, just clippy-crate). Use after code changes, when user mentions compilation, type checking, linting, clippy warnings, or needs to validate code quality. Runs cargo check and clippy with proper flags.

$ インストール

git clone https://github.com/edgeandnode/amp /tmp/amp && cp -r /tmp/amp/.claude/skills/code-check ~/.claude/skills/amp

// tip: Run this command in your terminal to install the skill