Categories
This page is a family guide, not a hand-maintained rule inventory. The complete catalog is generated from root .mdc files by npm run build:catalog; the homepage catalog handles search, filtering, and copy actions.
6 rule families
| Family | Use it for | Examples |
|---|---|---|
| General quality | Shared quality, collaboration, and review baselines | clean-code, codequality, gitflow |
| Languages | Language-level conventions and organization | typescript, python, go |
| Frontend frameworks | Components, state, routing, and styling practice | react, vue, tailwind |
| Backend services | APIs, layering, dependencies, and server constraints | node-express, spring, fastapi |
| Mobile apps | Native and cross-platform application work | android, ios, wechat-miniprogram |
| Engineering infrastructure | Data, containers, and delivery foundations | database, docker |
How to choose
- Start with the language rule, such as
typescript.mdcorpython.mdc. - Add framework rules, such as
react.mdcorfastapi.mdc. - Add quality, Git, database, or Docker rules when the project needs them.