Initial commit

This commit is contained in:
Timothy Kassis
2025-10-19 14:01:29 -07:00
parent d85386c32b
commit 152d0d54de
15 changed files with 4569 additions and 0 deletions

33
.claude-plugin Normal file
View 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"
]
}
]
}