Files
probo/packages/skills/.codex-plugin/plugin.json
Cursor Agent e3209b74ae 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>
2026-07-10 12:59:49 +00:00

22 lines
522 B
JSON

{
"name": "probo",
"version": "0.1.0",
"description": "Open-source compliance workflows powered by Probo MCP (Codex, OpenCode, Claude Code)",
"author": {
"name": "Probo Inc",
"email": "hello@probo.com"
},
"homepage": "https://github.com/getprobo/probo/tree/main/packages/skills",
"repository": "https://github.com/getprobo/probo",
"license": "MIT",
"keywords": [
"probo",
"compliance",
"grc",
"mcp",
"open-source"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}