suede-creator-skills

作者 JasonColapietro已验证

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

152
Stars
8
Forks
JavaScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/JasonColapietro/suede-creator-skills

快速入门

使用 suede-creator-skills 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md


Your coding agent is fast, capable, and completely unsupervised. It will happily ship the bug, skip the test, publish the slop, and tell you everything went great.

This pack is the supervision: public, broadly reusable, open-source skill folders for Claude Code, OpenAI Codex, and any skills-compatible agent. Outcome-bound orchestration, multi-agent teams, code review with a blunt A–F ship grade, AI evals, design, conversion copy, SEO, marketing lanes, mobile app factories, and creator-rights tooling. Every skill is a plain skills/<name>/SKILL.md file you can read before you trust it. The original work is MIT licensed, and adapted components carry their upstream notices beside the source. No binaries, no telemetry, no accounts.

The pack at a glance: 41 marketing and growth skills, 10 design copy and SEO, 6 orchestration and workflows, 5 code quality and shipping, 5 creator rights and release, 2 mobile app factories, 2 consumer recovery.

Install in 30 seconds

Claude Code — add the marketplace, install the pack:

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

suede-skills installs every skill. Want less? Three focused subsets: /plugin install suede-marketing@suede (42 marketing and growth skills), /plugin install suede-agent-workflows@suede (Graph-of-Thoughts shipping, orchestration, workflows, evals), and /plugin install suede-code@suede (review, grade, ship-gate).

Codex — add the Codex-native marketplace, 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 every skill and registers three read-only MCP discovery profiles. Restart Codex after installing or updating.

Any agent (Cursor, Copilot, Windsurf, Claude Code, Codex) via the skills CLI:

npx skills add JasonColapietro/suede-creator-skills

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

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

You can also copy individual skill folders into .claude/skills/ (project) or ~/.claude/skills/ (user). One exception: the hardened suede-graph-flo-xr JavaScript workflow also requires the repository's agents/suede-graph-flo-xr-*.md profiles in ~/.claude/agents and macOS sandbox-exec. The suede-skills and suede-agent-workflows Claude plugins, plus install.sh, install those profiles; a skill-folder-only or generic skills-CLI install does not. Codex can use the skill's orchestration contract, but does not execute this Claude Workflow runner. The caller passes the namespace explicitly on every launch: suede-skills for the full plugin, suede-agent-workflows for the focused plugin, and the empty string for clone or manual user-agent installs.

More install routes (single-skill 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/

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.

MCP — dependency-free stdio server:

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

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

Try it right now

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 nontrivial multi-file change, run the ship DAG:

Use suede-graph-flo-xr to take this change through the canonical Suede DAG: research it, build it in disjoint lanes, refute the review findings, and hand back evidence.

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

Orchestration: broad outcomes, adversarial review

Tell your agent "max effort, spare no compute, fix everything" and most of the time you get enthusiasm, not engineering. The orchestration lane turns that intent into structure:

  • suede-graph-flo-xr runs a Graph-of-Thoughts shipping search on a repo: generate competing plans, score and prune them, adversarially refute and improve survivors, aggregate compatible lanes, then build, review, and gate only the selected plan. Light/standard/deep are capped at 55/110/200 calls. Production reads only; it never deploys.
  • suede-agent-teams wires 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, and authority-gated contribution packets.
  • suede-ship-copy is a separate copy-only orchestration DAG for one high-stakes piece of writing: five blind research lenses, a claim audit that closes the set of assertable facts, disjoint section writers, adversarial refutation, a deslop pass, and a publish-readiness gate.

The A–F ship grade

suede-code runs a findings pass (TypeScript, React, Next.js, OWASP, and database checklists), then returns a grade card scoring seven lanes: Correctness, Security and permissions, Data and state, Domain truth, UX and release behavior, Tests and verification, and Deploy readiness. The weakest lane caps the grade, and auth and payment surfaces carry grade caps of their own.

The ship grade: seven graded lanes and one verdict. Instant-F triggers such as a hardcoded secret lock the grade to F with the exact file and line.

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. A polite review tells you what could be better. A grade tells you whether to ship.

The skills

Every link below goes to the skill's folder in this repo; the skill catalog has the same list with install commands per skill.

Agent orchestration & workflows

SkillWhat it does
suede-agent-teamsCoordinate agent lanes and public contribution programs with collision checks, atomic issue leases, review gates, and a signed handoff
suede-graph-flo-xrGraph-of-Thoughts repo shipping: search competing plans, score and prune, refute and improve, aggregate compatible lanes, then mutate only the selected plan; 55/110/200-call caps; production reads only, never deploys
suede-ship-copyCopy-only orchestration DAG for one high-stakes piece: blind research, claim audit, section writers, refutation, publish gate
suede-ai-evalAI-SPEC artifacts, failure-mode rubrics, eval cases, and acceptance gates for LLM, RAG, classifier, and agent 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

Mobile app factories

SkillWhat it does
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 recovery — 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

Creator rights & release

Rights and release-prep tooling for working musicians and creators — see the skill catalog for each one: suede-campaign-in-a-box, suede-sync-packaging, suede-release-linter, suede-rights-passport, suede-rights-audit.

Marketing & growth

Forty-one 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, suede-ai-seo, suede-attribution.

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

From the blog

Essays on why the pack is built the way it is:

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 (9)Resources (7)Prompts (5)
list_suede_skills, list_suede_specialties, search_suede_skills, get_suede_skill, suede_install_options, suede_copy_seo_audit, suede_visibility_grade, suede_code_grade, suede_qa_checklistcatalog, specialties, plugins, copy-seo-audit, visibility-grade, code-grade, qa-checklistdiscovery and audit prompts

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. He spent years watching hired marketing firms skip the fundamentals on his own products; this pack turns those misses into reusable, inspectable agent workflows instead of one-off fixes.

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

Forty 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.

常见问题

What is suede-creator-skills?

suede-creator-skills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by JasonColapietro. Open-source Agent Skills for Claude Code and Codex: ship-DAG orchestration, A-F code review, AI evals, CI gates, design, copy, SEO/AEO/GEO, Instagram growth, app shipping, creator rights, and consumer recovery. It has 152 GitHub stars.

Is suede-creator-skills safe to use?

Yes. suede-creator-skills passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install suede-creator-skills?

Clone the repository with "git clone https://github.com/JasonColapietro/suede-creator-skills" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is suede-creator-skills written in?

suede-creator-skills is primarily written in JavaScript. It is open-source under JasonColapietro on GitHub, so you can review or fork the full source.

Are there alternatives to suede-creator-skills?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh suede-creator-skills against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情