mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-01-26 16:58:56 +08:00
Initial commit
This commit is contained in:
33
.claude-plugin
Normal file
33
.claude-plugin
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
{
|
||||
"name": "claude-scientific-skills",
|
||||
"owner": {
|
||||
"name": "Timothy Kassis",
|
||||
"email": "timothy.kassis@k-dense.ai"
|
||||
},
|
||||
"metadata": {
|
||||
"description": "Claude scientific skills from K-Dense Inc",
|
||||
"version": "1.0.0"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "scientific-packages",
|
||||
"description": "Collection of python scientific packages",
|
||||
"source": "./",
|
||||
"strict": false,
|
||||
"skills": [
|
||||
"./scientific-packages/anndata",
|
||||
"./scientific-packages/arboreto"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "scientific-databases",
|
||||
"description": "Collection of scientific databases",
|
||||
"source": "./",
|
||||
"strict": false,
|
||||
"skills": [
|
||||
"./scientific-databases/pubchem-database"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user