スキル一覧に戻る
ingpoc

determinism

by ingpoc

5🍴 0📅 2026年1月2日
GitHubで見るManusで実行

SKILL.md


name: determinism description: "Use when verifying outcomes with code instead of LLM judgment, versioning prompts with hashes, or ensuring reproducible agent behavior. Load for any critical verification. Scripts return boolean exit codes, not subjective assessments. Prompts use semantic versioning with SHA256 validation." keywords: verification, deterministic, hash, version, reproducible, code-not-judgment

Determinism

Reproducible outcomes through code verification and prompt versioning.

Core Principle

"Claude can run scripts without loading either the script or the PDF into context. And because code is deterministic, this workflow is consistent and repeatable." - Anthropic Engineering

Instructions

  1. Replace LLM judgment with script verification
  2. Version prompts with semantic versioning
  3. Hash-validate critical prompts: scripts/validate-prompt.sh
  4. Use exit codes (0 = pass, 1 = fail), not text

LLM Judgment vs Code Verification

TaskLLM (Bad)Code (Good)
Tests passed?"The tests appear to pass"pytest; echo $? → 0 or 1
Valid JSON?"This looks like valid JSON"python -c "json.load(f)"
Server running?"The server should be up"curl -s localhost/health

References

FileLoad When
references/code-verification.mdWriting verification scripts
references/prompt-versioning.mdVersioning/hashing prompts

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です