TigerAI-n8n-Skill-Pack
Convert codebases and sticky notes into governed n8n workflows
All Skills in This Repository (11)
Pure Emerald Level Indicatorsn8n-node-configuration
Resolve n8n node misconfigurations by tracing displayOptions and operation-aware required fields.
n8n-code-javascript
Guide correct JavaScript logic and data access for n8n Code nodes.
n8n-workflow-patterns
Design n8n workflow architectures with proven patterns for webhooks, APIs, databases, and error handling.
n8n-code-python
Guide Python code in n8n Code nodes with correct data access and return structure.
n8n-expression-syntax
Validate and correct n8n expression syntax for node fields and webhook payloads.
n8n-validation-expert
Interpret n8n validation errors and warnings to guide configuration fixes.
tigerai-example-finder
Find similar n8n workflow examples by searching TigerAI cookbook and reference-workflows corpus.
tigerai-enterprise-patterns
Generate enterprise-grade n8n workflows with FastAPI worker delegation and security guardrails.
tigerai-qa-mode
Run a staged Q&A interview to collect n8n workflow requirements.
sticky-note-to-workflow
Convert sticky note requirements into three-layer n8n workflow JSON.
n8n-api-bridge
Read and update n8n workflows via REST API with sticky-note merges.
Frequently Asked Questions
FAQPage SchemaHow 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→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core