Go-based skills and convention files for AI agents at Simple and Fast.
1. Overview
Skills provides two things:
- Go binaries — RSS-to-email (
rss2email) and web fetch (web-fetch,web-fetch-playwright) tools - Convention files —
AGENTS.md, coding standards, git workflow, testing guidelines consumed by theagent-conventionspackage
2. Building
nix build .#skillsThe output includes compiled Go binaries in $out/bin/ and skill markdown
files in $out/skills/.
3. Available skills
| Skill | Binary | Description |
rss2email | rss2email | RSS feed to email gateway |
web-fetch | web-fetch | Web page fetcher |
web-fetch-playwright | web-fetch-playwright | Browser-based web fetcher |
4. Convention files
The skills repo also provides convention files installed separately via the
agent-conventions package:
AGENTS.md— agent behavior guidelinescoding-standards.md— language-specific code stylegit-workflow.md— git procedures and practicestesting.md— testing guidelines
5. Source
pkgs/skills/default.nix — builds from the skills-src git input using
buildGoModule.