← スキル一覧に戻る

nodes-node-structure
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日
SKILL.md
name: Nodes Node Structure description: Structure n8n nodes correctly with INodeTypeDescription, resource-operation patterns, and proper package.json configuration. Use this skill when creating new *.node.ts files, defining INodeTypeDescription properties, implementing resource and operation parameters, building trigger nodes, organizing complex nodes into actions folders, or configuring the n8n section in package.json. Apply when choosing between declarative and programmatic styles, setting up node metadata, or structuring community node packages.
When to use this skill:
- When creating new n8n node files (*.node.ts)
- When defining INodeTypeDescription (displayName, name, icon, group, version)
- When setting up resource and operation parameters with noDataExpression: true
- When using displayOptions to conditionally show fields
- When adding action fields to operations for future compatibility
- When building trigger nodes (polling or webhook-based)
- When organizing complex nodes with actions/ folders by resource
- When defining userOperations and userFields arrays
- When configuring the "n8n" section in package.json (nodes, credentials paths)
- When setting subtitle templates for dynamic node labels
- When specifying inputs, outputs, and credential requirements
- When deciding between declarative style (REST APIs) and programmatic style (triggers, GraphQL)
Nodes Node Structure
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle nodes node structure.
Instructions
For details, refer to the information provided in this file: nodes node structure
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です