Ship compliance skills and agent plugin wiring for Claude Code, Codex, OpenCode, and Cursor via Probo MCP (OAuth 2.0). Includes access-review and missing-signatures workflows, repo-root Git marketplaces, validation, and npm release CI. Signed-off-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Bryan FRIMIN <bryan@frimin.fr>
26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"name": "probo",
|
|
"description": "Probo Claude Code plugins",
|
|
"owner": {
|
|
"name": "Probo Inc",
|
|
"email": "hello@probo.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "probo",
|
|
"description": "Open-source compliance workflows powered by Probo MCP",
|
|
"source": "./packages/skills",
|
|
"homepage": "https://github.com/getprobo/probo/tree/main/packages/skills",
|
|
"repository": "https://github.com/getprobo/probo",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"probo",
|
|
"compliance",
|
|
"grc",
|
|
"mcp",
|
|
"agent-skills"
|
|
]
|
|
}
|
|
]
|
|
}
|