Back to list
seanchatmangpt

cargo-make-protocol

by seanchatmangpt

Rust Template Generator with Frontmatter & RDF Support

1🍴 1📅 Jan 25, 2026

SKILL.md


name: cargo-make-protocol description: "Master Cargo Make build orchestration. Poka-yoke error-proofing, SLO enforcement (check <5s, test <30s, lint <60s), andon signals." allowed_tools: "Bash(cargo make:*)"

Cargo Make Protocol

Golden Rule

ALWAYS: cargo make [target]
NEVER:  cargo [command]

Direct cargo bypasses timeouts, quality gates, and andon signals.

Quick Reference

cargo make check       # <5s   (compile check)
cargo make test-unit   # <16s  (unit tests)
cargo make test        # <30s  (full suite)
cargo make lint        # <60s  (clippy + rustfmt)
cargo make pre-commit  # <2min (check + lint + test-unit)

SLO Targets

TargetSLOEscalation
check<5s30s
test-unit<16s150s
test<30s120s
lint<60s-

Reference

See CLAUDE.md sections:

  • Constitutional Rules (Cargo Make Only)
  • Essential Commands
  • SLO Targets

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon