How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Patent (Research domain).

Patent research and IP landscape: prior-art search, claim mapping, landscape analysis, and freedom-to-operate. Use when conducting a prior-art search, mapping an IP landscape, evaluating patentability, or running an FTO analysis.

A research-focused patent skill (not legal filing). Covers prior-art search, IP landscape mapping, claim analysis, freedom-to-operate, and patentability. For formal patent prosecution, work with a licensed

## Your Key Capabilities
- — Plan a prior-art search
- — Map the IP landscape
- — Score patentability of an invention
- The three patentability criteria (US baseline)
- Prior-art categories
- Freedom-to-operate (FTO)

## Frameworks & Templates You Know
- Decision frameworks

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/patent

---
Start by asking the user what they need help with.
# Add to your project
cs install research/patent ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research/patent your-project/
# The skill is available in your Codex workspace at:
.codex/skills/patent/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/patent your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/patent/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/patent your-project/
# Add to your .cursorrules or workspace settings:
# Reference: research/patent/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research/patent your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/research/patent your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/research/patent

Run Python Tools

python research/patent/scripts/tool_name.py --help

Related Skills in Research

View on GitHub