Reorganize the claude-code-skill into a publishable plugin that can be installed through the beads-marketplace. Users can now reference the 'beads' skill right after installing the marketplace. Co-authored-by: Steve Yegge <steve.yegge@gmail.com>
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"name": "beads-marketplace",
|
|
"description": "Local marketplace for beads plugin development",
|
|
"owner": {
|
|
"name": "Steve Yegge"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "beads",
|
|
"source": "./",
|
|
"description": "AI-supervised issue tracker for coding workflows",
|
|
"version": "0.30.0"
|
|
}
|
|
]
|
|
}
|