Block 1 - When chat message received
- Type / Role
- @n8n/n8n-nodes-langchain.chatTrigger - chatTrigger
- Config choices
- Version 1.4
This workflow implements an advanced AI powered system for generating, and executing Claude Skills stored on GitHub . When creating a skill, the workflow: Uses an AI agent to generate a properly st...
@n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.mcpclienttool, @n8n/n8n-nodes-langchain.lmchatopenai, @n8n/n8n-nodes-langchain.lmchatanthropic, @n8n/n8n-nodes-langchain.outputparserstructured, n8n-nodes-base.github, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Davide Boizza.
Original n8n.io sourceThis workflow implements an advanced AI-powered system for generating, and executing Claude Skills stored on GitHub.
When creating a skill, the workflow:
/skills directoryWhen executing a skill, the workflow:
The system doesn’t rely on hardcoded logic. It retrieves and executes skills directly from GitHub, making it highly flexible and extensible.
New capabilities can be added simply by creating new skills. The workflow automatically integrates them without requiring changes to the core system.
All instructions are stored in external skill files, keeping the workflow clean, modular, and easy to maintain.
The workflow can generate complete Claude Skills (including structured documentation) and publish them to GitHub without manual intervention.
By combining OpenAI and Anthropic models, the system leverages different strengths (reasoning, generation, structure).
Memory nodes allow the system to maintain session context, improving continuity and personalization.
Structured output parsing ensures decisions (like whether to proceed or ask for more info) are deterministic and machine-readable.
Before generating skills, the system fetches real documentation, reducing hallucinations and ensuring accuracy.
Using GitHub as a storage layer provides:
The workflow uses multiple specialized AI agents, each with a clear responsibility (validation, generation, execution), improving robustness and clarity.
SKILL.md file (with YAML frontmatter, imperative style, ≤500 lines). skills/<skill‐name>/SKILL.md). SKILL.md or other resources.https://github.com/n3witalia/my-skills).
Create inside a repo a folder called skillsrepo scope). n3witalia/my-skills with your own GitHub organisation and repository name.Set chatbot vars.sessionId. Ensure your chat front‐end sends a unique sessionId to keep conversations separate.👉 Subscribe to my new YouTube channel. Here I’ll share videos and Shorts with practical tutorials and FREE templates for n8n.
Contact me for consulting and support or add me on Linkedin.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 31 workflow blocks. Download the JSON for the full node graph.
| Workflow | AI-powered system for Creating & Executing your own Claude Skills 🤹 with GitHub |
|---|---|
| Complexity | advanced |
| Nodes | 31 |
| Categories | Engineering, AI Chatbot |
| Author | Davide Boizza |
| Published | 22 Apr 2026 |
Use the JSON export at /data/workflows/15225/15225.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
This workflow implements an advanced AI powered system for generating, and executing Claude Skills stored on GitHub . When creating a skill, the workflow: Uses an AI agent to generate a properly st...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Engineering, AI Chatbot use case.