agentsclimarketplace

Store evaluation

Skill fabioc-aloha/Alex_Skill_Mall/.github/skills/store-evaluation

284 curated plugins for AI assistants across 16 categories: security, Azure, documentation, code quality, cloud infrastructure, and more. Works with GitHub Copilot. Drop into .github/skills/local/ and go.

Install
npx -y skills add fabioc-aloha/Alex_Skill_Mall --skill store-evaluation

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Evaluate a proposed store for inclusion in Alex_ACT_Plugin_Mall using a quality scorecard

SKILL.md

4.5 KB, as published. Nobody here has run it

Store Evaluation

Score a proposed source store against five dimensions. Stores below the threshold are rejected. Stores above are added to sources/supported-stores.json via source-inventory.

When to Use

  • A user invokes /add-source with a candidate store
  • Periodic re-evaluation of borderline entries (every 6 months)

The Five Dimensions

Score 0–2 per dimension. Maximum score is 10. Threshold for inclusion: ≥ 7.

1. Maintenance Health (0–2)

ScoreCriterion
0Repo archived, no commits in 12+ months, last release > 2 years old
1Active but low velocity — commits in last 6 months, no recent release
2Active maintenance — commits in last 90 days OR active issue triage OR recent release

2. Adoption Signal (0–2)

ScoreCriterion
0Solo project, < 50 stars, no external contributors
1Some adoption — 50–500 stars, occasional external contributors
2Real adoption — > 500 stars OR multiple maintainers OR sustained external contribution

(Stars are noisy; weight them with maintenance + license signal.)

3. License Clarity (0–2)

ScoreCriterion
0No license, custom restrictive license, or unclear terms
1Permissive license but with vendor-specific restrictions
2Clean OSI-approved license (MIT, Apache 2.0, BSD, ISC, etc.)

4. Catalog Fit (0–2)

ScoreCriterion
0Off-topic — no clear use case for an AI agent that consumes plugins from this Mall
1Tangential — useful in narrow scenarios
2Direct fit — agents that use this Mall would install plugins from this source in normal workflows

5. Documentation Quality (0–2)

ScoreCriterion
0No README, broken docs, or installation steps unclear
1Basic README, install instructions present, examples sparse
2Quality README + examples + clear installation + troubleshooting

Decision

Total scoreVerdict
9–10Strong accept — add to the registry
7–8Accept — add with a note of any caveats
5–6Defer — request more signal (stars, contributors, time) and re-evaluate in 90 days
0–4Reject — document the rationale in docs/curation-log.md

On accept: add the entry to sources/supported-stores.json per source-inventory. The Mall does NOT clone or modify the upstream repo — it scores it and surfaces it in the catalog; agents install directly from upstream at a pinned ref.

Output Template

# Store Evaluation — <store name>

**URL**: <repo URL>
**Date**: YYYY-MM-DD
**Evaluator**: <name>

## Scores

| Dimension | Score | Notes |
|---|---|---|
| Maintenance Health | x/2 | ... |
| Adoption Signal | x/2 | ... |
| License Clarity | x/2 | ... |
| Catalog Fit | x/2 | ... |
| Documentation Quality | x/2 | ... |
| **Total** | **x/10** | |

## Verdict

Strong accept | Accept | Defer | Reject

## Rationale

<2-3 sentences>

## Proposed registry entry (if accepted)

```jsonc
{
  "name": "<kebab-name>",
  "remote": "https://github.com/<org>/<repo>",
  "pluginDir": "<plugins | skills | . | other>",
  "quality": "<official | community-curated | community | domain | reference>",
  "provenance": false,
  "license": "<SPDX-id or null>",
  "added_at": "YYYY-MM-DD"
}

ACT Pass Trail

<markers> ```

Anti-Patterns

Anti-patternCorrection
Scoring on stars aloneStars are one signal of five; weight with maintenance and fit
"I like it" overrideThe scorecard is the contract. Document overrides as ADRs
Rejecting without recordingEvery rejection sets precedent; document or future similar proposals will repeat the cycle

Falsifiability

This scorecard needs revision if any of the following occur within 90 days:

  • Accepted stores (score >= 7) are repeatedly pruned for quality or maintenance failures
  • Deferred stores (score 5-6) consistently pass later without new evidence, indicating scoring too strict
  • Reviewers produce materially different scores for the same store with no documented rationale

Track these in docs/curation-log.md tagged [STORE-SCORING].

Related

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.