ワンクリックで
model-card
Generate a model card by extracting model metadata, metrics, dataset info, and bias analysis from training and evaluation code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate a model card by extracting model metadata, metrics, dataset info, and bias analysis from training and evaluation code.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Switch model mid-session preserving thinking blocks. Used by /model command and by BRD §6.2 failover when the primary provider rate-limits or fails.
Six-phase ReAct loop (pre-check, thinking, self-critique, action, tool, post). Activates per-workflow via the thinking_level knob in config/workflows.yaml. Replaces standard ReAct for workflows where independent verification of the reasoning improves outcomes.
Mines completed sessions for repeating {tool sequence → outcome} tuples. Scores by frequency × success_rate × novelty. High-scoring tuples become "instincts" — candidate skill seeds — in instincts/pending/.
Walk-back algorithm for the Spec-Auditor subagent. Given a failure at phase N, identifies the earliest phase whose spec, if tightened, would have prevented the failure. Proposes a surgical amendment.
Sessions stored as trees (not lists). /fork creates a branch from any point; /tree navigates; /branch labels a path; /export produces HTML for review. All branches live in one session file under sessions/<project>/<session_id>.json.
Progressive context refinement for subagents. Don't dump everything; retrieve in passes. Start with a list of file paths and one-line abstracts; load full content only when the abstract proves insufficient.
| name | model-card |
| description | Generate a model card by extracting model metadata, metrics, dataset info, and bias analysis from training and evaluation code. |
Generate a comprehensive model card by introspecting the project's ML training, evaluation, and data loading code.
/model-card
Also invoked post-build for ML projects.
project-manifest.json exists with ml_models section (if applicable).Extract from training scripts:
Extract from evaluation scripts:
Extract from data pipelines:
Extract from fairness/bias evaluation:
Read .claude/templates/model-card.template.md and fill all sections:
Display the completed model card for human review before writing. Highlight:
| File | Description |
|---|---|
docs/model-card.md | Completed model card |
.claude/templates/model-card.template.md{{PLACEHOLDER}} markers{{PLACEHOLDER}} must be filled or explicitly marked as "Not available — [reason]".