| System architecture — relationship between the four Controller/Gateway/Center/Ctl binaries, internal modules, development guides | 01-architecture/SKILL.md |
| Binary startup and deployment — CLI arguments, deployment modes | 02-features/01-binary-and-deployment/ |
| Config Schema — Controller (YAML) / Gateway (YAML) configuration | 02-features/02-config/ |
| Controller authentication & authorization — admin login, cli token RBAC, the (verb,kind) engine, middleware onion, default Center policy | 01-architecture/01-controller/11-authentication-authorization.md |
| Resource feature Schema — Gateway/Route/TLS/Plugin/Backend/LinkSys | 02-features/03-resources/ |
Webhook provider — backendRef target, request-templating allow-list (origin/custom + presence), consumer path_override API, secret resolution flow | 01-architecture/03-controller-gateway-link/webhook.md |
| Observability — Access Log, Metrics, protocol logs | 02-features/04-observability/ |
| Annotation reference — all edgion.io/* keys | 02-features/05-annotations/ |
| Coding conventions — log IDs, log safety, observability | 03-coding/SKILL.md |
Grouped-list design pattern — *_groups schema, rolling-upgrade serde, first-wins, group-in-ok-log iron rule | 01-architecture/00-common/04-grouped-list-pattern.md |
| Integration testing — architecture, running, adding test cases | 05-testing/01-integration-testing.md |
| Global review — security/correctness/observability checklists + closed false-positive entries | 10-fully-review/SKILL.md |
| User documentation conventions — writing conventions for authoring/reviewing docs/ documentation | 11-doc/SKILL.md |
| Pre-commit / local checks (fmt + check + clippy + check-agent-docs) | 09-misc/SKILL.md |
| GitHub Actions / Docker / Release — tag pushes, Docker images, release-notes files | 09-misc/cicd/02-github-workflow.md |
| Dev-deployment hot-swap — native image + shell loop + cross-compilation + kubectl cp | 09-misc/03-dev-deploy-hot-replace.md |