sodam-ai

Patent Application Drafting Skill — Development skill for Claude Code

Development community

특허 출원 초안 작성 지원 스킬 (patent-draft-assistant).

How to install Patent Application Drafting Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open sodam-ai/patent-application-drafting_skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Patent Application Drafting Skill does

특허 출원 초안 작성 지원 스킬 (patent-draft-assistant).

Alternatives in Development

  • Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
  • Claude Scholar — Semi-automated research assistant for academic research and software development 3k ★
  • Codemcp — Coding assistant MCP for Claude Desktop 1.6k ★

README

특허 출원 초안 작성 지원 스킬 (patent-draft-assistant)

일반 기업과 일반인도 사용할 수 있는 한국 특허 출원 초안 작성 지원 스킬입니다.


⚠️ 중요 안내

**이 스킬은 법적 조언을 제공하지 않습니다.** 형식적인 초안 작성만 지원하며, **실제 출원 전 반드시 변리사 검토**를 받으세요.


주요 기능

기능 설명
🎯 발명 정보 수집 일상 언어로 설명해도 전문 용어로 변환
🔍 선행기술 조사 KIPRIS, Hugging Face 논문 검색 안내
📝 명세서 작성 KIPO 형식에 맞는 구조 자동 생성
⚖️ 청구항 작성 독립항/종속항 가이드 및 예시
✅ 검토 체크리스트 형식/내용/권리범위 검토

설치 방법

Claude.ai 웹/앱

  1. patent-draft-assistant.skill 파일 다운로드
  2. Claude 설정 → Skills에서 업로드
  3. "특허 출원 초안 작성해줘" 등으로 사용 시작

Claude Code

# 스킬 폴더를 skills 디렉토리에 복사
cp -r patent-draft-assistant /path/to/your/skills/

사용 방법

트리거 예시

"특허 출원 초안 작성하고 싶어"
"발명 아이디어가 있는데 명세서 만들어줘"
"청구항 작성 도와줘"
"선행기술 조사 방법 알려줘"

워크플로우

┌─────────────┐    ┌─────────────┐    ┌─────────────┐
│  1단계      │ → │  2단계      │ → │  3단계      │
│  발명 이해  │    │ 선행기술    │    │  명세서    │
│  정보 수집  │    │   조사      │    │   작성     │
└─────────────┘    └─────────────┘    └─────────────┘
       ↓                                    ↓
┌─────────────┐    ┌─────────────┐    ┌─────────────┐
│  6단계      │ ← │  5단계      │ ← │  4단계      │
│  최종 검토  │    │ 요약서/도면 │    │  청구항    │
│             │    │             │    │   작성     │
└─────────────┘    └─────────────┘    └─────────────┘

출력 예시

스킬 사용 후 다음과 같은 형식의 초안을 받을 수 있습니다:

========================================
특허출원 명세서 초안
========================================

【발명의 명칭】
인공지능 기반 음성 인식 장치 및 그 방법

【기술분야】
본 발명은 음성 인식 기술에 관한 것으로...

【발명의 배경이 되는 기술】
종래의 음성 인식 기술은...

... (이하 생략)

========================================
【특허청구범위】
========================================

[청구항 1]
음성 신호를 입력받는 마이크부;
상기 음성 신호에서 잡음을 제거하는 잡음 제거부; 및
...를 포함하는 것을 특징으로 하는 음성 인식 장치.

[청구항 2]
청구항 1에 있어서, 상기 잡음 제거부는...

파일 구조

patent-draft-assistant/
├── SKILL.md                              # 메인 워크플로우
└── references/
    ├── specification-structure.md        # 명세서 상세 가이드
    └── claim-writing-guide