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

20 lines
632 B
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."
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."
}
]
}