Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

patent-kit

patent-kit에는 sonesuke에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
3
업데이트
2026-04-06
Forks
1
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

claim-analyzing
법률 보조사

Performs claim analysis by comparing product features against patent elements. Triggered when: - The user asks to: * "perform claim analysis" * "analyze claim elements" * "analyze claims" * "analyze claim similarities" * "compare product features against patent elements" - The user mentions: * "claim analysis" with "patent" or "elements" * "similarity" with "elements" or "claims" - `patents.db` exists with `elements` table populated and `features` table populated

2026-04-06
evaluating
법률 보조사

Analyzes screened patents by decomposing claims and elements. Triggered when: - The user asks to: * "evaluate the patent" * "analyze claim elements" - `patents.db` exists with `screened_patents` table populated

2026-04-06
investigation-fetching
소프트웨어 개발자

INTERNAL SKILL - For agent/skill use only. Do not invoke directly from user prompts. Retrieves patent investigation data from SQLite database. This skill is designed to be called by other skills (e.g., evaluating, screening) and should NOT be triggered by direct user requests.

2026-04-06
screening
기타 비즈니스 운영 전문가

Screens collected patents by legal status and relevance. Triggered when: - The user asks to: * "screen the patents" * "remove noise" - `patents.db` exists with `target_patents` table populated (will be prepared by this skill if missing)

2026-04-06
targeting
변호사

Searches patent databases to create a target population based on specifications. Triggered when: - The user asks to: * "create a target population" * "determine the target population" * "run the patent search"

2026-04-06
investigation-preparing
데이터베이스 아키텍트

Initializes the patent investigation database and imports CSV files. Use this skill to set up the SQLite database (patents.db) before running screening. Supports database initialization and CSV import. Example usage: - "Initialize the patent database and import CSV files from csv/"

2026-04-05
investigation-recording
데이터베이스 아키텍트

Manages patent investigation database recording operations using SQLite. IMPORTANT: This skill should be invoked via the Skill tool for database operations. DO NOT read internal instruction files (references/instructions/*.md) directly. Supported operations: - "Record screening result for <patent-id>: <data>" - "Record claims for patent <patent-id>: <claims_data>" - "Record elements for patent <patent-id>: <elements_data>" - "Record similarities for patent <patent-id>: <similarities_data>" - "Record features: <features_data>" - "Batch insert claims: <claims_list>" - "Batch insert elements: <elements_list>" - "Batch insert similarities: <similarities_list>" - "Batch insert features: <features_list>" This skill handles all database recording operations with efficient batch INSERT. Just provide the data and let the skill manage the database. NOTE: This skill assumes `patents.db` already exists in the working directory. Use investigation-preparing skill for database initialization.

2026-04-05
investigation-reporting
프로젝트 관리 전문가

Outputs a progress report for the current patent investigation workflow. Triggered when the user asks for: - Progress summary: "What is the current progress?", "Give me a summary", "How is the investigation going?", "Show me the status" - Specific patent report: "Tell me about US1234567A", "Report on patent US1234567A", "What's the status of US1234567A?"

2026-04-04
legal-checking
법률 보조사

Review a file for legal compliance violations. Detects prohibited terms (infringe, satisfy, anticipate, obvious, equivalent, invalid) and suggests compliant alternatives. Load this skill when: reviewing patent analysis, checking for legal language violations, or analyzing compliance

2026-04-04
concept-interviewing
변호사

Conducts an interview to define the product concept and identify competitors. Triggered when: - The user wants to start a patent investigation for a new product, idea, or concept (e.g., "start a patent search for a new product", "patent investigation for a new idea") - The user explicitly requests: * "conduct concept interview" * "define product concept" * "define search requirements"

2026-04-04
prior-art-researching
변호사

Conducts prior art search for patents with Moderate/Significant similarities. Triggered when: - The user asks to: * "search for prior art" * "perform prior art research" * "find prior art references" * "conduct prior art search" - The user mentions: * "prior art" with "database" or "similarities" * "Moderate/Significant" with "prior art" - `patents.db` exists with `similarities` table containing Moderate/Significant entries

2026-04-04