2025-10-17 11:17:09 -05:00
{
2026-03-26 07:21:34 -05:00
"name" : "local-plugins" ,
2025-10-17 11:17:09 -05:00
"owner" : {
2026-03-26 07:21:34 -05:00
"name" : "Tom, Dick, and Harry"
2025-10-17 11:17:09 -05:00
} ,
"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" ,
2026-05-11 16:42:35 -05:00
"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 — GPS evidence evaluation, FAN workflows, research journal, claim promotion, and transcription."
2026-04-29 21:57:09 -05:00
} ,
{
"name" : "composer" ,
"source" : "./composer" ,
"description" : "Discovery-phase companion that walks a project from \"I want an app that…\" to a tree of stories in the issue tracker. Pairs with symphony."
} ,
{
"name" : "symphony" ,
"source" : "./symphony" ,
"description" : "Tracker-agnostic orchestrator daemon — polls the issue tracker, dispatches isolated worker agents per issue, reconciles state. Pairs with composer."
2026-05-16 18:24:15 -05:00
} ,
{
"name" : "fiction-assistance" ,
"source" : "./fiction-assistance" ,
refactor(fiction-assistance)!: reduce to portable guidance and analysis (v2.0.0)
Strip the Universalis-specific vault layout and card-management
machinery. The plugin is now a general-purpose fiction toolkit:
nine commands that take a manuscript path/glob/selection via
\$ARGUMENTS and write their output to the conversation.
Surviving commands, flattened into commands/:
- analyze-story: structural and statistical analysis
- bechdel-test: representation tests (Bechdel + related)
- check-continuity: plot/character/world continuity
- check-voice: per-character voice consistency
- developmental-review: structural feedback on a scene/chapter
- extract-research: world-building and research inventory
- final-review: synthesis of prior-phase reviews
- generate-timeline: chronology with consistency checks
- strategic-review: craft-based critique with priority ranking
Removed (vault and card management): 10 update-*-cards commands,
cleanup-generated, update-changed, update-links,
update-chapter-summaries, validate-story, validate-pdf, score-scenes.
The original bespoke command set is preserved in 65c29d7 for recovery.
Agent (line-editor) and skill (reviewing-fiction) were already
portable and are unchanged. plugin.json no longer needs the
commands subdirectory paths since the layout is flat. Marketplace
description updated to reflect the general-purpose scope.
BREAKING CHANGE: All update-*-cards, cleanup-generated, update-changed,
update-links, update-chapter-summaries, validate-story, validate-pdf,
and score-scenes commands are removed. perform-bechdel-tests is renamed
to bechdel-test. review-final is renamed to final-review.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-16 18:28:53 -05:00
"description" : "General-purpose fiction-writing guidance and analysis — story stats, continuity and voice checks, representation tests, developmental and strategic review, world-building extraction, timeline construction, and a line-editor agent."
2025-10-17 11:17:09 -05:00
}
]
}