Back to Discover

suede-creator-skills

skill

JasonColapietro

71 open-source Agent Skills for Claude Code and Codex: Full Send orchestration, A-F code review, AI evals, CI gates, design, copy, SEO/AEO/GEO, Instagram growth, app shipping, creator rights, and consumer recovery.

View on GitHub
150 starsMITSynced Aug 7, 2026

Install to Claude Code

/plugin marketplace add JasonColapietro/suede-creator-skills

README

Suede Creator Skills

A 71-skill toolkit for Claude Code and Codex: take broad outcomes full send, orchestrate multi-agent teams and OpenAI Codex CLI worker fleets, run code review with an A-F ship grade, and design AI evals.

License: MIT Skills: 71 GitHub stars

By Jason Colapietro / Suede Labs AI

What it is

A free, MIT-licensed, broadly reusable pack of 71 public skill folders for Claude Code and OpenAI Codex. Each skill is a skills/<name>/SKILL.md file the agent loads on demand.

  • Full Send: turn max-effort, max-agent, spare-no-compute, and fix-everything intent into one authorized controller, every useful non-colliding lane, adversarial reconciliation, and concise proof (suede-full-send). House line: "Never end your allocation above zero." Dry joke, not a literal token promise.
  • Agent orchestration: wire complex changes into coordinated agent lanes with WIP collision detection, RFC mode, feature-flag strategy, rollback trees, and a handoff checklist that won't close without evidence. Its public-contribution mode adds scored issue queues, atomic leases, isolated worktrees, independent review, and authority-gated contribution packets (suede-agent-teams).
  • Codex worker fleets: the Suede Fable Fleet — a Claude orchestrator decomposes a high-volume job, writes self-contained briefs, spawns parallel OpenAI Codex CLI codex exec workers, and reviews every output against acceptance criteria before anything ships (suede-codex-fleet).
  • Code review + A-F ship grade: deep findings plus a blunt letter verdict across 7 evidence-backed lanes, with instant-F triggers and grade caps for auth and payment surfaces (suede-code, suede-code-review, suede-code-grader, suede-ci-gate).
  • AI evaluation: turn LLM, RAG, classifier, and agent surfaces into AI-SPEC artifacts, failure-mode rubrics, eval cases, and acceptance gates (suede-ai-eval).
  • Next-action recommendation: score 2-4 candidate moves on goal alignment, unblocking, evidence, urgency, and leverage, then return one recommendation packaged as a short runnable prompt (suede-recommend-next-action).
  • Design, copy, and SEO: design systems and visual QA, conversion copy with an anti-slop gate, SEO/AEO/AI-EO audits, and A-F page visibility grades (johnny-suede-design, johnny-suede-write, suede-design, suede-copy, suede-seo-audit, suede-visibility-grader, suede-site-alchemy).
  • Anti-slop pass: strip AI writing tells from finished prose before it ships: filler phrases, false agency, formulaic contrasts, passive voice, and metronomic rhythm, all against a merged kill list with a 50-point score gate (suede-deslop).
  • iOS and Android app shipping: turn a website into an App Store-ready iOS app, or build and ship a native Android app end to end from a keyword through the Play Store (site-to-ios-app, android-app-factory).
  • Consumer recovery: audit Amazon returns and Amazon-billed subscriptions with a validated recovery path, or inspect recurring charges across App Store, Google Play, PayPal, and direct-bill services before any user-confirmed cancellation or refund request (amazon-returns-recovery, subscription-recovery).
  • Workflow umbrella: load the whole pack with one skill (suede-workflow-skills).

Install the full pack

In Claude Code, add the marketplace and install the pack:

/plugin marketplace add JasonColapietro/suede-creator-skills
/plugin install suede-skills@suede

suede-skills installs all 71 skills. Two focused subsets are available if you want less: /plugin install suede-agent-workflows@suede (Full Send, orchestration, workflows, evals) and /plugin install suede-code@suede (review, grade, ship-gate).

In Codex, add the repo's Codex-native marketplace and install the complete plugin:

codex plugin marketplace add JasonColapietro/suede-creator-skills --ref main
codex plugin add suede-skills@suede-codex

The Codex plugin loads all 71 skills and registers both read-only MCP discovery profiles. Restart Codex after installing or updating it.

Prefer a clone? install.sh copies all 71 skills into ~/.claude/skills/ and prints the installed count:

git clone https://github.com/JasonColapietro/suede-creator-skills.git && bash suede-creator-skills/install.sh

Using Cursor, Copilot, Windsurf, or another agent? The skills CLI installs the pack into its supported agents, Claude Code and Codex included:

npx skills add JasonColapietro/suede-creator-skills

You can also copy individual skill folders into .claude/skills/ (project) or ~/.claude/skills/ (user).

Other install routes (Codex installer, project-level copy, MCP)

Codex — install one skill from GitHub:

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

Swap skills/<skill> for any skill folder, or pass extra skills/<name> paths to install several at once. Restart Codex after installing.

Claude Code — project-level copy of a single skill:

git clone https://github.com/JasonColapietro/suede-creator-skills.git /tmp/suede-creator-skills
mkdir -p .claude/skills
cp -R /tmp/suede-creator-skills/skills/suede-agent-teams .claude/skills/

MCP — dependency-free stdio server:

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

Exposes 7 tools (list_suede_skills, get_suede_skill, suede_install_options, suede_copy_seo_audit, suede_visibility_grade, suede_code_grade, suede_qa_checklist), 6 resources, and 5 prompts over JSON-RPC.

Try it in 30 seconds

Install the pack, then ask for a code review with a ship grade on your current changes:

Use suede-code to review my staged diff and give it an A-F ship grade.

For a broad authorized outcome, invoke Full Send directly:

Use suede-full-send to finish this release across code, docs, CI, and live verification. Preserve unrelated WIP and return proof.

suede-code runs its findings pass (TypeScript, React, Next.js, OWASP, and database checklists), then returns a grade card scoring Correctness, Security and permissions, Data and state, domain truth, UX and release behavior, Tests and verification, and Deploy readiness, plus an overall A-F grade. If it hits an instant-F trigger — a hardcoded secret, a permission check bypassable via a request param — the grade locks to F with the exact file and line, and no other lane can raise it.

If the pack saves you an hour, star the repo — stars are how other builders find it.

The skills

Agent orchestration & workflows

SkillWhat it does
suede-full-sendFull Send broad authorized outcomes through one controller, useful non-colliding lanes, adversarial reconciliation, and proof
suede-agent-teamsCoordinate agent lanes and public contribution programs with collision checks, atomic issue leases, review gates, and a signed handoff
suede-codex-fleetSuede Fable Fleet: brief, spawn, and review parallel OpenAI Codex CLI workers — Claude judges, Codex generates
suede-ai-evalAI-SPEC artifacts, failure-mode rubrics, eval cases, and acceptance gates for AI surfaces
suede-recommend-next-actionScores candidate moves on goal fit, unblocking, evidence, urgency, and leverage, then hands back one recommendation as a short runnable prompt
suede-workflow-skillsUmbrella skill that loads the full pack

Code quality & shipping

SkillWhat it does
suede-codeReview + A-F grade in one pass
suede-code-reviewDeep findings with Accessibility and SEO lanes, no letter grade
suede-code-graderA-F ship verdict only, 7 lanes, instant-F triggers
suede-ci-gateWrite CI that gates the merge — stack/lockfile detection, one required check, branch protection
suede-clip-to-guideTurn a clip, talk moment, or transcript into a clip-to-guide funnel package with rights routing and an evidence gate

Design, copy & SEO

SkillWhat it does
johnny-suede-designFull design lane: brand and product surfaces, tokens, visual QA
johnny-suede-writeFull writing lane: structure, persuasion frameworks, anti-slop gate, copy score
suede-designDesign laws, dark-mode tokens, fluid type, component rules
suede-copyConversion copy: headline formulas, A/B variants, anti-slop gate
suede-deslopStrips AI writing patterns from prose before it ships: merged kill list, structure fixes, active voice, varied rhythm, and a 50-point score gate
suede-seo-auditSEO/AEO/AI-EO, metadata, schema, internal-link, and intent audit
suede-visibility-graderA-F page grades for findability, clarity, CTA pull, proof, and AI citation readiness
suede-site-alchemyFunnel analysis, friction audit, conversion math, ranked quick-wins
suede-launch-packagingPackage work as a launch: docs, install commands, proof links, QA
suede-mcp-qaQA the Suede Skills MCP before it ships
site-to-ios-appConvert any website into an App Store-ready iOS app: audit, 4.2 wrapper-risk gate, shell strategy, release gate
android-app-factoryOne prompt to a Play Store-ready native Android app: Kotlin + Jetpack Compose scaffold, Play Billing, ASO listing, signed release

Consumer automation — the negotiation lane, proven outside a repo

SkillWhat it does
amazon-returns-recoveryThe pack's contract negotiator, run against a real account instead of a repo: scan Amazon order/return history and digital subscriptions (Britbox, Starz, Audible, Kindle Unlimited, and more) for restocking fees, short refunds, and forgotten charges, then drive Amazon live chat to waive, refund, or cancel them — includes a validated click-path and popup workaround for the fee-dispute flow. Real recoveries: $448.31, including a previously denied refund overturned after the return window closed
subscription-recoveryAudit recurring charges outside Amazon across App Store, Google Play, PayPal, bank/card evidence, and direct-bill services; report findings first and require confirmation before cancellation or refund contact

Plus a creator toolkit (rights, release prep) — see docs: suede-campaign-in-a-box, suede-sync-packaging, suede-release-linter, suede-rights-passport, suede-rights-audit.

Marketing & growth

Thirty-nine skills covering paid acquisition and outbound, monetisation, lifecycle and retention, and the measurement and operations layer — suede-ads, suede-ad-creative, suede-cold-email, suede-prospecting, suede-public-relations, suede-directory-submissions, suede-pricing, suede-offers, suede-paywalls, suede-signup, suede-onboarding, suede-churn-prevention, suede-emails, suede-referrals, suede-co-marketing, suede-community-marketing, suede-lead-magnets, suede-free-tools, suede-sms, suede-marketing-loops, suede-analytics, suede-ab-testing, suede-revops, suede-sales-enablement, suede-programmatic-seo, suede-content-strategy, suede-marketing-plan, suede-marketing-psychology, suede-marketing-council, suede-instagram-growth, suede-social, suede-aso, suede-video, suede-image, suede-product-marketing, suede-competitors, suede-competitor-profiling, suede-customer-research, suede-marketing-ideas.

Adapted from marketingskills by Corey Haines under the MIT License — see NOTICE.md.

Public pages

MCP server

The repo ships a dependency-free stdio MCP server at mcp/. It implements initialize, tools/list, tools/call, resources/list, resources/read, prompts/list, and prompts/get.

node mcp/suede-skills-mcp.mjs --profile all
Tools (7)Resources (6)Prompts (5)
list_suede_skills, get_suede_skill, suede_install_options, suede_copy_seo_audit, suede_visibility_grade, suede_code_grade, suede_qa_checklistcatalog, plugins, copy-seo-audit, visibility-grade, code-grade, qa-checklistdiscovery and audit prompts

Install for Codex

Install the complete Codex-native plugin:

codex plugin marketplace add JasonColapietro/suede-creator-skills --ref main
codex plugin add suede-skills@suede-codex

This installs all 71 skills and registers both read-only MCP discovery profiles. Restart Codex after installing or updating.

For one selected skill, use the built-in skill installer:

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

Pass extra skills/<name> paths after --path when you want a small custom set instead of the full plugin.

Install for Claude Code

All 71 skills:

git clone https://github.com/JasonColapietro/suede-creator-skills.git && bash suede-creator-skills/install.sh

Claude Code skills use SKILL.md files in .claude/skills/. For a project-level install, copy individual folders:

git clone https://github.com/JasonColapietro/suede-creator-skills.git /tmp/suede-creator-skills
mkdir -p .claude/skills
cp -R /tmp/suede-creator-skills/skills/suede-agent-teams .claude/skills/

For a user-level install, copy into ~/.claude/skills/ instead. Claude.ai and organization-managed Claude Skills may use upload or admin-managed flows instead of filesystem copy. Review skill contents before enabling code execution.

Safety

Core local workflows inspect current files, pages, repos, and local folders without uploading by default or granting new authority. Explicit browser, deployment, marketplace, publishing, or support workflows may use the operator's existing authenticated access only when that action is authorized. The skills do not request secrets, write to a registry, or claim legal clearance.

The creator skills generate private drafts by default — reports and packages can contain names, payment notes, file names, hashes, rights claims, and provenance notes. Review and redact before publishing or sending outside the intended workflow. A clean report is not a legal opinion, registry write, rights clearance, or payment guarantee.

CLI flags on the creator scripts: --include-hidden, --include-other, --include-absolute-paths, and --force. Scripts skip hidden files, secret-like files, dependency folders, and build outputs by default, and refuse to write a package into or under its source folder.

Status

The creator scripts are dependency-light Python and run on the standard library. Optional enhancements use installed packages when available — Pillow for artwork dimension checks, PyYAML for YAML metadata:

python3 -m pip install PyYAML

About the creator

Jason Colapietro is the founder and CEO of Suede Labs AI. He builds programmable IP and creator-ownership infrastructure for AI-native media.

Follow: X / @johnnysuede · suedeai.ai · suedeai.ai/founder

License and contributions

Released under the MIT License.

Contributions are welcome for docs fixes, install-path corrections, lint rules, template improvements, and public-safe workflow improvements. Do not submit private catalogs, unreleased media, credentials, seed phrases, private Suede API details, payment secrets, or third-party copyrighted files.

Third-party credit

Thirty-eight of the marketing and growth skills are adapted from marketingskills by Corey Haines, used under the MIT License. That project is the origin of the material — if these skills are useful, the credit belongs there. Full notice and licence: NOTICE.md, licenses/marketingskills-MIT.txt.

Rendered live from JasonColapietro/suede-creator-skills's GitHub README — not stored, always reflects the source repo.

54 Plugins

NameDescriptionCategorySource
suede-skillsComplete Suede workflow: Full Send orchestration, reviewed multi-agent execution, code and release gates, design, copy, SEO, app shipping, and creator utilities. Installs all 71 skills../
suede-agent-workflowsMulti-agent orchestration subset: drive broad authorized outcomes through one controller (suede-full-send), coordinate build lanes with quality gates and a signed handoff (suede-agent-teams), route cross-surface work end to end (suede-workflow-skills), and turn AI features into eval specs and acceptance gates (suede-ai-eval)../
suede-shipSkill bundled in suede-agent-workflowsskill./skills/suede-ship
suede-ship-copySkill bundled in suede-agent-workflowsskill./skills/suede-ship-copy
suede-agent-teamsSkill bundled in suede-agent-workflowsskill./skills/suede-agent-teams
suede-full-sendSkill bundled in suede-agent-workflowsskill./skills/suede-full-send
suede-workflow-skillsSkill bundled in suede-agent-workflowsskill./skills/suede-workflow-skills
suede-ai-evalSkill bundled in suede-agent-workflowsskill./skills/suede-ai-eval
suede-codeCode quality subset: one-pass review plus an A-F ship verdict (suede-code), deep findings with TypeScript, React, Next.js, OWASP, and database checklists (suede-code-review), a grade-only verdict with instant-F triggers and grade caps (suede-code-grader), and CI branch protection that gates the merge (suede-ci-gate)../
suede-codeSkill bundled in suede-codeskill./skills/suede-code
suede-code-reviewSkill bundled in suede-codeskill./skills/suede-code-review
suede-code-graderSkill bundled in suede-codeskill./skills/suede-code-grader
suede-ci-gateSkill bundled in suede-codeskill./skills/suede-ci-gate
suede-marketingSuede marketing and growth subset: paid acquisition and outbound, monetisation (pricing, offers, paywalls), lifecycle and retention, and the measurement and operations layer. Licensed source acknowledgements remain at repository level../
suede-ab-testingSkill bundled in suede-marketingskill./skills/suede-ab-testing
suede-ad-creativeSkill bundled in suede-marketingskill./skills/suede-ad-creative
suede-adsSkill bundled in suede-marketingskill./skills/suede-ads
suede-analyticsSkill bundled in suede-marketingskill./skills/suede-analytics
suede-asoSkill bundled in suede-marketingskill./skills/suede-aso
suede-churn-preventionSkill bundled in suede-marketingskill./skills/suede-churn-prevention
suede-co-marketingSkill bundled in suede-marketingskill./skills/suede-co-marketing
suede-cold-emailSkill bundled in suede-marketingskill./skills/suede-cold-email
suede-community-marketingSkill bundled in suede-marketingskill./skills/suede-community-marketing
suede-competitor-profilingSkill bundled in suede-marketingskill./skills/suede-competitor-profiling
suede-competitorsSkill bundled in suede-marketingskill./skills/suede-competitors
suede-clip-to-guideSkill bundled in suede-marketingskill./skills/suede-clip-to-guide
suede-content-strategySkill bundled in suede-marketingskill./skills/suede-content-strategy
suede-customer-researchSkill bundled in suede-marketingskill./skills/suede-customer-research
suede-directory-submissionsSkill bundled in suede-marketingskill./skills/suede-directory-submissions
suede-emailsSkill bundled in suede-marketingskill./skills/suede-emails
suede-free-toolsSkill bundled in suede-marketingskill./skills/suede-free-tools
suede-imageSkill bundled in suede-marketingskill./skills/suede-image
suede-instagram-growthSkill bundled in suede-marketingskill./skills/suede-instagram-growth
suede-lead-magnetsSkill bundled in suede-marketingskill./skills/suede-lead-magnets
suede-marketing-councilSkill bundled in suede-marketingskill./skills/suede-marketing-council
suede-marketing-ideasSkill bundled in suede-marketingskill./skills/suede-marketing-ideas
suede-marketing-loopsSkill bundled in suede-marketingskill./skills/suede-marketing-loops
suede-marketing-planSkill bundled in suede-marketingskill./skills/suede-marketing-plan
suede-marketing-psychologySkill bundled in suede-marketingskill./skills/suede-marketing-psychology
suede-offersSkill bundled in suede-marketingskill./skills/suede-offers
suede-onboardingSkill bundled in suede-marketingskill./skills/suede-onboarding
suede-paywallsSkill bundled in suede-marketingskill./skills/suede-paywalls
suede-pricingSkill bundled in suede-marketingskill./skills/suede-pricing
suede-product-marketingSkill bundled in suede-marketingskill./skills/suede-product-marketing
suede-programmatic-seoSkill bundled in suede-marketingskill./skills/suede-programmatic-seo
suede-prospectingSkill bundled in suede-marketingskill./skills/suede-prospecting
suede-public-relationsSkill bundled in suede-marketingskill./skills/suede-public-relations
suede-referralsSkill bundled in suede-marketingskill./skills/suede-referrals
suede-revopsSkill bundled in suede-marketingskill./skills/suede-revops
suede-sales-enablementSkill bundled in suede-marketingskill./skills/suede-sales-enablement
suede-signupSkill bundled in suede-marketingskill./skills/suede-signup
suede-smsSkill bundled in suede-marketingskill./skills/suede-sms
suede-socialSkill bundled in suede-marketingskill./skills/suede-social
suede-videoSkill bundled in suede-marketingskill./skills/suede-video

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.