kobe
Run parallel coding sessions in isolated git worktrees
All Skills in This Repository (18)
Pure Emerald Level Indicatorskobe
Manage parallel AI coding agent sessions using git worktrees and PTY processes.
hyperframes
Render HTML and CSS compositions into MP4 videos using GSAP animations.
image-gen
Generate custom images from text prompts via the MiniMax image-01 API.
remotion-best-practices
Provide Remotion development guidance for programmatic video content.
recent-release
Parse changelog files and git tags to generate self-contained HTML release summaries.
auto-motion
Generate motion graphics videos from transcription.srt files using ffmpeg.
file-issue
Convert unstructured ideas into formatted GitHub issues using the gh CLI.
release
Automate the end-to-end software release lifecycle with git operations and CI/CD monitoring.
general-video
Orchestrate custom video compositions with enforced design systems and animation patterns.
remotion-ref-replay
Consolidate replay capture and analysis workflows into a brand-video production framework.
motion-graphics
Orchestrate asset sourcing, layout planning, and GSAP-based animation for short motion graphics.
hyperframes-motion
Orchestrate deterministic multi-phase GSAP motion scenes with synchronized timelines.
Frequently Asked Questions
FAQPage SchemaHow to install kobe?โผ
Run `npx skills add Sma1lboy/kobe --all -g -y` in your terminal to install all skills in this suite globally.
What does Rove do?โผ
Rove is a terminal workspace that runs many coding sessions at once, each in its own git worktree and branch so parallel work never collides. Sessions keep running even after you disconnect or close the window.
How do I run parallel coding tasks safely?โผ
Each managed task gets its own worktree and branch, so agents working on different tasks never overwrite each other's files. You review each task's diff and merge the branches that worked out.
Which coding CLIs does Rove support?โผ
It runs the real Claude Code, Codex, Copilot, and Kimi CLIs with their own auth and permissions, plus any custom CLI you register.
Can scripts or agents control Rove?โผ
Yes. The `rove api` command lets scripts and coding agents create, inspect, message, and merge tasks programmatically, and the bundled skill teaches an agent to drive that loop.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core