From 4604b7c580840f0414533cd79647e15271c55422 Mon Sep 17 00:00:00 2001 From: Frank <35416167+haunchen@users.noreply.github.com> Date: Fri, 21 Nov 2025 15:02:51 +0800 Subject: [PATCH] feat: add n8n-skills to the list of available skills --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 280ff3f..41158f2 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Claude Skills are customizable workflows that teach Claude how to perform specif - [File Organizer](./file-organizer/) - Intelligently organizes files and folders by understanding context, finding duplicates, and suggesting better organizational structures. - [Invoice Organizer](./invoice-organizer/) - Automatically organizes invoices and receipts for tax preparation by reading files, extracting information, and renaming consistently. - [kaizen](https://github.com/NeoLabHQ/context-engineering-kit/tree/master/plugins/kaizen/skills/kaizen) - Applies continuous improvement methodology with multiple analytical approaches, based on Japanese Kaizen philosophy and Lean methodology. +- [n8n-skills](https://github.com/haunchen/n8n-skills) - Enables AI assistants to directly understand and operate n8n workflows. - [Raffle Winner Picker](./raffle-winner-picker/) - Randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests with cryptographically secure randomness. - [ship-learn-next](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/ship-learn-next) - Skill to help iterate on what to build or learn next, based on feedback loops. - [tapestry](https://github.com/michalparkola/tapestry-skills-for-claude-code/tree/main/tapestry) - Interlink and summarize related documents into knowledge networks.