Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:08 +08:00
commit 8f22ddf339
295 changed files with 59710 additions and 0 deletions

View 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