54 lines
2.8 KiB
JSON
54 lines
2.8 KiB
JSON
{
|
|
"name": "cc-os",
|
|
"owner": {
|
|
"name": "Jared Swanson"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "cc-architect",
|
|
"source": "./plugins/cc-architect",
|
|
"description": "Model-tier-optimized execution plans, scaffolding, and configuration operations for building and managing Claude Code extensions (plugins, skills, workflows, descriptions)"
|
|
},
|
|
{
|
|
"name": "os-adr",
|
|
"source": "./plugins/os-adr",
|
|
"description": "Architecture Decision Records, consistently in every project: one template, docs/adr/NNNN-title.md + mechanical index, deterministic SessionStart existence check, non-destructive migration, and deterministic-first retrieval."
|
|
},
|
|
{
|
|
"name": "os-backlog",
|
|
"source": "./plugins/os-backlog",
|
|
"description": "Git-issues backlog across projects: deterministic tracker routing (forgejo/github/repo), mid-session capture as labeled issues, pull-only listing (ADR-0042)."
|
|
},
|
|
{
|
|
"name": "os-context",
|
|
"source": "./plugins/os-context",
|
|
"description": "Prompt-composer SessionStart plugin: concatenates prompts/session-start/*.md (session-orchestration + delegation-economics rules, kickoff conventions, standing safety rules, decision-memo format) into one additionalContext block, injected at session start and after compaction."
|
|
},
|
|
{
|
|
"name": "os-doc-hygiene",
|
|
"source": "./plugins/os-doc-hygiene",
|
|
"description": "Monitor and manage stale and bloated project documentation. Deterministic SessionStart reminder + AI-assisted check/clean skills with git-safe, scoped cleanup."
|
|
},
|
|
{
|
|
"name": "os-sdlc",
|
|
"source": "./plugins/os-sdlc",
|
|
"description": "Harness-driven software development lifecycle for cc-os: grill/wayfinder/to-spec/to-tickets/implement/review, adapted from Matt Pocock's skill lifecycle and Delta Refinery's multi-level pipeline, wired into os-backlog and os-adr."
|
|
},
|
|
{
|
|
"name": "os-shortcuts",
|
|
"source": "./plugins/os-shortcuts",
|
|
"description": "User-invoked QOL shortcut commands for the cc-os plugin family — the 'keybindings' of cc-os, ritual multi-step sequences invoked on demand (not automatic hook injection). Starts with /os-shortcuts:wrap (session-close ritual); expect more shortcuts to accumulate here."
|
|
},
|
|
{
|
|
"name": "os-status",
|
|
"source": "./plugins/os-status",
|
|
"description": "Aggregated deterministic SessionStart status checks for the cc-os plugin family: per-project artifacts (ADR system, vault hub note) and environment hazards (subagent model env override). At most one banner per session; snooze/suppress state in .cc-os/."
|
|
},
|
|
{
|
|
"name": "os-vault",
|
|
"source": "./plugins/os-vault",
|
|
"description": "Vault and graph memory system for Claude Code — integrates SecondBrain knowledge graph, episodic journal, and convention summaries into every session"
|
|
}
|
|
]
|
|
}
|