skillset 0.1.0

A package manager for coding agent skills
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "skills": {
    "react-best-practices": {
      "version": "1.0.0",
      "source": "git:https://github.com/vercel-labs/agent-skills",
      "convention": "agent-skills"
    }
  },
  "registry": "ghcr.io/skillset",
  "conventions": [
    "autogpt",
    "langchain",
    "agent-skills"
  ]
}