MorrisLu-TaipeiMorrisLu-TaipeiCommunity·11 Agent Skills Included

TigerAI-n8n-Skill-Pack

Convert codebases and sticky notes into governed n8n workflows

Converts natural-language requirements or existing codebases (Apps Script, Express, Lambda, Docker stacks) into auditable n8n workflows. Applies security review gates, dependency scanning, and two-layer validation so workflows are provably tested before deployment. Includes 15 skills, a 2,061-workflow reference corpus, and cookbook patterns to eliminate manual workflow design and fragile one-off scripts.
npx skills add MorrisLu-Taipei/TigerAI-n8n-Skill-Pack --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-node-configuration

Resolve n8n node misconfigurations by tracing displayOptions and operation-aware required fields.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-code-javascript

Guide correct JavaScript logic and data access for n8n Code nodes.

Community
Advanced
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-workflow-patterns

Design n8n workflow architectures with proven patterns for webhooks, APIs, databases, and error handling.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-code-python

Guide Python code in n8n Code nodes with correct data access and return structure.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-expression-syntax

Validate and correct n8n expression syntax for node fields and webhook payloads.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-validation-expert

Interpret n8n validation errors and warnings to guide configuration fixes.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

tigerai-example-finder

Find similar n8n workflow examples by searching TigerAI cookbook and reference-workflows corpus.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

tigerai-enterprise-patterns

Generate enterprise-grade n8n workflows with FastAPI worker delegation and security guardrails.

Community
Advanced
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

tigerai-qa-mode

Run a staged Q&A interview to collect n8n workflow requirements.

Community
Intermediate
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

sticky-note-to-workflow

Convert sticky note requirements into three-layer n8n workflow JSON.

Community
Advanced
📦 In Repo
MorrisLu-TaipeiMorrisLu-Taipei

n8n-api-bridge

Read and update n8n workflows via REST API with sticky-note merges.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How to install TigerAI n8n Skill Pack?

Run `npx skills add MorrisLu-Taipei/TigerAI-n8n-Skill-Pack --all -g -y` in your terminal to install all skills globally.

What does the Code2n8n pipeline do?

It takes an existing codebase or a plain-language requirement and produces a runnable, security-reviewed n8n workflow with documentation, validation evidence, and rollback traceability.

Can I build n8n workflows without coding?

Yes. The Q&A mode and sticky-note skills let you describe your automation in plain language, and the pack generates the complete workflow JSON ready to import into n8n.

How does the pack handle security review?

It enforces mandatory gates: dependency audits, secret scanning, auth and injection checks, and a two-layer validation process before any workflow can be called production-ready.

Does it work with Claude Code and other coding assistants?

Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible environments.

Related Repositories in Software Engineering

View All in Software Engineering