Skills

Go-based skills and convention files for AI agents at Simple and Fast.

1. Overview

Skills provides two things:

  1. Go binaries — RSS-to-email (rss2email) and web fetch (web-fetch, web-fetch-playwright) tools
  2. Convention filesAGENTS.md, coding standards, git workflow, testing guidelines consumed by the agent-conventions package

2. Building

nix build .#skills

The output includes compiled Go binaries in $out/bin/ and skill markdown files in $out/skills/.

3. Available skills

SkillBinaryDescription
rss2emailrss2emailRSS feed to email gateway
web-fetchweb-fetchWeb page fetcher
web-fetch-playwrightweb-fetch-playwrightBrowser-based web fetcher

4. Convention files

The skills repo also provides convention files installed separately via the agent-conventions package:

  • AGENTS.md — agent behavior guidelines
  • coding-standards.md — language-specific code style
  • git-workflow.md — git procedures and practices
  • testing.md — testing guidelines

5. Source

pkgs/skills/default.nix — builds from the skills-src git input using buildGoModule.