mirror of
https://github.com/trailofbits/skills-curated
synced 2026-06-21 14:12:04 +00:00
5988966e3a
Curated, community-vetted Claude Code plugin marketplace with CI checks mirroring trailofbits/skills: ruff, shellcheck, shfmt, bats linting plus JSON validation, marketplace consistency, frontmatter, hardcoded path, and personal email checks. Includes ask-questions-if-underspecified as seed plugin. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
682 B
JSON
25 lines
682 B
JSON
{
|
|
"name": "skills-curated",
|
|
"owner": {
|
|
"name": "Trail of Bits",
|
|
"email": "opensource@trailofbits.com"
|
|
},
|
|
"metadata": {
|
|
"version": "1.0.0",
|
|
"description": "Curated, community-vetted Claude Code plugins reviewed for quality and safety"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "ask-questions-if-underspecified",
|
|
"version": "1.0.1",
|
|
"description": "Clarify requirements before implementing. When doubting, ask questions.",
|
|
"author": {
|
|
"name": "Kevin Valerio",
|
|
"email": "opensource@trailofbits.com",
|
|
"url": "https://github.com/trailofbits"
|
|
},
|
|
"source": "./plugins/ask-questions-if-underspecified"
|
|
}
|
|
]
|
|
}
|