Add @probo/skills multi-agent compliance package
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>
This commit is contained in:
30
.agents/plugins/marketplace.json
Normal file
30
.agents/plugins/marketplace.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "probo",
|
||||
"interface": {
|
||||
"displayName": "Probo"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"name": "probo",
|
||||
"description": "Open-source compliance workflows powered by Probo MCP",
|
||||
"source": {
|
||||
"source": "local",
|
||||
"path": "./packages/skills"
|
||||
},
|
||||
"policy": {
|
||||
"installation": "AVAILABLE",
|
||||
"authentication": "ON_INSTALL"
|
||||
},
|
||||
"category": "Productivity",
|
||||
"homepage": "https://github.com/getprobo/probo/tree/main/packages/skills",
|
||||
"repository": "https://github.com/getprobo/probo",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"probo",
|
||||
"compliance",
|
||||
"grc",
|
||||
"mcp"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user