# Project Context

## What This Is

<!-- Fill during setup: 2-3 sentences describing the project -->

[Project name] — [what it does and who it's for].

## Stack

<!-- Fill during setup: auto-detected or manual -->

- **Framework**: [e.g., Next.js 14 / React 18]
- **Language**: [e.g., TypeScript 5.x]
- **Styling**: [e.g., Tailwind CSS]
- **Database**: [e.g., PostgreSQL / Convex]
- **Hosting**: [e.g., Vercel]
- **Testing**: [e.g., Vitest + Testing Library]

## Standards

Code standards are defined by installed community skills. Skills are installed
based on detected stack during setup or manually via `npx flydocs skills add`.

Installed community skills provide domain-specific patterns. List them with
`npx flydocs skills list`.

### Project-Specific Standards

<!-- Add project-specific rules, overrides, or clarifications here -->
<!-- Example: "We use CSS Modules instead of Tailwind for this project" -->

## Key Decisions

Architectural decisions: `flydocs/knowledge/decisions/`
Project notes: `flydocs/knowledge/notes/`

## Links

- **Repository**: [URL]
- **Design**: [Figma URL if applicable]
- **Docs**: [External docs URL if applicable]

---

_Last Updated: YYYY-MM-DD_
