skills-marketplace/.claude-plugin/marketplace.json
Michał Kopeć da4f334a0c Drop invoice-prep-test, standardize on .env for credentials
userConfig never prompted the user at install time in testing, so all
credential-needing skills stay on .env.example + .env. Adds the missing
.env.example/.gitignore to check-my-timesheet and invoice-prep to match
invoice-checker and timesheet-checker.
2026-07-15 15:19:22 +02:00

63 lines
2.1 KiB
JSON

{
"name": "skills-marketplace",
"owner": {
"name": "Michal Kopec"
},
"description": "A personal marketplace of Claude Code skills for interviews, meetings, and writing.",
"plugins": [
{
"name": "ghost-writer",
"source": "./plugins/ghost-writer",
"description": "Rewrite and humanize text to remove AI writing patterns and match your own voice.",
"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": "hr-manager",
"source": "./plugins/hr-manager",
"description": "Run mock job interviews and produce a scored assessment with a prioritised learning plan.",
"version": "1.0.0"
},
{
"name": "interview",
"source": "./plugins/interview",
"description": "Run a structured interview and save the captured knowledge to a markdown file.",
"version": "1.0.0"
},
{
"name": "meeting-notes",
"source": "./plugins/meeting-notes",
"description": "Interview a participant about a meeting and produce structured meeting notes.",
"version": "1.0.0"
},
{
"name": "meeting-prep",
"source": "./plugins/meeting-prep",
"description": "Generate a prioritised list of questions for an upcoming meeting based on wiki knowledge gaps.",
"version": "1.0.0"
},
{
"name": "quiz",
"source": "./plugins/quiz",
"description": "Quiz the user on knowledge captured in the wiki, with scoring and immediate feedback.",
"version": "1.0.0"
},
{
"name": "resolve-todos",
"source": "./plugins/resolve-todos",
"description": "Find and resolve TODO items in a document, asking for input when instructions are unclear.",
"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"
}
]
}