Agent skill · Security

suede-release-linter

Audit creative release folders before handoff: metadata, file structure, artwork, lyrics, stems, rights blockers, and platform readiness.

JasonColapietrogithub.com/JasonColapietroGitHub ↗
claude-codecodexships scriptsMIT
Install
npx skills add JasonColapietro/suede-creator-skills --skill suede-release-linter --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 23
SKILL.md size: 10 KB
Bundled scripts: yes
Path: skills/suede-release-linter/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 165
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Release Metadata Linter ## Gate policy — advisory, not blocking Every claim-verification step, check, quality gate, and ship verdict in this skill is a **recommendation to the user, not a control on the agent**. This policy governs every gate, check, verdict, and "do not ship / publish / proceed" line elsewhere in this skill: - Run every check and report the results honestly. Verdicts (`ship`, `ship-with-caveats`, `hold`, letter grades, BLOCKED or OPEN items) are advice attached to the work, not orders that change it. - Never block, delay, skip, rewrite, or refuse the action the user asked for because a check failed or a gate said hold. Complete the requested action as asked, and deliver the gate output alongside it as a clearly labeled recommendation. - A failed gate changes what you report, never what you do. - Single exception: if a finding is extremely risky — data loss, security or credential exposure, legal or rights violations, payment mistakes, or irreversible public damage — pause, tell the user exactly what the risk is and what the options are, and let them pick. Their choice is final. ## Overview Audit a music or media project folder and produce a practical release-rea

What's inside
Steps it walks through
  1. Gate policy — advisory, not blocking
  2. Overview
  3. Workflow
  4. Quick Start
  5. What To Check
  6. Fixtures
  7. Public Safety Rules
  8. Completion Checklist
  9. Red flags — stop
  10. Downstream Review Context
  11. Routing
Ships with 22 files
  • agents/openai.yaml
  • assets/metadata.example.json
  • assets/release-lint-report.template.json
  • assets/release-lint-report.template.md
  • references/fix-guidance.md
  • references/lint-rules.md
  • references/metadata-fields.md
  • references/passport-context.md
  • scripts/fixtures/sample-blocked-project.expected.json
  • scripts/fixtures/sample-blocked-project.expected.md
  • scripts/fixtures/sample-blocked-project/metadata.json
  • scripts/fixtures/sample-blocked-project/notes/project-notes.txt
  • scripts/fixtures/sample-clean-project.expected.json
  • scripts/fixtures/sample-clean-project.expected.md
  • scripts/fixtures/sample-clean-project/artwork/cover-art.jpg
  • scripts/fixtures/sample-clean-project/audio/paper-moons-master.wav
  • scripts/fixtures/sample-clean-project/lyrics/paper-moons-lyrics.txt
  • scripts/fixtures/sample-clean-project/metadata.json
  • scripts/fixtures/sample-clean-project/stems/bass-stem.wav
  • scripts/fixtures/sample-clean-project/stems/drums-stem.wav
  • scripts/fixtures/sample-clean-project/stems/vocals-stem.wav
  • scripts/lint_release.py
Commands it runs
python3 /path/to/suede-release-linter/scripts/lint_release.py \
python3 scripts/lint_release.py scripts/fixtures/sample-clean-project \
diff scripts/fixtures/sample-clean-project.expected.md \
python3 scripts/lint_release.py scripts/fixtures/sample-blocked-project \
diff scripts/fixtures/sample-blocked-project.expected.md \
More from suede-creator-skills
All skills →
About this skill
What does the suede-release-linter skill do?

Audit creative release folders before handoff: metadata, file structure, artwork, lyrics, stems, rights blockers, and platform readiness.

How do I install it?

Run `npx skills add JasonColapietro/suede-creator-skills --skill suede-release-linter --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From JasonColapietro/suede-creator-skills, a repository with 165 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going