n8n-io/n8n

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

203kStars on the repository
59Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
customA LICENSE file GitHub cannot name, so bodies are not copied

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Checks if a community pull request is ready for human review. Verifies CLA signature, PR title format, description completeness, test coverage, and cubic-dev-ai issues, then triages to the right Linear team or recommends a close. Use when given a PR number or branch name to review, or when the user says…

not rated 203k +210 yesterday A 92 tokens

n8n:content-design

02

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Product content designer for UI copy. Use when writing, reviewing, or auditing user-facing text: button labels, error messages, tooltips, empty states, modal copy, placeholder text, confirmation dialogs, onboarding flows, or i18n strings. Also use when the user says /copy, /content, or /ux-copy.

not rated 203k +210 yesterday A 73 tokens

n8n:conventions

03

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Quick reference for n8n patterns. Full docs /AGENTS.md.

not rated 203k +210 changed 2d ago A 21 tokens

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Create new ESLint rules for the @n8n/eslint-plugin-community-nodes package. Use when adding a lint rule, creating a community node lint, or working on eslint-plugin-community-nodes. Guides rule implementation, tests, docs, and plugin registration.

not rated 203k +210 yesterday A 63 tokens

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Authors a new Instance AI workflow eval case — written locally as JSON, calibrated against a real build, then pushed to the LangTracer suite CI runs — build cases, behaviour/process cases, credential cases, and seeded (mid-conversation) cases — with intent-driven expectations. Use when adding or changing an Instance…

not rated 203k +210 yesterday A 81 tokens

n8n:create-issue

06

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a bug, open an issue, or says /create-issue.

not rated 203k +210 changed 2d ago A 45 tokens

n8n:create-pr

07

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

not rated 203k +210 yesterday A 50 tokens

n8n:create-skill

08

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Guides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.

not rated 203k +210 yesterday A 46 tokens

n8n:db-migrations

09

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Authors n8n database migrations. Use when creating or modifying files under packages/@n8n/db/src/migrations/, when the user asks to add a column, table, index, foreign key, or backfill, or when the user mentions DB migrations or TypeORM migrations.

not rated 203k +210 yesterday A 64 tokens

n8n:design-system

10

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Guidelines on using Design System styles and components. Use when working on .vue files in packages/frontend. Triggers for tasks that include component architecture, styling, UI changes, or feature work.

not rated 203k +210 changed 2d ago A 46 tokens

n8n:experiments

11

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Guides work on packages/frontend/editor-ui experiments. Use when creating, extending, wiring, testing, reviewing, or retiring editor-ui experiments, PostHog feature flags, experiment key indexes, variants, stores/composables, persisted experiment state, or experiment telemetry.

not rated 203k +210 yesterday A 62 tokens

n8n:gh-stack

12

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

not rated 203k +210 yesterday A 69 tokens

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritizes context, architecture fit, solution complexity, bugs, security edge cases, and missing tests. Use when given a PR URL to review, or when the user says /human-like-code-review.

not rated 203k +210 yesterday A 70 tokens

n8n:linear-issue

14

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues, or gathering context about a Linear issue.

not rated 203k +210 yesterday A 38 tokens

n8n:loom-transcript

15

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Fetch and display the full transcript from a Loom video URL. Use when the user wants to get or read a Loom transcript.

not rated 203k +210 yesterday A 33 tokens

n8n:nathan

16

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Deploy a temporary n8n test instance (or generate a local docker run command) via the internal "Nathan" bot, from the repo instead of Slack. Use after opening a PR to offer the user a live test instance, or whenever someone asks to spin up / deploy a test instance for a branch.

not rated 203k +210 yesterday A 68 tokens

n8n:node-add-oauth

17

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Add OAuth2 credential support to an existing n8n node — creates the credential file, updates the node, adds tests, and keeps the CLI constant in sync. Use when the user says /node-add-oauth.

not rated 203k +210 yesterday A 53 tokens

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Applies n8n's RBAC scope decorators to REST endpoints. Use when creating a new @RestController, adding any @Get/@Post/@Put/@Patch/@Delete route to an existing controller, or reviewing endpoint authorization. Every authenticated endpoint must be gated by @ProjectScope or @GlobalScope.

not rated 203k +210 yesterday A 69 tokens

n8n:public-api

19

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Adds, migrates, or updates n8n Public API v1 endpoints with @PublicApiController — public DTOs, API-key and RBAC scopes, cursor pagination, OpenAPI + coverage wiring, and tests. Use when working under packages/cli/src/public-api/v1/ or when exposing an existing service through /api/v1.

not rated 203k +210 changed 2d ago A 76 tokens

n8n:reproduce-bug

20

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Reproduce a bug from a Linear ticket with a failing test. Expects the full ticket context (title, description, comments) to be provided as input.

not rated 203k +210 yesterday A 41 tokens

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Keeps implementation and specs in sync. Use when working on a feature that has a spec in .agents/specs/, when the user says /spec, or when starting implementation of a documented feature. Also use when the user asks to verify implementation against a spec or update a spec after changes.

not rated 203k +210 yesterday A 67 tokens

n8n:telemetry

22

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Guides adding, changing, and reviewing telemetry through the @n8n/telemetry event registry. Use when working on telemetry, analytics, tracking, product events, track() calls, or RudderStack/PostHog product events, in frontend or backend code — and whenever you need to find which registered telemetry events exist, what…

not rated 203k +210 yesterday A 87 tokens

n8n-cli

23

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance. Use when the user asks to interact with n8n, automate workflows, manage credentials, or operate their instance from the command line.

not rated 203k +210 yesterday A 55 tokens

agent-builder

24

n8n-io/n8n

Skill Claude CodeCodex ✓ vendor

Load before calling build-agent for a new or existing n8n Agent. Governs prerequisite creation, faithful handoff of the user's request, agent targeting across turns, builder questions, testing, and publishing. Use directly for routine follow-ups when the conversation already targets an Agent; rerun intent-recognition…

not rated 203k +210 changed yesterday A 73 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: