agentsclimarketplace

Skill

Skill xDzaky/solana-skill-quality-gate/skill

A pre-submit quality gate for Solana AI Kit skill builders — and a review accelerator for maintainers. Zero dependencies, read-only, 50 tests, SARIF output.

Install
npx -y skills add xDzaky/solana-skill-quality-gate --skill skill

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

  • 0 stars0 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

Quality and trust gate for Solana AI Kit skills. Builders use it to audit skills before installing or submitting them. Checks structure, safety, Solana fit, progressive loading, and supply-chain risks — so you only trust skills that pass the gate.

SKILL.md

2.4 KB, 557 tokens by cl100k_base, as published. Nobody here has run it

Solana Skill Quality Gate

A trust gate for Solana AI Kit skills — audit before you install, audit before you submit.

When to Use

  • Before installing a community skill — check if it's safe, well-structured, and genuinely Solana-specific before trusting it with your agent's context
  • Before submitting your own skill — catch blockers before opening a PR
  • Reviewing submissions — batch-audit multiple skills for fast triage
  • CI/CD gates — enforce quality thresholds with --strict and --fail-under

Use It Before You Submit

  1. Build your skill following the quality guidelines
  2. Run node scripts/skillqa.mjs audit ./my-skill
  3. Fix blockers, then open your PR with confidence

Use It Before You Install

Before trusting a community skill with your agent's context window:

  1. Clone the skill repo
  2. Run node scripts/skillqa.mjs audit ./that-skill
  3. Score ≥ 80 and no policy caps → safe to install. Otherwise → inspect manually.

Trigger Phrases

  • "review my skill"
  • "check if my skill is ready"
  • "audit this skill"
  • "is this skill safe to install"
  • "scan skill for issues"

Routes

TopicFile
Quickstartquickstart.md
Quality guidewhat-makes-a-good-solana-skill.md
Safety patternssafety-patterns.md
Solana ecosystem fitsolana-ecosystem-signals.md
Scoring rubricquality-gates.md

Quick Command Reference

node scripts/skillqa.mjs audit <path>           # Full audit
node scripts/skillqa.mjs score <path> --json     # JSON score
node scripts/skillqa.mjs batch <dir> --markdown  # Batch review
node scripts/skillqa.mjs report <path> --out f   # Markdown report
node scripts/skillqa.mjs report <path> --sarif --out f  # SARIF

Safety

  • Does not execute any code from audited skills
  • Does not make network calls
  • Does not collect secrets or private keys
  • Read-only scanning only

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.