Files
beads/.claude-plugin/marketplace.json
peter schilling 2bd661b46e Make beads claude code skill installable via marketplace (#468)
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>
2025-12-13 07:15:24 -08:00

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"
}
]
}