marketplace-gate

Solid

Evaluates whether a repository meets marketplace listing criteria via a 5-point check and outputs a listing suitability verdict. Checks README completeness, zero-config readiness, maintenance signals, duplication, and public safety.

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# marketplace-gate — Marketplace Listing Suitability Gate Evaluates a repository against 5 listing criteria — README completeness, zero-config readiness, maintenance signals, duplication, and public safety — and outputs a listing suitability verdict. > While `asset-placement-gate` answers "is this asset suitable for FH?", > `marketplace-gate` answers "is this repo ready to be listed in a marketplace?" ## Triggers - `/marketplace-gate` - `/marketplace-gate --target <repo path>` - "Can I list this in the marketplace?", "Pre-listing repo check", "Verify before publishing", "Is this ready for marketplace listing?" - "Can other teams use this repo?", "Is there a checklist before external distribution?", "Check if this is ready to be public" - "Review for open-source release", "Verify before sharing outside the team" --- ## Step 0. Confirm Target Path Use the path specified by `--target <path>` if provided. Otherwise use current cwd. ```bash REPO_PATH="${ARGUMENTS#--target }" REPO_PATH="${REPO_PATH:-$(pwd)}" echo "Target: $REPO_PATH" ls "$REPO_PATH" 2>/dev/null | head -20 || echo "Path not found — please verify the path" ``` Stop immediately if path is not found. --- ## Step 1. 5-Point Check ### Check 1 — README Completeness ```bash README=$(ls "$REPO_PATH"/README* 2>/dev/null | head -1) [ -z "$README" ] && echo "FAIL: No README found" && exit # Installation command exists grep -i "install\|clone\|setup" "$README" | head -3 # Code block (usage example) exists grep -c '...

Details

Author
chrono-meta
Repository
chrono-meta/forge-harness
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

prep-repo

Use when the user wants to prepare a local project for GitHub or public release. Runs a release-readiness sweep over README structure, bilingual docs, commit hygiene, sensitive-data exposure, broken links, markdown rendering, project layout, tests, CI, Docker, and final cleanup. Fixes issues only inside the target repo and treats secrets/history rewriting as explicit high-risk gates. NOT for publishing without user approval or for private operational runbooks that should not be open-sourced.

76 Updated 6 days ago
KerberosClaw
AI & Automation Solid

marketplace-publish-validation

Corezoid marketplace pre-publication validator. Standalone skill — no external skill dependencies required. Use this skill whenever the user wants to publish, release, or submit a project or folder to the Corezoid marketplace, or asks to check if a project is ready to publish. Activate on phrases: "publish to marketplace", "готово до публікації", "можна публікувати", "перевір перед публікацією", "validate for marketplace", "pre-publish check", "marketplace validation", "publication readiness", "check before publish", "submit to marketplace", "перевірка публікації". Also activate when the user asks "what's blocking publication" or "why can't I publish this".

71 Updated today
corezoid
AI & Automation Listed

release-readiness

Check release readiness before tagging, publishing, or distributing a skills repo or plugin. Use when preparing a release, version bump, public package update, adapter publication, or handoff that depends on consistent versioning, changelog, adapters, licenses, docs, and make prod-gate. NOT for ordinary feature branches or local-only validation changes.

0 Updated today
alinafe82