Files
claude-plugins/.claude-plugin/marketplace.json

40 lines
1.9 KiB
JSON
Raw Normal View History

{
2026-03-26 07:21:34 -05:00
"name": "local-plugins",
"owner": {
2026-03-26 07:21:34 -05:00
"name": "Tom, Dick, and Harry"
},
"description": "A curated collection of Agent Skills and plugins for Claude Code and Claude.ai",
"plugins": [
2026-03-21 22:13:19 -05:00
{
"name": "council-of-experts",
"source": "./council-of-experts",
"description": "A research council that attacks hard problems from multiple expert perspectives simultaneously. Roster covers software, genealogy, and fiction writing."
2026-03-26 07:21:34 -05:00
},
{
"name": "genealogy",
"source": "./genealogy",
"description": "Genealogy research methodology \u2014 GPS evidence evaluation, FAN workflows, research journal, claim promotion, and transcription."
},
{
"name": "composer",
"source": "./composer",
"description": "Discovery-phase companion that walks a project from \"I want an app that\u2026\" to a tree of stories in the issue tracker. Pairs with symphony."
},
{
"name": "symphony",
"source": "./symphony",
"description": "Tracker-agnostic orchestrator daemon \u2014 polls the issue tracker, dispatches isolated worker agents per issue, reconciles state. Pairs with composer."
},
{
"name": "fiction-assistance",
"source": "./fiction-assistance",
"description": "General-purpose fiction-writing guidance and analysis \u2014 proofreading, consistency and believability, story stats, representation tests, developmental and strategic review, world-building extraction, timeline construction, final-review synthesis. Reports only; never edits."
},
{
"name": "background-shell",
"source": "./background-shell",
"description": "Persistent named tmux sessions for work ordinary tool calls cannot hold: interactive prompts, REPLs, TUIs, and jobs that must outlive an SSH connection. Ships the bgsh helper plus a registry that keeps remote sessions findable."
}
]
}