Source

n8n-io/n8n

46 skills · 7K combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
n8n:create-pr Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when crea…
n8n-io/n8n
866
2
content-design Product content designer for UI copy. Use when writing, reviewing, or auditing user-facing text: button labels, error…
n8n-io/n8n
482
3
n8n-conventions Quick reference for n8n patterns. Full docs /AGENTS.md
n8n-io/n8n
443
4
n8n:linear-issue Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues,…
n8n-io/n8n
315
5
n8n:reproduce-bug Reproduce a bug from a Linear ticket with a failing test. Expects the full ticket context (title, description, commen…
n8n-io/n8n
315
6
loom-transcript Fetch and display the full transcript from a Loom video URL. Use when the user wants to get or read a Loom transcript.
n8n-io/n8n
311
7
n8n:conventions Quick reference for n8n patterns. Full docs /AGENTS.md
n8n-io/n8n
253
8
n8n:content-design Product content designer for UI copy. Use when writing, reviewing, or auditing user-facing text: button labels, error…
n8n-io/n8n
231
9
n8n:spec-driven-development Keeps implementation and specs in sync. Use when working on a feature that has a spec in .agents/specs/, when the use…
n8n-io/n8n
231
10
n8n:design-system Guidelines on using Design System styles and components. Use when working on .vue files in packages/frontend. Trigger…
n8n-io/n8n
217
11
n8n:setup-mcps Configure MCP servers for n8n development in OpenCode. Use when the user says /setup-mcps or asks to set up MCP serve…
n8n-io/n8n
217
12
n8n:create-skill Guides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, or a…
n8n-io/n8n
213
13
n8n-cli Use the n8n CLI to manage workflows, credentials, executions, and more on an n8n instance. Use when the user asks to …
n8n-io/n8n
209
14
n8n:create-pr Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when crea…
n8n-io/n8n
209
15
n8n:loom-transcript Fetch and display the full transcript from a Loom video URL. Use when the user wants to get or read a Loom transcript.
n8n-io/n8n
201
16
n8n:protect-endpoints Applies n8n's RBAC scope decorators to REST endpoints. Use when creating a new @RestController, adding any @Get/@Post…
n8n-io/n8n
197
17
n8n:node-add-oauth Add OAuth2 credential support to an existing n8n node — creates the credential file, updates the node, adds tests, an…
n8n-io/n8n
196
18
n8n:reproduce-bug Reproduce a bug from a Linear ticket with a failing test. Expects the full ticket context (title, description, commen…
n8n-io/n8n
195
19
n8n:create-issue Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a b…
n8n-io/n8n
193
20
n8n:linear-issue Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues,…
n8n-io/n8n
192
21
n8n:create-community-node-lint-rule Create new ESLint rules for the @n8n/eslint-plugin-community-nodes package. Use when adding a lint rule, creating a c…
n8n-io/n8n
191
22
n8n:spec-driven-development Keeps implementation and specs in sync. Use when working on a feature that has a spec in .agents/specs/, when the use…
n8n-io/n8n
150
23
n8n:db-migrations Authors n8n database migrations. Use when creating or modifying files under packages/@n8n/db/src/migrations/, when th…
n8n-io/n8n
147
24
n8n:human-like-code-review Reviews a GitHub pull request like a thoughtful human reviewer and writes the feedback to a markdown file. Prioritize…
n8n-io/n8n
89
25
n8n:community-pr-readiness-check Checks if a community pull request is ready for human review. Verifies CLA signature, PR title format, description co…
n8n-io/n8n
87
26
n8n:experiments Guides work on `packages/frontend/editor-ui` experiments. Use when creating, extending, wiring, testing, reviewing, o…
n8n-io/n8n
87
27
n8n:create-skill >- Guides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, o…
n8n-io/n8n
78
28
n8n:create-issue Create Linear tickets or GitHub issues following n8n conventions. Use when the user asks to create a ticket, file a b…
n8n-io/n8n
71
29
n8n:create-instance-ai-eval Authors a new Instance AI workflow eval case — written locally as JSON, calibrated against a real build, then pushed …
n8n-io/n8n
69
30
n8n:experiments >- Guides work on `packages/frontend/editor-ui` experiments. Use when creating, extending, wiring, testing, reviewing…
n8n-io/n8n
69
31
node-add-oauth Add OAuth2 credential support to an existing n8n node — creates the credential file, updates the node, adds tests, an…
n8n-io/n8n
63
32
n8n:public-api Adds, migrates, or updates n8n Public API v1 endpoints with @PublicApiController — public DTOs, API-key and RBAC scop…
n8n-io/n8n
39
33
n8n:nathan Deploy a temporary n8n test instance (or generate a local docker run command) via the internal "Nathan" bot, from the…
n8n-io/n8n
37
34
n8n:telemetry Guides adding, changing, and reviewing telemetry through the `@n8n/telemetry` event registry. Use when working on tel…
n8n-io/n8n
29
35
data-table-manager Designs and manages n8n Data Tables directly with the data-tables and parse-file tools. Use when the user asks to lis…
n8n-io/n8n
17
36
n8n:gh-stack Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, …
n8n-io/n8n
15
37
credential-setup-with-computer-use Guides n8n credential setup through Computer Use browser tools. Use when a user needs OAuth apps, API keys, client ID…
n8n-io/n8n
14
38
setup-experiment Scaffolds new `packages/frontend/editor-ui` experiments using the n8n experiment standard. Use when creating a new ed…
n8n-io/n8n
10
39
workflow-builder Load before calling build-workflow. Default path for all single-workflow work: new one-off workflows, existing-workfl…
n8n-io/n8n
10
40
planning ONLY for coordinated multi-artifact work: multiple workflows with dependencies, shared data-table schema/migration ac…
n8n-io/n8n
7
41
debugging-executions Debug failed or wrong-output workflow executions using executions tools. Load when the user reports execution failure…
n8n-io/n8n
5
42
planned-task-runtime Handles system follow-up turns: planned-task-follow-up (synthesize, replan, build-workflow, checkpoint), background-t…
n8n-io/n8n
5
43
post-build-flow Handles workflow verification and setup after build-workflow succeeds, or when the message contains workflow-verifica…
n8n-io/n8n
5
44
agent-builder Use when creating, configuring, or editing a target n8n agent's build configuration — chat integrations/triggers, MCP…
n8n-io/n8n
1
45
intent-recognition Classifies automation requests by control-flow ownership: deterministic workflow, bounded LLM judgment inside a workf…
n8n-io/n8n
1
46
n8n-docs-assistant Answers n8n product, setup, credential, node, hosting, API, and usage questions from current n8n docs. Use when the u…
n8n-io/n8n
1