Dev coordinator - worktree lifecycle and dispatch to plan/impl/review skills. Use when user wants to create/remove worktrees, kick off dev tasks, commit worktree changes, or hand off reviewed changes.
luohy15/y-agent
SkillsMP has collected 5 skills from luohy15/y-agent. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 5
- GitHub stars
- 219
- GitHub forks
- 30
Skills in this repository
Showing 5 of 5 collected skills.
Impl - implement code changes inside an existing worktree, also handles dev server. Use when a sub-task is ready to be coded (worktree already created) or when running a dev server.
Main conversation hub - dispatch tasks to specialized skills via y chat, avoid doing long-running work directly.
Plan - read code, audit, scope, and produce a plan note at pages/plan-{id}.md. Use when a coding task needs research, audit, or sub-task breakdown before implementation.
Review - check worktree-local diff or PR against the linked plan note and code quality, output an approve / request-changes verdict. Use when impl is done and changes need a sanity check before commit.