Skip to main content
ClaudeWave
Skill389 repo starsupdated 19d ago

assignee-normalization

The assignee-normalization skill standardizes patent assignee names across different patent offices and maps corporate relationships including parent companies, subsidiaries, and acquired entities. Use this when processing patent data that contains inconsistent assignee naming conventions or when you need to identify corporate group structures and affiliations across multiple patent databases.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/yogsoth-ai/de-anthropocentric-research-engine /tmp/assignee-normalization && cp -r /tmp/assignee-normalization/skills/assignee-normalization ~/.claude/skills/assignee-normalization
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# Assignee Normalization

Standardizes patent assignee names across different patent offices and identifies corporate group affiliations (parent companies, subsidiaries, acquired entities).

<!-- BEGIN available-tables (generated) -->

## Available SOPs

Optional, no fixed order; the final leaf is always a sop.

| SOP | When to use |
| --- | --- |
| spawn-agent | Spawn a customized CC subagent with full MCP tool access. Used by SOPs that declare execution: subagent. |

<!-- END available-tables (generated) -->