Agent Skills
› handsomestWei/patent-disclosure-skill
› patent-oa
patent-oa
GitHub辅助专利审查意见答复,生成问答与草稿。支持案例入库与实务书蒸馏以优化检索。需显式触发,且草稿须复核后递交。
Trigger Scenarios
用户提及审查意见、OA、入库或实务书
Install
npx skills add handsomestWei/patent-disclosure-skill --skill patent-oa -g -y
SKILL.md
Frontmatter
{
"name": "patent-oa",
"description": "审查答复辅助:审查意见问答与草稿;库薄时引导案例入库与实务书蒸馏。须显式触发。",
"user-invocable": false
}
审查答复辅助
须用户点名(审查意见 / OA / 入库 / 实务书)。草稿须复核后递交。
主场景是问和答、出意见陈述草稿。案例入库与实务书蒸馏是让检索变准的配套;用户未必主动想到。每次答复末尾按 prompts/soft_nudge.md 看库是否太薄(历史案或手册少于 3),再决定是否加一句引导。
Readprompts/guardrails.md→intake.md- 向量可选:
prompts/configure_embedding.md+tools/config.py - 答复:
prompts/respond_office_action.md+tools/search_cases.py --pdf - 入库(用户同意后):
tools/ingest_case.py;手册:tools/ingest_playbook.py
依赖:pip install -r tools/requirements-oa.txt。
Version History
- a01c491 Current 2026-09-02 21:29


