Skip to content

Releases: Impertio-Studio/n8n-Claude-Skill-Package

v1.1.1: Improved Skill Discoverability

Choose a tag to compare

@FreekHeijting FreekHeijting released this 30 Mar 18:32

What's new

Expanded Keywords in all skill descriptions with user-friendly, non-technical discovery terms. Skills are now easier to find when users describe problems in plain language instead of technical terminology.

Examples of added terms:

  • Symptom-based: "app is slow", "nothing shows", "container won't start"
  • Beginner-friendly: "how do I start", "what is", "getting started"
  • Error messages: literal error text users would paste
  • Alternative names: common synonyms and abbreviations

No skill content was changed. Only the Keywords line in SKILL.md frontmatter was expanded.

v1.1.0: Discovery Manifests

Choose a tag to compare

@FreekHeijting FreekHeijting released this 30 Mar 17:32

What's new

  • package.json with agents.skills[] manifest (npm-agentskills standard). Enables discovery via npx skills add, skills.sh, LobeHub, and other Agent Skills platforms.
  • agents/openai.yaml for OpenAI Codex discoverability
  • GitHub topic agentskills added for improved search
  • Quality fix: em-dash headings replaced in n8n-agents-review skill
  • SKILLS_LOG.md added to .gitignore

All 21 skills remain unchanged. This release adds external discoverability without modifying skill content.

v1.0.0 — 21 Skills for n8n v1.x

Choose a tag to compare

@FreekHeijting FreekHeijting released this 19 Mar 16:20

n8n Claude Skill Package v1.0.0

21 deterministic skills for n8n v1.x workflow automation, built using the 7-phase research-first methodology.

Skills by Category

Category Count Coverage
n8n-core/ 2 Architecture, REST API
n8n-syntax/ 8 Workflow JSON, expressions, node types, credentials, code node, triggers, AI nodes, extension methods
n8n-impl/ 6 Custom nodes, deployment, workflow design, integrations, webhooks, security
n8n-errors/ 3 Execution, expressions, connection errors
n8n-agents/ 2 Review validator, project scaffolder

Quality

  • All SKILL.md files under 500 lines (range: 187-417)
  • YAML frontmatter with trigger-rich descriptions
  • English-only, deterministic ALWAYS/NEVER language
  • 84 total markdown files (21 SKILL.md + 63 reference files)
  • All code verified against official n8n documentation

Installation

git clone https://github.com/OpenAEC-Foundation/n8n-Claude-Skill-Package.git
cp -r n8n-Claude-Skill-Package/skills/source/ ~/.claude/skills/n8n/

Built by OpenAEC Foundation using the proven skill package methodology.