#211 · Primary category: AI Coding Assistants
comet
Comet: agent skill harness for turning ideas into evaluated workflows
Project last updated:08/29/26
GitHub Stars
2.9K
Forks
280
Contributors
21
License
MIT
Why we included this project
Comet is a harness for teams that want to hand coding agents substantial, multi-file work rather than babysitting every edit. It wraps spec-driven development (built on OpenSpec and Superpowers) into a five-phase, resumable workflow, and adds an evaluation harness that scores skills with Rubric, Pass@k, and Pass^k metrics instead of gut feeling. The phase-guarded state machine is the part that stands out: the workflow only advances when verification evidence checks out, so an agent can't simply claim it finished. That combination helps when agents stall mid-task, and it gives you a way to prove a prompt or skill change actually improved results. Skill authors also get to package composed skills and ship them to several coding platforms with a single command.
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.