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.
Profile →npx skills add majiayu000/claude-skill-registry --skill patent-landscape --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Quick Start
- Core Capabilities
- 1. Patent Search & Analysis
- 2. White Space Analysis
- 3. Competitor Intelligence
- 4. Freedom to Operate (FTO) Assessment
- CLI Usage
- Data Sources
- References
Generate patent landscape report python scripts/patent_landscape.py \ Quick FTO check
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.