Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Nodes Declarative Patterns

Build n8n nodes using declarative style with JSON-based routing configuration for REST API integrations. Use this skill when implementing standard CRUD operations, configuring requestDefaults, defining routing in operation options, setting up declarative pagination, adding query parameters via routing.send, or processing responses with postReceive. Apply when building REST API nodes with simple request/response patterns and automatic pagination handling.

majiayu000 21b3166 2 files · 2.1 KB Updated 567 repo stars

File contents

When to use this skill:

  • When building REST API integrations with standard CRUD operations
  • When configuring requestDefaults (baseURL, headers)
  • When defining routing configuration in operation options
  • When using routing.request for HTTP method and URL
  • When implementing routing.send for body or query parameters
  • When setting up declarative pagination (offset-based)
  • When using displayOptions to show/hide fields based on resource/operation
  • When processing responses with output.postReceive
  • When extracting data from nested response properties (rootProperty)
  • When adding filters as collection type properties with routing
  • When deciding whether to use declarative vs programmatic style
  • When working with *.node.ts files that use routing patterns

Nodes Declarative Patterns

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle nodes declarative patterns.

Instructions

For details, refer to the information provided in this file: nodes declarative patterns

majiayu000/claude-skill-registry-data/tree/main/data/nodes-declarative-patterns commit 21b31663f0

Frequently asked questions

npx skillmds add majiayu000/nodes-declarative-patterns