Resources
Tools and skills from our team and the community for building agents and working with them.
- adk-bootstrap
Our opinionated shell script to scaffold Google ADK projects. Sets up uv, Makefile, and sensible defaults so you can start building agents immediately.
HerdrRun coding agents in persistent terminal workspaces across projects and machines. Keep sessions running in the background and see which agents need your attention.
HunkReview code changes in your terminal with side-by-side diffs, syntax highlighting, and agent annotations that explain the changes alongside the code.
PonytailA skill that steers coding agents toward simpler solutions: reuse existing code, prefer standard libraries and native features, and avoid unnecessary abstractions.
OpenSpecA lightweight framework for defining software specifications and keeping coding agents aligned with them. Refine requirements, implement tasks, and verify the result against the spec.