Consolidates ghost-writer/resolve-todos/tldr-this into doc-help, hr-manager/interview into common, and the ckb-*/meeting-notes/meeting-prep/quiz skills into cascade-knowledge-base (renaming the latter three to ckb-meeting-notes, ckb-meeting-prep, ckb-quiz for naming consistency). Updates marketplace.json and README.md to match the new plugin set.
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"name": "skills-marketplace",
|
|
"owner": {
|
|
"name": "Michal Kopec"
|
|
},
|
|
"description": "A personal marketplace of Claude Code skills for interviews, meetings, and writing.",
|
|
"plugins": [
|
|
{
|
|
"name": "cascade-knowledge-base",
|
|
"source": "./plugins/cascade-knowledge-base",
|
|
"description": "Bootstrap, sync, export, and query a Cascade Knowledge Base wiki - init, ingest sync, OKF/Starlight export, guided onboarding tours, project summaries, meeting notes/prep, and quizzes.",
|
|
"version": "1.0.0"
|
|
},
|
|
{
|
|
"name": "common",
|
|
"source": "./plugins/common",
|
|
"description": "Run mock job interviews with a scored assessment and learning plan, and run structured interviews that capture knowledge to a markdown file.",
|
|
"version": "1.0.0"
|
|
},
|
|
{
|
|
"name": "doc-help",
|
|
"source": "./plugins/doc-help",
|
|
"description": "Rewrite and humanize text to remove AI writing patterns, produce short TL;DR summaries, and find and resolve TODO items in a document.",
|
|
"version": "1.0.0"
|
|
},
|
|
{
|
|
"name": "ivona",
|
|
"source": "./plugins/ivona",
|
|
"description": "Check KSeF invoices against contractors/white-list and audit team timesheet completion via Tempo.",
|
|
"version": "1.0.0"
|
|
},
|
|
{
|
|
"name": "timesheet",
|
|
"source": "./plugins/timesheet",
|
|
"description": "Check and log your own Tempo timesheet, and see what to put on your invoice for a given month.",
|
|
"version": "1.0.0"
|
|
}
|
|
]
|
|
}
|