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.
문제 해결'gh skill install K-Dense-AI/scientific-agent-skills'를 실행할 때 'no skills found' 오류를 해결하는 방법은?
이 오류는 저장소가 원래 gh skill 퍼블리셔로 구조화되지 않았기 때문에 발생했습니다. 이후 레이아웃이 예상된 디렉토리 패턴(skills/*/SKILL.md 등)을 따르도록 업데이트되었습니다. 스킬을 설치하려면 gh skill install K-Dense-AI/scientific-agent-skills/<skill-directory>를 사용하십시오. 예: gh skill install K-Dense-AI/scientific-agent-skills/bioinformatics. gh skill 확장이 있는 GitHub CLI가 설치되어 있고 CLI와 이 저장소 모두 최신 버전을 사용하고 있는지 확인하십시오.