skills-marketplace/.claude-plugin/marketplace.json
Michał Kopeć be115f0389 Add prepare-presentation skill to common plugin
Bumps common to 1.0.2 and updates its description to cover the new
presentation-planning skill; syncs marketplace.json versions/descriptions
and the README table to match.
2026-07-16 16:48:05 +02:00

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.1"
},
{
"name": "common",
"source": "./plugins/common",
"description": "Run mock job interviews with a scored assessment and learning plan, run structured interviews that capture knowledge to a markdown file, and gather source material and agree a plan before building a presentation.",
"version": "1.0.2"
},
{
"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.1"
},
{
"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"
}
]
}