Claude Code Plugins

Community-maintained marketplace

Feedback

Global Coding Style

@dpietersz/n8n-nodes-pleo
0
0

Write TypeScript code for n8n nodes following proper naming conventions, file organization, import ordering, and type safety patterns. Use this skill when creating or editing .node.ts files, .credentials.ts files, helper files, or any TypeScript files in an n8n community node package. Apply when naming classes, defining node properties, organizing imports, ensuring type safety, or structuring n8n node packages.

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 Coding Style
description Write TypeScript code for n8n nodes following proper naming conventions, file organization, import ordering, and type safety patterns. Use this skill when creating or editing .node.ts files, .credentials.ts files, helper files, or any TypeScript files in an n8n community node package. Apply when naming classes, defining node properties, organizing imports, ensuring type safety, or structuring n8n node packages.

When to use this skill:

  • When creating new n8n node files (*.node.ts)
  • When creating or editing credential files (*.credentials.ts)
  • When naming classes, files, or packages in an n8n node project
  • When organizing imports in TypeScript files
  • When defining INodeProperties arrays
  • When ensuring type safety with n8n-workflow types
  • When structuring an n8n community node package directory
  • When writing JSDoc comments for exported functions
  • When refactoring existing n8n node code

Global Coding Style

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

Instructions

For details, refer to the information provided in this file: global coding style