Claude Code Plugins

Community-maintained marketplace

Feedback

Global Tech Stack

@dpietersz/n8n-nodes-pleo
0
0

Understand and apply the n8n community node tech stack including TypeScript strict mode, Node.js v22+, n8n-workflow package, and build tools. Use this skill when setting up new n8n node projects, configuring package.json, writing TypeScript with strict mode, running build or dev scripts, configuring ESLint with n8n rules, setting up Jest tests, or preparing packages for npm publishing. Apply when making decisions about runtime, dependencies, or tooling in n8n node development.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Global Tech Stack
description Understand and apply the n8n community node tech stack including TypeScript strict mode, Node.js v22+, n8n-workflow package, and build tools. Use this skill when setting up new n8n node projects, configuring package.json, writing TypeScript with strict mode, running build or dev scripts, configuring ESLint with n8n rules, setting up Jest tests, or preparing packages for npm publishing. Apply when making decisions about runtime, dependencies, or tooling in n8n node development.

When to use this skill:

  • When creating a new n8n community node package
  • When configuring package.json for n8n nodes
  • When writing TypeScript in strict mode
  • When using n8n-workflow types and interfaces
  • When running npm build, dev, lint, or lintfix scripts
  • When configuring ESLint with eslint-plugin-n8n-nodes-base
  • When setting up Prettier for code formatting
  • When configuring Jest for testing n8n nodes
  • When using nock for HTTP mocking in tests
  • When linking nodes locally for testing (~/.n8n/custom)
  • When preparing a package for npm publishing
  • When choosing between declarative and programmatic build styles

Global Tech Stack

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global tech stack.

Instructions

For details, refer to the information provided in this file: global tech stack