claim-parsing

$npx mdskill add yogsoth-ai/de-anthropocentric-research-engine/claim-parsing

Parses patent claims into structured components for analysis

  • Extracts independent and dependent claim relationships from text
  • Uses natural language processing and patent syntax rules
  • Identifies claim elements and hierarchical dependencies
  • Returns structured JSON with claim breakdown and metadata
SKILL.md
.github/skills/claim-parsingView on GitHub ↗
---
name: claim-parsing
description: Patent claim syntax parsing — independent/dependent relationships and element extraction
execution: subagent
prompt: ./prompt.md
input: claim_text
used-by: patent-mining
---

# Claim Parsing

Parses patent claim text into structured components: identifies independent vs. dependent claims, extracts individual elements (limitations), and maps claim hierarchy.
More from yogsoth-ai/de-anthropocentric-research-engine