Loading...
Loading...
Found 169 Skills
Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-code-review` offers a worktree option.
Land a subagent worktree branch onto the integration branch with preflight + recorded rollback. Triggers: HSM `merge-pending` substate, `merge_orchestrate` next_action verb. Local git operation — NOT remote PR merging (that is `merge_pr` in the synthesize phase).
Execute all solutions from issue queue with git commit after each solution. Supports batch processing and execution control.
Manage LlamaFarm worktrees for isolated parallel development. Create, start, stop, and clean up worktrees.
Project Session Manager - isolated dev environments with git worktrees and tmux
Use this when you have a written implementation plan and execute it in separate sessions with review checkpoints
Create a feature branch in a git worktree from a GitHub issue
Launch N parallel subagents in isolated git worktrees to compete on the session task.
Use when ending a session, wrapping up work, saying goodbye, or transitioning to a new task context after completing a development cycle
Spawn and manage multiple Codex CLI agents via tmux to work on tasks in parallel. Use whenever a task can be decomposed into independent subtasks (e.g. batch triage, parallel fixes, multi-file refactors). When codex and tmux are available, prefer this over the built-in Task tool for parallelism.
AI team role manager for multi-agent development workflows. Use when the user wants to create/delete team roles, open role sessions in terminal tabs, assign tasks to roles, check team status, or merge role branches. Triggers on /agent-team commands, "create a team role", "open role session", "assign task to role", "show team status", "merge role branch".
Implementation methodology for executing tasks. Provides the how — scoping, decomposition, worktree workflow, verification, and commit conventions.