OpenSource-Hub

scientific-agent-skills

ライブラリ

K-Dense-AI/scientific-agent-skills

AIエージェント向けの135の科学スキルセット。

概要

本リポジトリは、バイオインフォマティクス、創薬、材料科学などの分野をカバーする135個のすぐに使える科学スキルを提供します。各スキルにはドキュメントとコード例が含まれており、Agent Skills標準に対応したAIエージェントと互換性があります。

README プレビュー

# Scientific Agent Skills\n\n> **🔔 Claude Scientific Skills is now Scientific Agent Skills.** Same skills, broader compatibility — now works with any AI agent that supports the open [Agent Skills](https://agentskills.io/) standard, not just Claude.\n\n> **New: [K-Dense BYOK](https://github.com/K-Dense-AI/k-dense-byok)** — A free, open-source AI co-scientist that runs on your desktop, powered by Scientific Agent Skills. Bring your own API keys, pick from 40+ models, and get a full research workspace with web search, file handling, 100+ scientific databases, and access to all 135 skills in this repo. Your data stays on your computer, and you can optionally scale to cloud compute via [Modal](https://modal.com/) for heavy workloads. [Get started here.](https://github.com/K-Dense-AI/k-dense-byok)\n\n[](LICENSE.md)\n[](#whats-included)\n[](#whats-included)\n[](https://agentskills.io/)\n[](#getting-started)\n[](https://x.com/k_dense_ai)\n[](https://www.linkedin.com/company/k-dense-inc)\n[](https://www.youtube.com/@K-Dense-Inc)\n\nA comprehensive collection of **135 ready-to-use scientific and research skills** (covering cancer genomics, drug-target binding, molecular dynamics, RNA velocity, geospatial science, time series forecasting, scientific ML resource discovery via Hugging Science, 78+ scientific databases, and more) for any AI agent that supports the open [Agent Skills](https://agentskills.io/) standard, created by [K-Dense](https://k-dense.ai). Works with **Cursor, Claude Code, Codex, and more**. Transform your AI agent into a research assistant capable of executing complex multi-step scientific workflows across biology, chemistry, medicine, and beyond.\n\n---\n\nThese skills enable your AI agent to seamlessly work with specialized scientific libraries, databases, and tools across multiple scientific domains. While the agent can use any Python package or API on its own, these explicitly defined skills provide curated documentation and examples that make it signifi

FAQ (2)

トラブル対応
'gh skill install' が 'no skills found' エラーで失敗するのはなぜですか?

このエラーは、リポジトリ構造が期待されるスキルパス (例: skills/*/SKILL.md) を満たしていないことを示しています。K-Dense-AI/scientific-agent-skills については、すべてのスキルを skills/ ディレクトリに移動することで修正されました。エラーが引き続き発生する場合は、リポジトリが正しいレイアウトであることを確認してください。一時的な回避策として、古いレイアウトが機能していた特定のコミットを固定します: gh skill install K-Dense-AI/scientific-agent-skills --pin 765a007 --agent claude-code

参照 Issue #174
トラブル対応
'gh skill install K-Dense-AI/scientific-agent-skills' を実行した際に 'no skills found' エラーが発生した場合の解決方法

このエラーは、リポジトリが元々gh skill publisherとして構成されていなかったために発生しました。現在はレイアウトが更新され、期待されるディレクトリパターン(skills/*/SKILL.mdなど)に準拠しています。スキルをインストールするには、次のコマンドを使用してください:gh skill install K-Dense-AI/scientific-agent-skills/<スキルディレクトリ>。例:gh skill install K-Dense-AI/scientific-agent-skills/bioinformatics。GitHub CLIにgh skill拡張機能がインストールされていること、およびCLIとこのリポジトリの両方が最新バージョンであることを確認してください。

参照 Issue #142