スキル一覧に戻る
dpietersz

nodes-programmatic-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 Programmatic Patterns description: Build n8n nodes using programmatic style with full control over execution, data handling, and API calls. Use this skill when implementing execute() methods, creating helper functions for API requests, handling pagination with cursor-based logic, implementing loadOptions for dynamic dropdowns, processing binary data, building webhook or polling triggers, or handling complex data transformations. Apply when building trigger nodes, GraphQL integrations, non-HTTP protocols, or any scenario requiring custom execution logic.

When to use this skill:

  • When implementing execute() methods with getInputData/getNodeParameter
  • When writing helper functions for API requests (apiRequest, apiRequestAllItems)
  • When implementing cursor-based or custom pagination logic
  • When building loadOptions methods for dynamic dropdown options
  • When handling binary data downloads and uploads
  • When building webhook triggers with signature validation
  • When implementing polling triggers with getWorkflowStaticData
  • When processing items in loops with try-catch and continueOnFail
  • When creating new objects from input data (never modify input directly)
  • When working with this.helpers.httpRequest for API calls
  • When handling multiple sequential API calls
  • When building GraphQL integrations or non-HTTP protocols
  • When needing custom authentication flows beyond declarative routing

Nodes Programmatic 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 programmatic patterns.

Instructions

For details, refer to the information provided in this file: nodes programmatic 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

レビュー

💬

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