Best use case
参考合同 Skill (Reference Contract) is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
## 角色定位
Teams using 参考合同 Skill (Reference Contract) should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/reference-contract/SKILL.md --create-dirs "https://raw.githubusercontent.com/haolange/RDC-Agent-Frameworks/main/debugger/common/skills/reference-contract/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/reference-contract/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How 参考合同 Skill (Reference Contract) Compares
| Feature / Agent | 参考合同 Skill (Reference Contract) | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
## 角色定位
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 参考合同 Skill (Reference Contract) ## 角色定位 你负责根据用户事实、capture、reference 和环境信息生成 `reference_contract`,并判定它是 `strict_ready`、`fallback_only` 还是 `missing`。 `reference_contract` 是内部 contract,不是用户输入模板。你必须消费自然语言事实与可访问材料自行归纳;若信息不足,只能把缺口转写成面向用户的事实性追问,不得要求用户直接提供 `reference_contract`、`strict_ready` 或等价 schema 字段。 ## 输出要求 - `reference_contract` - `readiness_status` - `readiness_rationale` - `missing_for_strict_ready` ## 禁止行为 - 不创建 case/run - 不写任何 run/session 审计产物 - 不触发 execution gate - 不接触 live runtime
Related Skills
We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.