Skip to main content
Back to registry

n8n-conventions

n8n-io/n8n

Installs161
Install command
npx skills add https://github.com/n8n-io/n8n --skill n8n-conventions
About this skill
📚 Full Documentation: Use this skill when you need quick reminders on critical patterns. TypeScript: Error Handling: Frontend: Backend: Testing: Database: Commands: Pinia Store: Vue Component: Service: 📖 Need more details? Read /AGENTS.md and /packages/frontend/AGENTS.md - General: /AGENTS.md - Architecture, commands, workflows - Frontend: /packages/frontend/AGENTS.md - CSS variables, timing - Never any → use unknown - Prefer satisfies over as (except tests) - Shared types in @n8n/api-types - Vue 3 Composition API ( ) - CSS variables (never hardcode px) - see /packages/frontend/AGENTS.md - All text via i18n ( $t('key') ) - data-testid for E2E (single value, no spaces) - Controller → Service → Repository - Dependency injection via @n8n/di - Config via @n8n/config - Zod schemas for validation - Vitest (unit), Playwright (E2E) - Mock external dependencies - Work from package directory: pushd packages/cli && pnpm test - SQLite/PostgreSQL only (app DB) - Exception: DB nodes (MySQL Node, etc.) can use DB-specific features

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does n8n-conventions do?

n8n-conventions is listed in SkillJury, but the source summary is still sparse.

Is n8n-conventions good?

n8n-conventions does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does n8n-conventions work with?

n8n-conventions currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to n8n-conventions?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install n8n-conventions?

npx skills add https://github.com/n8n-io/n8n --skill n8n-conventions

Related skills

More from n8n-io/n8n

Related skills

Alternatives in Software Engineering