Agent skill

patent-landscape

Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking competitor patents, or assessing freedom to operate for drug development. Provides comprehensive patent analysis and strategic insights for life sciences innovation.

majiayu000534★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill patent-landscape --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0
Allowed tools: ReadWriteBashEdit
Path: skills/analysis/patent-landscape/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Biotech Patent Landscape Analyzer Analyze biotech and pharmaceutical patent landscapes to identify opportunities, assess competition, and guide R&D strategy. ## Quick Start ```python from scripts.patent_landscape import PatentLandscapeAnalyzer analyzer = PatentLandscapeAnalyzer() # Analyze therapeutic area landscape = analyzer.analyze( therapeutic_area="CAR-T cell therapy", date_range="2020-2024", assignees=["Novartis", "Kite Pharma", "Juno Therapeutics"] ) ``` ## Core Capabilities ### 1. Patent Search & Analysis ```python results = analyzer.search_patents( keywords=["CRISPR", "gene editing", "therapeutic"], classification="C12N15/113", # IPC class jurisdictions=["US", "EP", "WO"] ) ``` **Search Strategies:** - **Keyword-based**: Technical terms + synonyms - **Classification-based**: IPC/CPC codes - **Citation-based**: Forward/backward citations - **Assignee-based**: Company portfolios ### 2. White Space Analysis ```python opportunities = analyzer.identify_white_spaces( technology="Antibody-drug conjugates", target_diseases=["breast cancer", "lung cancer"], existing_claims=landscape ) ``` **White Space Opportunities:** - Underserved disease indications - Novel combination therapi

What's inside
Steps it walks through
  1. Quick Start
  2. Core Capabilities
  3. 1. Patent Search & Analysis
  4. 2. White Space Analysis
  5. 3. Competitor Intelligence
  6. 4. Freedom to Operate (FTO) Assessment
  7. CLI Usage
  8. Data Sources
  9. References
Ships with 1 file
  • metadata.json
Commands it runs
Generate patent landscape report
python scripts/patent_landscape.py \
Quick FTO check
More from claude-skill-registry
All skills →
About this skill
What does the patent-landscape skill do?

Use when analyzing biotech patent landscapes, identifying white spaces in pharmaceutical IP, tracking competitor patents, or assessing freedom to operate for drug development. Provides comprehensive patent analysis and strategic insights for life sciences innovation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill patent-landscape --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going