Commit graph

7 commits

Author SHA1 Message Date
Michał Kopeć
0351a412fa Expand cascade-knowledge-base plugin with new skills and richer workflows
Add ckb-ingest, ckb-lint, ckb-retrieve, ckb-teach-me, ckb-upgrade, and
ckb-index-external skills; update ckb-init's default skill set and
ckb-sync-changes to handle missing origin remotes.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-06 14:28:29 +02:00
Michał Kopeć
e38a95aa5c Fix invalid YAML frontmatter in prepare-presentation SKILL.md
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.
2026-07-16 17:59:53 +02:00
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
Michał Kopeć
c9f6186b4b Restructure plugins into doc-help, common, cascade-knowledge-base bundles
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.
2026-07-16 16:44:54 +02:00
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
Michał Kopeć
576a14c82f Add ivona and timesheet plugins, MIT LICENSE, and invoice-prep-test
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.
2026-07-15 15:00:21 +02:00
Michał Kopeć
4e11c144c7 Initial skills marketplace with 7 personal skill plugins
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.
2026-07-15 13:57:37 +02:00