source-inventory

Solid

Maintain the source registry in sources/supported-stores.json — add a new third-party plugin store, retire one, refresh metadata, validate the schema. Use when proposing a registry change, after the weekly cron flags a source as unhealthy, or when a candidate store needs evaluation before adding.

AI & Automation 3 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Source Inventory Maintain `sources/supported-stores.json` — the single source of truth for which upstream plugin repos the Mall scans. The Mall does NOT keep persistent local clones of source repos. The weekly cron clones each registered source into a workflow temp directory (`$SOURCES_DIR`), scans it, scores it, and discards the clone. The registry file is the only persistent record. ## When to Use - Proposing a new source store (run [store-evaluation](../store-evaluation/SKILL.md) first) - Retiring a source store (run [staleness-discipline](../staleness-discipline/SKILL.md) first; use `/prune-source`) - A weekly cron PR flags a source as unhealthy (broken remote, archived, license drift) - Schema validation after editing `supported-stores.json` ## The registry: `sources/supported-stores.json` ```jsonc { "$schema": "./supported-stores.schema.json", "schema_version": "2.0", "stores": [ { "name": "plugin-mall", // unique kebab-case; matches catalog/stores/<name>.json "remote": "https://github.com/<org>/<repo>", // upstream URL (informational; not cloned for plugin-mall) "pluginDir": "plugins", // where plugins live in the upstream repo "quality": "first-party", // tier tag — see § Quality tiers "provenance": true, // true ONLY for plugin-mall (drives +50 trust signal) "license": "PolyForm-Noncommercial-1.0.0", // SPDX id, or null if unk...

Details

Author
fabioc-aloha
Repository
fabioc-aloha/Alex_Skill_Mall
Created
3 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category