AGENTS.md@skills/agent-project/templates · git:20260706.208cb0b · 2026-07-06 · sha256 f9879247d9c1ab7a

AGENTS.md@skills/agent-project/templates git:20260706.208cb0bA

Immutable. This exact content is served forever at /api/v1/blob/f9879247d9c1ab7a.

# AGENTS.md (Project)

This file provides the context and rules for AI agents.

## Project Identity

- **Name**: <Project Name>
- **Description**: <1-2 sentences on what this project does.>

## Tech Stack & Tools

- **Language**: Python (uv, see pyproject.toml) / Go (go.mod)
- **Task Runner**: `mise` (see `mise.toml`)
- **Formatting**: `dprint` (config/markup) + `ruff` / `gofumpt`
- **Linting**: `ruff` / `golangci-lint`
- **Git Hooks**: `lefthook` (see `lefthook.yml`)
- **Testing**: `pytest` / `gotestsum`

## Rules & Standards

- **Elegant & Refined**: Write minimalist, correct, and self-documenting code. Avoid complex solutions.
- **Fail Fast**: Use standard error handling and assertions; do not swallow exceptions.
- **Git Commits**: Strictly use Conventional Commits (e.g., `feat:`, `fix:`, `chore:`).

## Workspace Layout

- `.agents/` — Workspace-scoped agent config (Antigravity; OpenCode also reads `AGENTS.md`):
  - `agents/` — Custom subagents (`*.md`)
  - `skills/` — Project-specific agent skills (`SKILL.md` packages)
  - `mcp_config.json` — MCP server definitions