BeClaude

KR_PATENT_SKILL

New
GitHub TrendingDocumentationby lsj4232

한국 변리사 실무를 위한 Claude 스킬 모음 — 발명자 미팅부터 docx 출력까지

First seen 5/23/2026

Summary

This skill provides a comprehensive workflow for Korean patent attorneys, from inventor meetings to generating final docx outputs.

  • It streamlines patent drafting, prior art search, and office action response within Claude Code.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/kr-patent-skill.md https://raw.githubusercontent.com/lsj4232/KR_PATENT_SKILL/main/SKILL.md
3
Invoke in Claude Code
/kr-patent-skill

Use Cases

Prepare a structured interview memo from inventor meeting notes to capture key technical details.
Generate a first draft of a Korean patent specification based on an invention disclosure form.
Search and summarize relevant prior art from Korean patent databases for novelty assessment.
Draft a response to a Korean Patent Office rejection, including argument and claim amendments.
Convert a patent draft into a properly formatted docx file for submission.
Translate a Korean patent claim set into English for foreign filing.

Usage Examples

1

/kr-patent-skill draft from disclosure 'A method for real-time battery monitoring using impedance spectroscopy'

2

/kr-patent-skill prior art search 'battery impedance monitoring' with Korean keywords

3

/kr-patent-skill office action response for application 10-2023-0012345

View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is KR_PATENT_SKILL?

This skill provides a comprehensive workflow for Korean patent attorneys, from inventor meetings to generating final docx outputs. It streamlines patent drafting, prior art search, and office action response within Claude Code.

How to install KR_PATENT_SKILL?

To install KR_PATENT_SKILL: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/kr-patent-skill.md https://raw.githubusercontent.com/lsj4232/KR_PATENT_SKILL/main/SKILL.md. Finally, /kr-patent-skill in Claude Code.

What is KR_PATENT_SKILL best for?

KR_PATENT_SKILL is a skill categorized under Documentation. Created by lsj4232.

What can I use KR_PATENT_SKILL for?

KR_PATENT_SKILL is useful for: Prepare a structured interview memo from inventor meeting notes to capture key technical details.; Generate a first draft of a Korean patent specification based on an invention disclosure form.; Search and summarize relevant prior art from Korean patent databases for novelty assessment.; Draft a response to a Korean Patent Office rejection, including argument and claim amendments.; Convert a patent draft into a properly formatted docx file for submission.; Translate a Korean patent claim set into English for foreign filing..