Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:44 +08:00
commit 30da3b2c95
15 changed files with 1304 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for n8n-workflow-designer skill
- [ ] n8n_api_reference.md: Comprehensive documentation of the n8n API, including available nodes, parameters, and authentication methods.
- [ ] n8n_best_practices.md: Guidelines for designing efficient, reliable, and maintainable n8n workflows.
- [ ] n8n_error_handling.md: Strategies for handling errors and exceptions in n8n workflows, including retry logic and fallback mechanisms.