mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 20:42:03 +00:00
Compare commits
3 Commits
fix-extern
...
claude/sup
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27404efa18 | ||
|
|
76334d1f67 | ||
|
|
44328beed4 |
@@ -512,6 +512,16 @@
|
||||
"url": "https://github.com/pinecone-io/pinecone-claude-code-plugin.git"
|
||||
},
|
||||
"homepage": "https://github.com/pinecone-io/pinecone-claude-code-plugin"
|
||||
},
|
||||
{
|
||||
"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.",
|
||||
"category": "development",
|
||||
"source": {
|
||||
"source": "url",
|
||||
"url": "https://github.com/obra/superpowers.git"
|
||||
},
|
||||
"homepage": "https://github.com/obra/superpowers"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
4
.github/workflows/close-external-prs.yml
vendored
4
.github/workflows/close-external-prs.yml
vendored
@@ -4,6 +4,10 @@ on:
|
||||
pull_request_target:
|
||||
types: [opened]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
jobs:
|
||||
check-membership:
|
||||
if: vars.DISABLE_EXTERNAL_PR_CHECK != 'true'
|
||||
|
||||
Reference in New Issue
Block a user