Write Sign in
0
0
via GitHub · Posted Jul 10, 2026 · 1 min read

dotai: Shared Skills for Coding Agents

udecode/dotai
Skill

Skills for agents.

1,151Stars
82Forks
0Open issues
18Watching
JavaScript Updated 1 hour ago
View on GitHub

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.

0 comments

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); 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.
    • Deps: optional 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.
  • orchestrator: route branch work to reusable child threads.
    • Deps: durable Codex thread tools.
  • resolve-pr-feedback: GitHub PR review feedback closure with source-backed triage, proof, replies, and thread resolution.
    • Deps: 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.
    • Deps: autogoal; optional project-owned docs/plans/templates/sync-vision.md.
  • tdd: test-first development loop.
  • video-transcripts: generate XML transcripts for tracker video evidence.
    • Deps: GEMINI_API_KEY or GOOGLE_API_KEY; curl, jq, file, and ffmpeg; optional gh for private GitHub attachments.

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.

Comments (0)

Sign in to join the discussion.

No comments yet

Be the first to share your take.