{
  "markdown": "<p align=\"center\">\n  <img src=\"https://img.shields.io/badge/claude--code-plugin-8A2BE2\" alt=\"Claude Code Plugin\" />\n  <img src=\"https://img.shields.io/badge/skills-6-blue\" alt=\"6 Skills\" />\n  <img src=\"https://img.shields.io/badge/agents-4-green\" alt=\"4 Agents\" />\n  <img src=\"https://img.shields.io/badge/license-MIT-green\" alt=\"MIT License\" />\n</p>\n\n# Memoriant Patent Skills\n\nA Claude Code plugin that gives you a complete patent workflow — from invention idea to filing-ready application. Search prior art across multiple databases, analyze patentability against all major USPTO rejection types, draft applications in any filing format, and generate patent diagrams.\n\n**No servers. No Docker. Just install and use.**\n\n## Install\n\n```bash\n/install NathanMaine/memoriant-patent-skills\n```\n\n## Cross-Platform Support\n\nThis plugin works with multiple AI coding assistants:\n\n### Claude Code (Primary)\n```bash\n/install NathanMaine/memoriant-patent-skills\n```\n\n### OpenAI Codex CLI\n```bash\ngit clone https://github.com/NathanMaine/memoriant-patent-skills.git ~/.codex/skills/patent\ncodex --enable skills\n```\n\n### Gemini CLI\n```bash\ngemini extensions install https://github.com/NathanMaine/memoriant-patent-skills.git --consent\n```\n\n## Skills\n\n| Skill | Command | What It Does |\n|-------|---------|-------------|\n| **Patent Search** | `/patent-search` | Multi-strategy prior art search using USPTO 7-step methodology |\n| **Patent Draft** | `/patent-draft` | Generate provisional, non-provisional, or PCT applications |\n| **Patent Review** | `/patent-review` | Review against 101, 102, 103, 112(a), 112(b), formalities |\n| **Patent Diagrams** | `/patent-diagrams` | System architecture, flowcharts, reference numbering |\n| **Patent Pipeline** | `/patent-pipeline` | Full end-to-end: idea to filing-ready draft |\n| **Patent Config** | `/patent-config` | Configure LLM and search providers |\n\n## Agents\n\n| Agent | Best Model | Specialty |\n|-------|-----------|-----------|\n| **Prior Art Searcher** | Opus 4.6 (1M context) | Autonomous multi-strategy search |\n| **Patent Drafter** | Opus 4.6 + extended thinking | Multi-embodiment drafting, layered claims |\n| **Patent Reviewer** | Opus 4.6 + extended thinking | Full rejection screening (101-112) |\n| **Patent Illustrator** | Sonnet 4.6 | Diagram generation, reference numerals |\n\n## Quick Start\n\n```bash\n# Search for prior art\n/patent-search \"wireless power transfer for implantable medical devices\"\n\n# Draft a provisional application\n/patent-draft\n\n# Review a draft against USPTO standards\n/patent-review\n\n# Run the full pipeline\n/patent-pipeline\n```\n\n## Search Providers\n\n| Provider | Cost | Default | API Key |\n|----------|------|---------|---------|\n| PatentsView / PatentSearch | Free (API key required) | On | [Get key](https://patentsview.org/apis/keyrequest) |\n| USPTO Open Data Portal | Free (no key needed) | On | None |\n| SerpAPI (Google Patents) | Paid ($50/mo) | Off (opt-in) | [serpapi.com](https://serpapi.com) |\n\n### Setting Up PatentsView API Key (Free)\n\nPatentsView provides free access to 76M+ US patents. As of March 2026, PatentsView has migrated to the **USPTO Open Data Portal** and uses the new **PatentSearch API**.\n\n**Step 1: Request an API key**\n\nGo to: https://patentsview.org/apis/keyrequest\n\nOr directly: https://patentsview-support.atlassian.net/servicedesk/customer/portal/1/group/1/create/18\n\n**Step 2: Fill out the form**\n\nYou'll need:\n- Your name\n- Your email address\n- A description of what you'll use the API for (e.g., \"Prior art search for patent applications using Memoriant Patent Platform\")\n\n**Step 3: Use the key**\n\nOnce you receive your API key by email, set it as an environment variable:\n\n```bash\nexport PATENTSVIEW_API_KEY=your-key-here\n```\n\nOr add it to your `.env` file:\n\n```\nPATENTSVIEW_API_KEY=your-key-here\n```\n\n**Usage limits:**\n- 45 requests per minute (our platform limits to 30/min to stay well under)\n- API keys do not expire\n- One key per user\n\n**Note:** If new API key grants are temporarily suspended during the USPTO migration, the platform still works with the USPTO Open Data Portal (no key required) and SerpAPI (paid).\n\n## What It Covers\n\n**Prior Art Search** — keyword, CPC classification, inventor/assignee, citation chains, date range, boolean combinations\n\n**Patentability Analysis:**\n- Subject matter eligibility (35 USC 101)\n- Novelty (35 USC 102)\n- Obviousness (35 USC 103)\n- Claims definiteness (35 USC 112(b))\n- Specification enablement (35 USC 112(a))\n- Formalities (MPEP 608)\n\n**Filing Formats:**\n- USPTO provisional application\n- USPTO non-provisional (utility) application\n- PCT international format\n\n## Examples\n\nSample outputs showing what each skill produces:\n\n| Example | What it shows |\n|---------|--------------|\n| [sample-search-results.md](examples/sample-search-results.md) | Prior art search for \"wireless power transfer for medical implants\" — 5 patents with relevance analysis |\n| [sample-draft-provisional.md](examples/sample-draft-provisional.md) | Provisional patent application with abstract, background, description, 3 claims, and filing checklist |\n| [sample-review-findings.md](examples/sample-review-findings.md) | Review findings covering 101, 102, 103, 112(a), 112(b), and MPEP 608 with severity levels and suggestions |\n\n## Full Platform\n\nFor the complete self-hosted platform with web UI, database, Docker deployment, and team features, see:\n\n**[Memoriant Patent Platform](https://github.com/NathanMaine/memoriant-patent-platform)**\n\n## Disclaimer\n\nThis plugin is a research and drafting aid, not a substitute for professional legal counsel. Always have a qualified patent attorney review applications before filing.\n\n## License\n\n[MIT](LICENSE)\n\nBuilt by [Nathan Maine](https://github.com/NathanMaine)\n",
  "bytes": 5748,
  "sha": "c1d89c3163d6c26d7987d7487c8bae7e0c4f93702296c9b7f612f5ccb771338b",
  "repo_slug": "nathanmaine/memoriant-patent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_nathanmaine_memoriant_patent_skills_memo_4c93ba6e/readme"
}