Skip to content

stevederico/agents-md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

AGENTS

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

How It Works

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

Stack

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

Related Projects

  • 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

About

How I configure AI coding agents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors