A collection of reusable agent workflows and skills for automating common development tasks like goal management, code review, PR feedback resolution, and test-driven development. Designed as a canonical source for udecode agent skills that can be easily imported and composed into larger automation systems.
Skills for agents.
At a glance
README
dotai
Shared skills for coding agents.
Skills are the main routing layer. This repo is the canonical source for reusable udecode workflows; downstream repos should link to these skills instead of copying long SKILL.md files around.
Included Skills
autogoal: durable goal lifecycle and seeded plan templates.- Deps: Codex goal tools (
get_goal,create_goal,update_goal); optionalorchestratorwhen$orchestrator onis active.
- Deps: Codex goal tools (
agent-native-reviewer: review whether agents can discover, perform, and verify the same meaningful actions as maintainers/users across skills, prompts, commands, generated mirrors, repo workflows, and product actions.- Deps: optional
autogoal,sync-skills,sync-vision,resolve-pr-feedback,hard-cut,tdd, anddiagnosing-bugsfor routed follow-up work.
- Deps: optional
hard-cut: delete-first repo cleanup workflow.linear-backlog: execute a scoped Linear queue as maximal safe parallel batches without asking for each next batch.- Deps:
orchestrator,autogoal, repo-localtask, Linear read/write tools, Git and PR tooling.
- Deps:
orchestrator: route implementation through durable child threads and disposable worktrees targetingmain.- Deps: durable Codex thread and project tools; Git worktrees.
resolve-pr-feedback: GitHub PR review feedback closure with source-backed triage, proof, replies, and thread resolution.- Deps:
gh,jq; optional project-owneddocs/plans/templates/resolve-pr-feedback.md.
- Deps:
sync-vision: keep project rootVISION.mdcurrent from changed human/agent inputs.- Deps:
autogoal; optional project-owneddocs/plans/templates/sync-vision.md.
- Deps:
tdd: test-first development loop.video-transcripts: generate XML transcripts for tracker video evidence.- Deps:
GEMINI_API_KEYorGOOGLE_API_KEY;curl,jq,file, andffmpeg; optionalghfor private GitHub attachments.
- Deps:
Quick Start
Install with the skills CLI:
npx skills add udecode/dotai
Validate
Run after edits:
scripts/validate-skills
Editing Rules
- Keep descriptions short and useful for routing.
- Keep skill bodies operational, not essay-like.
- Prefer helper scripts for repeatable command logic.
- Do not include secrets, private hostnames, private account IDs, or private URLs.
9 skills in this repo
Copy into ~/.claude/skillsReview agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/agent-native-reviewer ~/.claude/skills/agent-native-reviewer
Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and goal-backed workflow repair.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/autogoal ~/.claude/skills/autogoal
Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/hard-cut ~/.claude/skills/hard-cut
Run a scoped Linear backlog autonomously as a sequence of maximal safe parallel batches by composing orchestrator, autogoal, and task. Use when the user wants Codex to execute ordered Linear issues without prompting for each next batch whil...
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/linear-backlog ~/.claude/skills/linear-backlog
Turn the current Codex thread into a coordination thread that routes implementation work to durable reusable child threads in disposable worktrees with short-lived branches targeting main.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/orchestrator ~/.claude/skills/orchestrator
Resolve GitHub PR review feedback with source-backed triage, fixes, autogoal plan state, focused proof, replies, and thread resolution.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/resolve-pr-feedback ~/.claude/skills/resolve-pr-feedback
Sync root VISION.md from changed human and agent inputs; use when project taste, doctrine, or maintainer judgment should learn from recent plans, docs, skills, reviews, or repeated misses.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/sync-vision ~/.claude/skills/sync-vision
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/tdd ~/.claude/skills/tdd
Generate structured video transcripts from local files or video URLs using Gemini Files API. Use when a GitHub or Linear tracker item, comment, or attachment includes a screen recording, .mov, .mp4, or tracker-hosted video and you need a <v...
git clone --depth 1 https://github.com/udecode/dotai
cp -r dotai/skills/video-transcripts ~/.claude/skills/video-transcripts
Comments (0)
Sign in to join the discussion.
No comments yet
Be the first to share your take.