Skip to main content

lading-preflight

Environment validation checklist. Run this FIRST when starting a new Claude session to verify the environment is ready for optimization work. Checks Rust toolchain, ci/ scripts, build, benchmarking tools, profilers, memory tools, git state, and SMP CLI.

설치로 이동

소스 정보

저장소
DataDog/lading
최근 소스 활동
2026년 3월 19일 13:25
감지된 SKILL.md 언어
영어
스타
98
포크
15

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

파일 탐색기
3 개 파일

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
lading-preflight
description
Environment validation checklist. Run this FIRST when starting a new Claude session to verify the environment is ready for optimization work. Checks Rust toolchain, ci/ scripts, build, benchmarking tools, profilers, memory tools, git state, and SMP CLI.
allowed-tools
Bash
context
fork
# Run preflight script ```bash .claude/skills/lading-preflight/scripts/preflight ``` **STOP on any failure.** Use the table below to suggest fixes for `[X]` items. # Offer suggestions then ask before proceeding For each failed check, show the user the suggested fix from the table below and **ask if they want you to run it**. Do NOT automatically execute fixes — wait for user confirmation before taking action. | Failed Check | Fix | | ---------------------------------------- | ----------------------------------------------------------------- | | rustc not found | `curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs \| sh` | | cargo not found | Reinstall rustup | | cargo-nextest not found | `cargo install cargo-nextest` | | ci/* not executable | `chmod +x ci/*` | | ci/check failed | `cargo update`, check dependency issues | | payloadtool build failed | Check Rust version and dependencies | | hyperfine not found | `brew install hyperfine` | | cargo-criterion not found | `cargo install cargo-criterion` | | criterion benchmarks missing | Check `lading_payload/benches/` and `Cargo.toml` | | payloadtool --memory-stats not supported | Rebuild payloadtool from current branch | | git user.name not set | `git config user.name "Your Name"` | | git user.email not set | `git config user.email "you@example.com"` | | gh not found | `brew install gh` | | aws CLI not found | `brew install awscli` | | smp not found | `.claude/skills/lading-preflight/scripts/install_smp` |
GitHub에서 보기