Imported from MichaelVessia/etude (
AGENTS.md). Install upstream withnpx skills add MichaelVessia/etude. Copyright stays with the author.
Agent Instructions
This project uses bd (beads) for issue tracking. Run bd onboard to get started.
Quick Reference
bd ready # Find available work
bd show <id> # View issue details
bd update <id> --status in_progress # Claim work
bd close <id> # Complete work
bd sync # Sync with git
Effect Best Practices
Before implementing Effect features, run effect-solutions list and read the relevant guide.
Topics include: services and layers, data modeling, error handling, configuration, testing, HTTP clients, CLIs, observability, and project structure.
Effect Source Reference: ~/.local/share/effect-solutions/effect
Search here for real implementations when docs aren't enough.