Analyze intellectual property rights across patents, trademarks, copyrights, and trade secrets. Use this skill when the user needs to understand IP protection options, evaluate whether their work is protectable, assess infringement risk, or design an IP strategy — even if they say 'can I patent this', 'someone copied our design', 'how do we protect our brand name', or 'what IP do we have'.
npx skills add https://github.com/asgard-ai-platform/skills --skill law-ip
IP law protects creations of the mind through four main mechanisms: patents (inventions), trademarks (brand identifiers), copyrights (creative works), and trade secrets (confidential business information). Each has different requirements, scope, duration, and costs.
IRON LAW: Match the Protection to the Asset
A brand name is protected by TRADEMARK, not copyright.
Software source code is protected by COPYRIGHT, not patent (usually).
A manufacturing process is protected by PATENT or TRADE SECRET.
Using the wrong mechanism leaves the asset unprotected.
| Type | Protects | Requirements | Duration | Registration |
|------|---------|-------------|----------|-------------|
| Patent | Novel, non-obvious, useful inventions | Must be new, inventive, industrially applicable | 20 years from filing | Required (申請制) |
| Trademark | Brand names, logos, slogans that identify source | Must be distinctive (not generic/descriptive) | 10 years, renewable indefinitely | Required for full protection |
| Copyright | Original creative works (text, code, art, music) | Must be original expression (not ideas or facts) | Life + 50 years (Taiwan) | Automatic (no registration needed) |
| Trade Secret | Confidential business information with economic value | Must be secret, have value from secrecy, reasonable efforts to maintain secrecy | Indefinite (as long as secret is kept) | No registration — protect through NDAs and access controls |
| Factor | Patent | Trade Secret |
|--------|--------|-------------|
| Can competitors reverse-engineer it? | Yes → Patent | No → Trade Secret may be better |
| Is independent discovery likely? | Yes → Patent (blocks them) | No → Trade Secret may suffice |
| How long does the advantage last? | < 20 years → Patent | > 20 years → Trade Secret |
| Can you detect infringement? | Yes → Patent is enforceable | No → Patent is hard to enforce |
| Example | Pharmaceutical compound | Coca-Cola recipe |
# IP Analysis: {Company/Product}
## IP Asset Inventory
| Asset | Type | Current Protection | Gap | Priority |
|-------|------|-------------------|-----|----------|
| {asset} | Patent/TM/Copyright/TS | {status} | {what's missing} | H/M/L |
## Recommendations
1. {asset}: {recommended action} — {rationale}
## Risk Assessment
| Risk | Likelihood | Impact | Mitigation |
|------|-----------|--------|-----------|
| {IP risk} | H/M/L | H/M/L | {action} |
Scenario: IP audit for a Taiwanese SaaS startup
| Asset | Type | Protection | Gap |
|-------|------|-----------|-----|
| Brand name "CloudPOS" | Trademark | Not registered | 🔴 Register with TIPO immediately |
| POS algorithm for demand forecasting | Trade Secret or Patent | None | 🔴 Decide patent vs trade secret, implement NDAs |
| Source code | Copyright | Automatic ✓ | 🟡 Ensure employment contracts assign IP to company |
| Customer data processing method | Trade Secret | No access controls | 🔴 Implement access controls + NDA with employees |
Key recommendation: File trademark first (fast, cheap, high risk of name-squatting). Patent decision can wait until product-market fit ✓
references/tipo-procedures.mdIntegration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take asgard-ai-platform/law-ip from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.