Version control workflow skill: micro-unit commits, PR-based review with multi-role subagents, and semver releases
Use whenever the user wants to bootstrap a project (or their user-global Claude config) for AI collaboration — sets up the `AGENTS.md`/`CLAUDE.md` instruction templates, `.claude/settings.json` with a HUD statusline, `.editorconfig`, and `.markdownlint.json`. Triggers on "set up this project for Claude", "bootstrap AGENTS.md", "/setup-khemoo", or when the user starts a new project that needs the standard scaffolding. Invoke even when the user phrases the ask casually ("get this repo Claude-ready", "drop in the usual configs").
Use whenever the user wants to add, remove, list, complete, or clean up tasks / TODOs / follow-ups during a Claude Code session. Triggers on phrases like "add a task", "remind me to", "queue this for later", "remove that task", "clean up completed", "what's on my TODO", "/tasks-khemoo …". Enforces queue-only semantics (adding ≠ implementing) and bonds the in-session task list with the project's `TODO.md` so tasks survive across sessions. Invoke this even when the user phrases the request as "remember to do X later", "we should add a TODO for that", or "track this for later" without naming the skill.
Use when there are uncommitted changes in the working tree, an unmerged branch with no PR, an open PR awaiting review or with unresolved comments, or merged commits since the last semver tag.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin with focused workflow skills for version control and task management.
Status: pre-1.0 (
v0.x.y). The skills are stable in shape but the surface may still shift on minor bumps. See CHANGELOG.md for what's changed lately.
/vc-khemoo — Version Control PipelineEnd-to-end version control workflow:
Release-Note line that drives Stage 5bump-decision.md only loaded when minor/major is plausibly on the table/tasks-khemoo — Task Management with TODO.md BondingQueue-only task management. Adding a task does not implement it — the skill records and stops.
/tasks-khemoo — show the merged task list (in-session + TODO.md quick tasks)/tasks-khemoo add <description> — queue a new task (duplicate-checks against existing pending/in-progress)/tasks-khemoo done <id> / remove <id> / cleanup — move tasks through their lifecycle in both places/tasks-khemoo sync — reconcile in-session list with TODO.md after external editsTODO.md is bonded via <!-- tasks-khemoo:start --> … <!-- tasks-khemoo:end --> markers, so tasks survive across sessions and hand-curated content above the markers is preserved untouched.
.
├── skills/
│ ├── vc-khemoo/ end-to-end VC pipeline (commit → PR → review → merge → release)
│ │ ├── SKILL.md
│ │ └── references/ per-stage reference material; loaded only when needed
│ │ ├── cores.md, specialists/{8 reviewer briefs}, review-output.md
│ │ ├── pr-body-template.md, release-commands.md
│ │ ├── bump-decision.md (loaded only for minor/major decisions)
│ │ └── resolved-findings-comment.md, deferred-issue-template.md
│ └── tasks-khemoo/ queue-only task management bonded to TODO.md
│ ├── SKILL.md
│ └── scripts/
│ ├── todo-md.sh deterministic file-edit primitives
│ ├── test-todo-md.sh 13 regression scenarios
│ └── test-markers.sh bondable-section integrity check
├── bin/test one-command lint + regression runner (mirrors CI)
├── .github/workflows/ CI: shellcheck + markdownlint + skill regression tests
├── TODO.md quick tasks bonded via `<!-- tasks-khemoo:start/end -->`
├── CHANGELOG.md, CONTRIBUTING.md, LICENSE
└── .claude-plugin/plugin.json
The two skills are independent and can be invoked separately. tasks-khemoo is helpful while drafting work; vc-khemoo ships it.
khemoo-skills ships through the khemoo Claude Code marketplace at https://github.com/kickthemoon0817/khemoo-claude-plugins:
/plugin marketplace add kickthemoon0817/khemoo-claude-plugins
/plugin install khemoo-skills@khemoo
For local development (working in this repo directly):
claude --plugin-dir /path/to/khemoo-skills
Inside a Claude Code session:
/vc-khemoo # full pipeline from detected state
/vc-khemoo commit # Stage 1 only
/vc-khemoo review [scope] # Stage 3 only (uncommitted | branch | pr)
/vc-khemoo release patch # Stage 5 only
/tasks-khemoo # list merged in-session + TODO.md tasks
/tasks-khemoo add "<desc>" # queue a task without implementing
/tasks-khemoo cleanup # remove all completed tasks
/tasks-khemoo sync # reconcile after external TODO.md edits
See CHANGELOG.md.
See CONTRIBUTING.md for the conventions (Conventional Commits without parens, branch naming, PR review expectations, semver bump rules, local lint/test commands).
MIT — see LICENSE.
npx claudepluginhub kickthemoon0817/khemoo-skills --plugin khemoo-skills3D simulation and DCC skills — scene setup, physics, materials, camera, scripting, and headless workflows for Isaac Sim, Unreal Engine, Blender, and USD
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.