Initial commit
This commit is contained in:
37
skills/generate.marketplace/skill.yaml
Normal file
37
skills/generate.marketplace/skill.yaml
Normal file
@@ -0,0 +1,37 @@
|
||||
name: generate.marketplace
|
||||
version: 0.3.0
|
||||
description: >
|
||||
Generate marketplace catalog files from Betty Framework registries.
|
||||
Filters active and certified skills/agents/commands/hooks and outputs marketplace-ready JSON files
|
||||
with last_updated timestamps. Also generates Claude Code marketplace.json format.
|
||||
inputs: []
|
||||
outputs:
|
||||
- marketplace/skills.json
|
||||
- marketplace/agents.json
|
||||
- marketplace/commands.json
|
||||
- marketplace/hooks.json
|
||||
- .claude-plugin/marketplace.json
|
||||
dependencies:
|
||||
- registry.update
|
||||
status: active
|
||||
|
||||
entrypoints:
|
||||
- command: /marketplace/generate
|
||||
handler: generate_marketplace.py
|
||||
runtime: python
|
||||
description: >
|
||||
Generate marketplace catalogs from registry files. Filters by status: active and certified: true.
|
||||
Outputs skills, agents, commands, and hooks marketplace files with last_updated timestamps.
|
||||
Also generates .claude-plugin/marketplace.json in Claude Code marketplace format.
|
||||
parameters: []
|
||||
permissions:
|
||||
- filesystem:read
|
||||
- filesystem:write
|
||||
|
||||
tags:
|
||||
- marketplace
|
||||
- registry
|
||||
- automation
|
||||
- infrastructure
|
||||
- commands
|
||||
- hooks
|
||||
Reference in New Issue
Block a user