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.
$ npx -y skills add udecode/dotai --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
Repo: udecode/dotai
What's inside
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.
autogoal: durable goal lifecycle and seeded plan templates.
get_goal, create_goal, update_goal); optional orchestrator when $orchestrator on is active.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.
autogoal, sync-skills, sync-vision,
resolve-pr-feedback, hard-cut, tdd, and diagnosing-bugs for routed
follow-up work.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.
orchestrator, autogoal, repo-local task, Linear read/write
tools, Git and PR tooling.orchestrator: route implementation through durable child threads and
disposable worktrees targeting main.
resolve-pr-feedback: GitHub PR review feedback closure with source-backed
triage, proof, replies, and thread resolution.
gh, jq; optional project-owned docs/plans/templates/resolve-pr-feedback.md.sync-vision: keep project root VISION.md current from changed
human/agent inputs.
autogoal; optional project-owned docs/plans/templates/sync-vision.md.tdd: test-first development loop.video-transcripts: generate XML transcripts for tracker video evidence.
GEMINI_API_KEY or GOOGLE_API_KEY; curl, jq, file, and
ffmpeg; optional gh for private GitHub attachments.walkthrough: explain completed UI or rendered-output changes with concise
annotated visuals from real final-state artifacts.
imagegen or another safe image editor for annotations.Install with the skills CLI:
npx skills add udecode/dotai
Run after edits:
scripts/validate-skills
.gitignore
AGENTS.md
README.md
scripts/
validate-skills
skills/
agent-native-reviewer/
SKILL.md
autogoal/
assets/
templates/
docs.md
goal-repair.md
goal.md
major-task.md
packs/
agent-native.md
browser.md
docs.md
package-api.md
performance-observability.md
task.md
README.md
scripts/
check-complete.mjs
create-goal-scratchpad.mjs
create-goal-template.mjs
init-templates.mjs
SKILL.md
hard-cut/
SKILL.md
linear-backlog/
agents/
openai.yaml
SKILL.md
orchestrator/
SKILL.md
resolve-pr-feedback/
scripts/
get-pr-comments
get-thread-for-comment
reply-to-pr-thread
resolve-pr-thread
SKILL.md
sync-vision/
scripts/
collect-vision-diff.mjs
SKILL.md
tdd/
SKILL.md
video-transcripts/
scripts/
generate_video_transcript.sh
SKILL.md
walkthrough/
agents/
openai.yaml
scripts/
diff-baseline.mjs
diff-baseline.test.mjs
SKILL.mdFAQ
dotai is a Claude Code plugin with 10 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes agent-native-reviewer, autogoal, hard-cut. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.