{
  "skills": [
    {
      "id": "hello-world",
      "name": "Hello World",
      "description": "A simple hello world skill for Claude",
      "repository": "https://github.com/anthropics/skills/tree/main/skills/hello-world",
      "npm": "claude-skill-hello-world"
    },
    {
      "id": "calculator",
      "name": "Calculator",
      "description": "A basic math calculator skill",
      "repository": "https://github.com/anthropics/skills/tree/main/skills/calculator",
      "npm": "claude-skill-calculator"
    },
    {
      "id": "ncbi-database-skill",
      "name": "NCBI Database Query",
      "description": "A Claude skill to query NCBI biological databases (GenBank, SRA, etc.)",
      "repository": "https://github.com/yanmengli123/ncbi-database-skill",
      "npm": "ncbi-database-skill"
    }
  ]
}
