Instructions file CodexOpenCode
AGENTS.md instructions for luohy15/y-agent, covering y-agent, architecture, packages, tech stack and notable subsystems.
Instructions file CodexOpenCode
AGENTS.md instructions for luohy15/y-agent, covering y-agent, architecture, packages, tech stack and notable subsystems.
Instructions file
Claude Code instructions for luohy15/y-agent, a project described as: A deceptively simple agent app.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Main conversation hub - dispatch tasks to specialized skills via y chat, avoid doing long-running work directly.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
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.