agentic-os/registry/plugins.json

133 lines
3.5 KiB
JSON

{
"plugins": [
{
"name": "_template",
"version": "1.0.0",
"description": "Template for creating new skills",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "heartbeat",
"version": "1.0.0",
"description": "System health monitoring skill",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "devops-audit",
"version": "1.0.0",
"description": "GCP/K8s infrastructure audit",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "content-draft",
"version": "1.0.0",
"description": "Blog/newsletter content writing",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "code-review",
"version": "1.0.0",
"description": "Automated code review",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "research-synthesis",
"version": "1.0.0",
"description": "Web research and synthesis via Gemini CLI",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "daily-standup",
"version": "1.0.0",
"description": "Morning briefing with project status",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "meeting-minutes",
"version": "1.0.0",
"description": "Meeting notes processor",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "project-planner",
"version": "1.0.0",
"description": "Implementation plans and spec-driven development",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "brainstorming",
"version": "1.0.0",
"description": "Socratic design refinement",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "systematic-debug",
"version": "1.0.0",
"description": "4-phase root cause debugging",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "memory-consolidation",
"version": "1.0.0",
"description": "Weekly memory synthesis",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "backup-skill",
"version": "1.0.0",
"description": "Backup snapshot creation",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "cost-analytics",
"version": "1.0.0",
"description": "Token usage and cost tracking",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "tdd-cycle",
"version": "1.0.0",
"description": "Red-Green-Refactor TDD cycle",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
},
{
"name": "goal-planner",
"version": "1.0.0",
"description": "Step-by-step goal planning",
"author": "Agentic OS",
"installed": "2026-05-17T00:00:00Z",
"type": "built-in"
}
]
}