How I work with agentic coding assistants
| File | Description |
|---|---|
| AGENTS.md | Global — coding standards, stack preferences, deployment patterns, git workflow, and agent behavior rules |
| SETUP.md | Dev environment — Ghostty, tmux, Zsh, micro/Zed, and how everything is wired together |
AGENTS.md is my global file. Coding Agent loads it at the start of every conversation across all projects. It defines:
- Coding standards — naming, error handling, accessibility, API safety
- Stack — React + Vite + Hono, Tailwind v4, shadcn/ui, Deno, SQLite
- Agent behavior — default to parallel teams, auto-commit, never echo requests
- Git workflow — version bumping, changelog format, selective staging
- Dev validation — headless browser CLI for visual QA after every change
| Layer | Tools |
|---|---|
| Terminal | Ghostty, tmux, micro |
| Editor | Zed |
| Frontend | React 19, Vite 7, Tailwind v4, shadcn/ui |
| Backend | Node.js, Hono, SQLite |
| Runtime | Deno |
| AI | Coding Agent with Ahoy for auto-focus and audio alert |
- skills — Custom agent skills and subagents for Claude and other LLMs
- ahoy — Auto-focus and audio alert for multi-agent coding
- skateboard — React starter with auth, Stripe, shadcn, and SQLite
- skateboard-ui — Web component library
Built by Steve Derico