Similar to anthropic-cookbook having registry.yaml and claude-plugins having plugin.json (manifests), anthropic-quickstarts lacks a central machine-readable index.
This omission makes it difficult for external tools, GUIs, or scripts to auto-discover available quickstarts, check metadata (like tags or compatibility), and validate structure.
Proposal:
Add a registry.yaml or quickstarts.json at the root, listing all subdirectories and their metadata (tags, description, author).
CC: @dhollman (relevant for ecosystem standardization/discoverability across plugins/cookbooks/quickstarts)
Similar to
anthropic-cookbookhavingregistry.yamlandclaude-pluginshavingplugin.json(manifests),anthropic-quickstartslacks a central machine-readable index.This omission makes it difficult for external tools, GUIs, or scripts to auto-discover available quickstarts, check metadata (like tags or compatibility), and validate structure.
Proposal:
Add a
registry.yamlorquickstarts.jsonat the root, listing all subdirectories and their metadata (tags, description, author).CC: @dhollman (relevant for ecosystem standardization/discoverability across plugins/cookbooks/quickstarts)