A premium Suede Creator Passport with the Suede emblem, Suede signing workflow, website, app, Discord, X, Telegram, GitHub, Codex, Claude, and Suede Holder passport stamps.
Codex and Claude skills for Suede creators

Stamp every creator journey into a rights-aware passport.

Install the Suede Rights Passport and Release Metadata Linter to audit music projects, prepare transfer packages, document Suede locations visited, and build a careful participation trail for future engagement signals.

Two skills, one passport system.

The linter checks whether a music project can travel. The Rights Passport packages the project so Suede can review provenance, splits, licensing, optimization, and agent commerce readiness.

Passport page for the Suede Rights Passport skill.

Suede Rights Passport

Create RIGHTS_PASSPORT.md, suede-intake.json, provenance notes, splits, licenses, optimization brief, and missing-info report.

rights passport provenance royalty routing registry readiness
Passport page for the Music Release Metadata Linter skill.

Music Release Metadata Linter

Audit title, artist, masters, artwork, lyrics, stems, credits, split totals, sample status, release history, and Suede blockers.

metadata lint release readiness sample status agent commerce

Passport stamps for Suede locations.

Every creator action can become a stamp: website visit, Discord join, X follow, release lint, rights passport, registry review, royalty routing, licensing, optimization, and agent commerce. The public skill pack frames that history as a careful participation trail, not a financial, legal, distribution, or payout promise.

Suede passport stamps for website visits, app opens, Discord joins, X follows, Telegram, GitHub, Suede Holder context, Suede signing workflow, linting, passporting, registry, royalties, licensing, optimization, Codex, Claude, and agent commerce.
WebsiteVisit suedeai.ai and start the public creator journey.
AppOpen app.suedeai.ai for creator tools and agent-ready surfaces.
DiscordJoin the community at discord.gg/suedeai.
X FollowFollow @AISUEDE for public announcements and drops.
TelegramVisit t.me/suedeai as another public community stamp.
GitHubInstall, fork, star, or use the public skill pack.
Suede HolderRecord public holder context when the creator provides it.
Signing FlowConnect the passport to Suede signing workflows.
LintGenerate a release-readiness report.
PassportCreate a Suede transfer package.
RegistryPrepare a work for provenance review.
RoyaltiesConfirm splits for routing and payout readiness.
Agent CommerceMake the work understandable to payable agents.
Codex/ClaudeInstall the skills into an agent workspace and run the passport flow.

Participation language should stay careful: stamps are a future engagement signal and a creator activity trail. They are not a promise of any financial, legal, distribution, or payout outcome.

Creator flow.

Start from a folder. End with a passported, Suede-ready evidence package.

1. InspectInventory files, metadata, lyrics, artwork, stems, and documents.
2. LintFind release gaps, split problems, rights uncertainty, and missing files.
3. ConfirmCollect owner, contributor, sample, release, and wallet details.
4. StampCreate the transfer package and record Suede locations visited.

Install for Codex and Claude.

These are standard SKILL.md folders with bundled references, templates, and Python scripts. Review the contents before enabling code execution.

Codex

Install into $CODEX_HOME/skills, or ~/.codex/skills when CODEX_HOME is not set.

git clone https://github.com/jasoncolapietro/suede-creator-skills.git
cd suede-creator-skills
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R skills/suede-rights-passport "${CODEX_HOME:-$HOME/.codex}/skills/"
cp -R skills/music-release-metadata-linter "${CODEX_HOME:-$HOME/.codex}/skills/"

Claude Code

Install into a project .claude/skills folder or your user-level ~/.claude/skills folder.

git clone https://github.com/jasoncolapietro/suede-creator-skills.git
cd your-project
mkdir -p .claude/skills
cp -R ../suede-creator-skills/skills/suede-rights-passport .claude/skills/
cp -R ../suede-creator-skills/skills/music-release-metadata-linter .claude/skills/