cd .claude/skills/cfn-mdap-error-fixer/lib/fixer npm install cd /path/to/your/rust-project export CEREBRAS_API_KEY="your-key" npx tsx /path/to/.claude/skills/cfn-mdap-error-fixer/lib/fixer/cerebras-gated-fixer-v2.ts npx tsx cerebras-gated-fixer-v2.ts --project=/path/to/rust-project export RUST_PROJECT_PATH=/path/to/rust-project npx tsx cerebras-gated-fixer-v2.ts
Scanned 2/12/2026
Install to Claude Code
npx -y skills add masharratt/claude-flow-novice --skill cfn-mdap-error-fixer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Cfn Mdap Error Fixer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/masharratt-cfn-mdap-error-fixer)More formats (shields.io, HTML) on the badges page.
# Setup (one-time)
cd .claude/skills/cfn-mdap-error-fixer/lib/fixer
npm install
# Run from your Rust project directory
cd /path/to/your/rust-project
export CEREBRAS_API_KEY="your-key"
npx tsx /path/to/.claude/skills/cfn-mdap-error-fixer/lib/fixer/cerebras-gated-fixer-v2.ts
# Or specify project path explicitly
npx tsx cerebras-gated-fixer-v2.ts --project=/path/to/rust-project
# Or use environment variable
export RUST_PROJECT_PATH=/path/to/rust-project
npx tsx cerebras-gated-fixer-v2.tsNo comments yet. Be the first to comment!