The description contained an unescaped colon+space, which YAML parses as
a nested mapping key. Switched to a folded block scalar (>), matching the
convention already used by ghost-writer's SKILL.md.
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.
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.
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.
Adds ivona (invoice-checker, timesheet-checker) and timesheet
(check-my-timesheet, invoice-prep) as new plugins, plus invoice-prep-test — a
one-off experiment that requests the Tempo API token via plugin userConfig at
install time instead of a .env file, to check whether that value actually
reaches the skill's script. Also adds the root LICENSE (MIT) referenced from
the README.
Structures ghost-writer, hr-manager, interview, meeting-notes, meeting-prep,
quiz, and resolve-todos as installable Claude Code plugins under a
.claude-plugin/marketplace.json manifest. Anthropic's built-in docx/pdf/pptx/xlsx
skills are excluded due to license restrictions, and mcp-builder/skill-creator
are excluded as not authored by me.