Skip to content

Add suede-skills plugin - #305

Merged
davepoon merged 2 commits into
davepoon:mainfrom
JasonColapietro:add-suede-skills
Sep 3, 2026
Merged

davepoon merged 2 commits into
davepoon:mainfrom
JasonColapietro:add-suede-skills

Conversation

@JasonColapietro

Copy link
Copy Markdown
Contributor

Summary

Adds suede-skills to the marketplace catalog: 74 open-source Agent Skills for Claude Code and Codex.

This uses the existing external-source pattern ("source": {"source": "github", "repo": "..."} with "strict": false), the same route as computer-use, usage-limits, chamnan, and codex-orchestrator. The diff is one catalog entry, 33 added lines, nothing copied into plugins/. Vendoring 74 skill directories would not have been a reviewable PR.

Component Details

The source repo publishes its own marketplace (name: "suede", 4 plugins). This entry points at suede-skills, the full pack; users who want a subset can add the upstream marketplace directly.

Testing

  • Ran validation (npm test) - exit 0. Subagents & Commands, Hooks, and Skills all passed; 14/14 unit tests pass.
  • claude plugin validate on the source repo: Validation passed.
  • claude plugin validate on this repo with the entry added produces byte-identical output to main - the new entry introduces zero new errors or warnings. (The 2 errors and 10 warnings it reports are pre-existing on main and belong to other entries.)
  • No overlap with existing components - no entry, PR, or issue for this repo previously.

Examples

Install

/plugin marketplace add davepoon/buildwithclaude
/plugin install suede-skills@buildwithclaude

Ship a repo change through the build DAG

"Use suede-graph-flo-xr to add rate limiting to the /api/upload route."

Researches the repo, fans out disjoint lanes, then refutes its own review before anything lands.

Grade a branch before merging

"Run suede-code on this branch."

Returns findings plus a blunt A-F ship verdict, with instant-F triggers and grade caps, instead of complimenting the diff.

@davepoon

davepoon commented Sep 3, 2026

Copy link
Copy Markdown
Owner

Thanks for the contribution — reviewed for security, prompt injection, and fit with this collection.

Security / prompt injection: This is a catalog pointer (source.github + strict: false), the same route as computer-use, usage-limits, chamnan, and codex-orchestrator. No name collision. I spot-checked the upstream repo (JasonColapietro/suede-creator-skills, plugin suede-skills / 0.16.0): no ignore-previous / exfil-style instructions in skill text, the bundled MCP server is local and has no outbound HTTP, and install.sh only syncs pack skills/agents under ~/.claude/ without touching unrelated entries.

Codebase fit: orchestration is a valid marketplace category, JSON placement after computer-use is valid, and vendoring 74 skill directories would not have been a reviewable PR — the external-source pattern is the right one here.

Merging.

@davepoon
davepoon merged commit af76c1c into davepoon:main Sep 3, 2026
JasonColapietro added a commit to Suede-AI/suedeai-org that referenced this pull request Sep 6, 2026
GitHub search on 2026-09-05 returns 41 merged pull requests by the JasonColapietro account outside its own repositories, across 38 repositories: 26 substantive fixes, features, tests, and docs across 24 repositories, plus 15 accepted listings of Suede projects across 15. The four since the Sep 1 count of 37 across 34: paritytech/polkadot-sdk#12853, solana-foundation/pay#451, solana-foundation/pay-kit#299, and davepoon/buildwithclaude#305.

The public record and the split live at https://seo.suedeai.ai/evidence#open-source and on https://github.com/JasonColapietro; the accomplishments ledger changes in the same pass.
JasonColapietro added a commit to JasonColapietro/sing that referenced this pull request Sep 6, 2026
GitHub search on 2026-09-05 returns 41 merged pull requests by the JasonColapietro account outside its own repositories, across 38 repositories: 26 substantive fixes, features, tests, and docs across 24 repositories, plus 15 accepted listings of Suede projects across 15. The four since the Sep 1 count of 37 across 34: paritytech/polkadot-sdk#12853, solana-foundation/pay#451, solana-foundation/pay-kit#299, and davepoon/buildwithclaude#305.

The public record and the split live at https://seo.suedeai.ai/evidence#open-source and on https://github.com/JasonColapietro; the accomplishments ledger changes in the same pass.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants