スキル一覧に戻る
dpietersz

nodes-declarative-patterns

by dpietersz

n8n community node for Pleo expense management. Query expenses, check receipt status, and trigger workflows on export events. Integrates Pleo with 400+ apps via n8n automation. Open source, MIT licensed

0🍴 0📅 2025年12月13日
GitHubで見るManusで実行

SKILL.md


name: Nodes Declarative Patterns description: 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.

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

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です