From tkb
Bump the TKB plugin version and publish a release. Use this skill whenever the user wants to release, publish, deploy, or bump the version of the TKB plugin — including phrases like "出一个版本", "发布", "release", "publish", "bump version", "tag a release", or "push a new version". Supports patch (default), minor, and major bumps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/tkb:tkb-bumpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Runs `./scripts/bump-version.sh` to bump the version, commit, tag, and push.
Runs ./scripts/bump-version.sh to bump the version, commit, tag, and push.
GitHub Actions then creates the release automatically.
| User says | Flag to use |
|---|---|
| "patch", "bugfix", "小版本", or nothing specific | (default — no flag) |
| "minor", "feature", "功能版本" | --minor |
| "major", "breaking", "大版本" | --major |
/Users/I333878/.claude/plugins/marketplaces/tkbgit status — warn the user if there are uncommitted changes (the script will commit only the version files; other changes won't be included)cd /Users/I333878/.claude/plugins/marketplaces/tkb
./scripts/bump-version.sh [--minor|--major]
The script handles everything: updates both .claude-plugin/plugin.json and .claude-plugin/marketplace.json, commits, tags vX.Y.Z, and pushes. GitHub Actions picks up the tag and creates the GitHub Release.
Do not run gh pr create, manually edit version files, or push tags by hand — the script is the only correct release path.
npx claudepluginhub sendme365/tkb --plugin tkbFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.