n8n:conventions
Installation
SKILL.md
n8n Quick Reference
📚 Full Documentation:
- General:
/AGENTS.md- Architecture, commands, workflows - Frontend:
/packages/frontend/AGENTS.md- CSS variables, timing
Use this skill when you need quick reminders on critical patterns.
Critical Rules (Must Follow)
Technical writing (comments, PRs, issues, docs):
- Write in ASD-STE100 Simplified Technical English: short sentences, the active voice, one instruction for each sentence
TypeScript:
- Never
any→ useunknown - Prefer
satisfiesoveras(except tests) - Shared types in
@n8n/api-types