forked from gmetribin/build-tools
19 lines
589 B
Markdown
19 lines
589 B
Markdown
# Project Context
|
|
|
|
<!-- Free-form project context: tech stack, conventions, architecture.
|
|
This is the primary way skills understand your codebase without reading every file.
|
|
Write naturally in markdown — no YAML constraints.
|
|
|
|
Tips:
|
|
- Be specific about languages, frameworks, and patterns
|
|
- For monorepos, use labeled sections so skills scope to the relevant part:
|
|
|
|
## packages/frontend
|
|
React, TypeScript, Next.js, Tailwind CSS
|
|
|
|
## packages/backend
|
|
Python, FastAPI, SQLAlchemy, PostgreSQL
|
|
-->
|
|
|
|
{TECH_STACK_AND_CONVENTIONS}
|