#343 · Primary category: AI Coding Assistants
dotai
Skills for agents.
Project last updated:08/22/26
GitHub Stars
1.2K
Forks
81
Contributors
2
License
Other
Why we included this project
dotai packages reusable workflow definitions, called skills, that give coding agents a consistent way to handle routine development tasks. The skills cover test-first coding loops, closing out GitHub PR review feedback, keeping goal lifecycles durable, and running parallel implementation work across child threads. Rather than each project maintaining its own ad-hoc agent instructions, downstream repos can link to these skills as a shared routing layer. The workflows are written to be operational, with explicit dependencies and validation scripts, so they are straightforward to adopt and adapt. If you want your agents to follow the same well-tested procedures across multiple repositories, this is a practical choice.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.