# Overview

> Project overview and architecture

- Skill: `weijiafu14/overview` (Agent Skill)
- Install (CLI): `npx skillmds@latest add weijiafu14/overview`
- Raw SKILL.md: https://api.skillmd.com/api/skills/weijiafu14/overview/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: weijiafu14 (https://skillmd.com/u/weijiafu14)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/weijiafu14/overview

---


# Project Overview

## What This Project Does

[Describe your project in 1-2 sentences]

## Tech Stack

- **Frontend**: [React/Vue/etc]
- **Backend**: [Node/Python/etc]
- **Database**: [PostgreSQL/MongoDB/etc]
- **Other**: [Redis, etc]

## Directory Structure

```
project/
├── src/              # Frontend source
├── server/           # Backend source
├── docs/             # Documentation
└── tests/            # Test files
```

## Core Data Flow

```
[Diagram or description of how data flows through the system]
```

## Key Concepts

- **Concept 1**: [explanation]
- **Concept 2**: [explanation]

## Getting Started

```bash
# Install dependencies
npm install

# Start development
npm run dev
```

## Gotchas

- [Common mistake 1 and how to avoid it]
- [Common mistake 2 and how to avoid it]

