Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/nodes-declarative-patterns
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?