Compare commits

..

3 Commits

2 changed files with 6 additions and 14 deletions

View File

@@ -3487,20 +3487,6 @@
},
"homepage": "https://github.com/supabase-community/supabase-plugin"
},
{
"name": "superdesign",
"description": "Design or redesign frontend UI and marketing graphics on the Superdesign infinite canvas. Reads your codebase for context, sets up a design system, and generates branchable design drafts you refine.",
"author": {
"name": "Superdesign dev, Inc."
},
"category": "design",
"source": {
"source": "url",
"url": "https://github.com/superdesigndev/superdesign-skill.git",
"sha": "dc59c1b1b9661580831f0b6e0eff8e879967d282"
},
"homepage": "https://superdesign.dev"
},
{
"name": "superpowers",
"description": "Superpowers teaches Claude brainstorming, subagent driven development with built in code review, systematic debugging, and red/green TDD. Additionally, it teaches Claude how to author and test new skills.",

View File

@@ -19,6 +19,12 @@ on:
# pull_request and the required check would sit "Expected" forever (a dispatch
# check run isn't associated with the PR, so it can't satisfy the gate either).
- '.github/policy/**'
# Same again for the bump-tracking ledger: a PR that only edits
# .github/bump-tracking.json (e.g. enrolling slugs in releases-only
# tracking) matches nothing above, so the required check sits
# "Expected" forever and even a dispatched validate run on the PR
# head can't satisfy the gate (it only counts pull_request suites).
- '.github/bump-tracking.json'
# And once more for a plugin's own docs: a PR that only edits a README or
# adds a screenshot matches nothing above, so the required check never
# reports and the PR can't be merged. Spelled out per level because `*`