Public installs and MCP

Install Suede once. Stop rebuilding the agent brief.

Twenty-one public skills your agent can load as one workflow. Install the umbrella to Suedify a target page from a reference URL, rewrite copy, grade visibility, review code A-F, design AI evals, coordinate agent teams, or package creator campaign and rights evidence. Use MCP when the agent needs structured discovery, install options, audit scaffolds, or QA checklists.

Ambassador explanation

Use PROMO.md when ambassadors need to explain the full Suede workflow: Johnny Suede Write, Johnny Suede Design, supplied-company voice support, mobile and product surfaces, Suedify, design, anti-slop copywriting, visibility and CTA grading, visual QA, Suede SEO/AEO/AI EO audits, A-F code grading, code review, agent-team loops, artist campaign tools, public installs, and optional MCP. Keep @personal in local operator notes, not public ambassador copy.

This page is the GitHub Pages surface generated from the public repo, not a separate marketing site. The install commands, docs, sitemap, and skill pages live beside the source.

Public Suede Workflow Skills

Install the umbrella first. Build: Suedify reference-site restyling, design, mobile and product surfaces, A-F code grading, and multi-lane QA. Write: anti-slop copy, brand voice, visibility and CTA grading, SEO/AEO/AI EO audits. Create: artist campaigns and rights-aware utilities that organize provenance evidence. The tools do not clear rights or approve payouts.

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo JasonColapietro/suede-creator-skills \
  --path skills/suede-workflow-skills

Optional local MCP server: suede_workflow_mcp

Direct Website Workflow Skills

Install individual workflow skills when you want direct triggers: Johnny Suede Write for copy and company voice, Johnny Suede Design for Suedify and visual QA, Suede Code and Code Grader for review and A-F verdicts, Agent Teams for parallel lanes, AI Eval for AI-SPECs, Ship Gate for CI, SEO Audit, Visibility Grader, Site Alchemy, MCP QA, and Launch Packaging.

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo JasonColapietro/suede-creator-skills \
  --path skills/johnny-suede-design \
  skills/johnny-suede-write \
  skills/suede-code \
  skills/suede-code-review \
  skills/suede-code-grader \
  skills/suede-copy \
  skills/suede-design \
  skills/suede-agent-teams \
  skills/suede-ai-eval \
  skills/suede-ship-gate \
  skills/suede-seo-audit \
  skills/suede-visibility-grader \
  skills/suede-site-alchemy \
  skills/suede-launch-packaging \
  skills/suede-mcp-qa

Read visibility grader docs Read code grader docs

Public Suede Creator Skills

Install creator skills when the work is music, media, or artist-campaign specific: campaign-in-a-box for eras, song worlds, hooks, fan rituals, visualizers, merch objects, setlists, catalog revival, and collabs; sync packaging for clean review notes; release linting and rights utilities for provenance evidence. They do not clear rights.

python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo JasonColapietro/suede-creator-skills \
  --path skills/suede-campaign-in-a-box \
  skills/suede-sync-packaging \
  skills/suede-release-linter \
  skills/suede-rights-passport \
  skills/suede-rights-audit

Optional local MCP server: suede_creator_mcp

Local operator plugin path

The @personal commands are local-personal marketplace installs for machines where the Suede plugin source is already registered. They are not the public install route.

codex plugin add suede-workflow-skills@personal
codex plugin add suede-creator-skills@personal

What the MCP adds

MCP tools

Run locally

The public repo includes the dependency-free stdio MCP server for structured discovery, install options, SEO/AEO/AI EO audit scaffolds, and QA checklists.

node mcp/suede-skills-mcp.mjs --profile all

Profiles: all, workflow, or creator.

Safety boundary

The MCP returns catalog, install, audit, and QA context. It does not upload music, clear rights, write to a registry, distribute releases, approve payouts, or make public claims on its own.

View MCP source