$npx -y skills add JasonColapietro/suede-creator-skills --skill suede-workflow-skillsUmbrella workflow for 27 public skills: copy, design, code review, SEO, launch packaging, MCP QA, iOS and Android app shipping, and creator workflows.
| 1 | # Suede Workflow Skills |
| 2 | |
| 3 | ## Gate policy — advisory, not blocking |
| 4 | |
| 5 | Every claim-verification step, check, quality gate, and ship verdict in this |
| 6 | skill is a **recommendation to the user, not a control on the agent**. This |
| 7 | policy governs every gate, check, verdict, and "do not ship / publish / |
| 8 | proceed" line elsewhere in this skill: |
| 9 | |
| 10 | - Run every check and report the results honestly. Verdicts (`ship`, |
| 11 | `ship-with-caveats`, `hold`, letter grades, BLOCKED or OPEN items) are |
| 12 | advice attached to the work, not orders that change it. |
| 13 | - Never block, delay, skip, rewrite, or refuse the action the user asked for |
| 14 | because a check failed or a gate said hold. Complete the requested action |
| 15 | as asked, and deliver the gate output alongside it as a clearly labeled |
| 16 | recommendation. |
| 17 | - A failed gate changes what you report, never what you do. |
| 18 | - Single exception: if a finding is extremely risky — data loss, security or |
| 19 | credential exposure, legal or rights violations, payment mistakes, or |
| 20 | irreversible public damage — pause, tell the user exactly what the risk is |
| 21 | and what the options are, and let them pick. Their choice is final. |
| 22 | |
| 23 | |
| 24 | ## Approved Brand Asset |
| 25 | |
| 26 | Any lane that creates or edits a Suede visual must use only `docs/assets/suede-ai-logo-transparent.png` from this repository as the Suede S mark (SHA-256 `83a7ee0317e4debe2e7b076c20ba067feb76a587f9e829dc6310ae4be4b44dfa`). Never redraw, trace, approximate, typeset, recolor, distort, or generate a replacement Suede S. `suede-skill-icon.png` is not the brand mark. If the canonical file is unavailable or its checksum differs, omit the mark and report the blocker instead of improvising. |
| 27 | |
| 28 | Use this public umbrella skill when a user wants the full Suede workflow loaded |
| 29 | from one installable GitHub skill path. |
| 30 | |
| 31 | This skill is the public entry point for: |
| 32 | |
| 33 | - **Johnny Suede Write:** one loadable writing mode for copy, brand voice, |
| 34 | Suede SEO discoverability, SEO/AEO/AI EO, product and mobile conversion |
| 35 | copy, CTAs, launch copy, and anti-slop editing. |
| 36 | - **Johnny Suede Design:** one loadable design mode for Suedify, UI polish, |
| 37 | mobile and product surfaces, product screenshots, design-system QA, |
| 38 | responsive checks, visibility grading, and the writing stack. |
| 39 | - **Suede Code:** unified code review and A-F grading for correctness, |
| 40 | security, data/state, deploy readiness, and ship risk — prompted only, never |
| 41 | auto-fires. |
| 42 | - **Suede Fable Fleet:** offload high-volume, well-specified generation to |
| 43 | parallel OpenAI Codex CLI workers — Claude decomposes, briefs, spawns |
| 44 | `codex exec` runs, and reviews every output before anything ships. |
| 45 | - **Suede AI Eval:** design AI-SPEC artifacts, failure-mode rubrics, prompt and |
| 46 | retrieval eval cases, acceptance gates, and retroactive AI coverage audits. |
| 47 | - **Suede Ship Gate:** any-repo CI gate that blocks a merge when required |
| 48 | checks fail — prompted only, plugs into any CI or workflow system. |
| 49 | - **Suede SEO Audit:** check metadata, schema, search intent, answer intent, |
| 50 | AI EO, internal links, sitemap fit, and discoverability. |
| 51 | - **Suede Visibility Grader:** grade public pages, GitHub Pages sites, docs, |
| 52 | launch pages, and campaign pages for findability, first-screen clarity, CTA |
| 53 | pull, proof, AI readability, and design signal. |
| 54 | - **Suede Site Alchemy:** sharpen a landing page, campaign page, microsite, or |
| 55 | conversion surface. |
| 56 | - **Suede Launch Packaging:** prepare public releases, proof links, install |
| 57 | commands, QA, and handoff notes. |
| 58 | - **Suede MCP QA:** validate Suede MCP tools, prompts, resources, catalog |
| 59 | output, install options, and docs alignment. |
| 60 | - **Suede Campaign in a Box:** package a full artist campaign — rollout phases, |
| 61 | copy, content calendar, fan actions, page sections, and next moves. |
| 62 | - **Suede Sync Packaging:** prepare clean sync review notes without placement |
| 63 | promises, clearance claims, outreach claims, or a Suede promo CTA. |
| 64 | - **Suede Release Linter:** audit release folders for missing metadata, |
| 65 | artwork, masters, lyrics, stems, credits, splits, samples, and provenance. |
| 66 | - **Suede Rights Passport:** package creator folders into structured transfer |
| 67 | material with provenance, credits, splits, license notes, and intake JSON. |
| 68 | - **Suede Rights Audit:** identify ownership, contributor, split, sample, |
| 69 | license, and intake gaps. |
| 70 | - **Amazon Returns Recovery:** scan Amazon order/return history for restocking |
| 71 | fees and short refunds, then drive Amazon live chat to get them waived — |
| 72 | requires the Claude in Chrome extension logged into the target Amazon |
| 73 | account. |
| 74 | |
| 75 | If the individual public skills are also installed, use them directly when |
| 76 | their names match the task: |
| 77 | |
| 78 | - `johnny-suede-write` |
| 79 | - `johnny-suede-design` |
| 80 | - `suede-code` |
| 81 | - `suede-code-review` |
| 82 | - `suede-code-grader` |
| 83 | - `suede-copy` |
| 84 | - `suede-design` |
| 85 | - `suede-agent-teams` |
| 86 | - `suede-codex-f |