-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "synthon",
"version": "0.3.0",
"description": "化工/生物基材料/聚合物/生命科学产业多维度深度研究 Claude Code Skill — Multi-dimensional deep research for chemical, bio-based materials, polymer & life sciences industries. 12 workflows: literature, patents, market, supply chain, regulations, AI+industry, investment, industrial clusters.",
"keywords": [
"claude-code",
"skill",
"chemistry",
"materials-science",
"biopharma",
"polymer",
"academic-search",
"literature-review",
"patent-search",
"annual-report",
"investment-research",
"supply-chain",
"industrial-clusters",
"regulatory-search",
"ai-materials"
],
"homepage": "https://github.com/coeus-io/synthon",
"repository": {
"type": "git",
"url": "https://github.com/coeus-io/synthon.git"
},
"license": "MIT",
"author": "synthon contributors",
"scripts": {
"check": "bash scripts/check-env.sh",
"install:local": "bash install.sh"
},
"files": [
"SKILL.md",
"README.md",
"LICENSE",
"scripts/",
"references/"
]
}