9e8b0cb0b0
- Bumped version number in plugin.json and pyproject.toml to 2.64.0. - Updated README to reflect an increase in the number of available skills from 161 to 163.
24 lines
672 B
JSON
24 lines
672 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "scientific-agent-skills",
|
|
"version": "2.64.0",
|
|
"description": "Ready-to-use scientific and research Agent Skills for biology, chemistry, medicine, and related workflows.",
|
|
"author": {
|
|
"name": "K-Dense Inc.",
|
|
"url": "https://k-dense.ai"
|
|
},
|
|
"homepage": "https://github.com/K-Dense-AI/scientific-agent-skills",
|
|
"repository": "https://github.com/K-Dense-AI/scientific-agent-skills",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"agent-skills",
|
|
"science",
|
|
"research",
|
|
"bioinformatics",
|
|
"cheminformatics",
|
|
"biology",
|
|
"chemistry",
|
|
"medicine"
|
|
]
|
|
}
|