TL;DR
This Repo allows you to not have to remind your copilot that i.e. the component name is PalmTree and not palmtree, sounds famiiar?
The Instructions work on a deeper level compared to context, your copilot will check the instructions first and he'd be smart to know which ones to use.
The Prompts are merely presets, handy when you have repetitive tasks that involve preserving a structure/style, and helps the copilot save a few 'wait, what is life?' moments.
This folder powers the AI-driven development engine for the repository. It provides modular instructions and reusable prompts for both human collaborators and AI, ensuring consistent standards, workflows, and onboarding processes.
This AI instruction engine is designed to be a centralized entry point for n8nation members. Its goal is to facilitate collaboration between humans and AI agents, ensuring all contributors follow consistent standards and leverage best practices in automated workflow development.
- Templates are located in the
_.github_template
folder. - To activate them, rename the
_.github_template
folder to.github
. This will make the configurations and instructions automatically recognized by the repository.
copilot-instructions.md
: Main template for AI agents (project overview, key patterns, workflows).instructions/
: Modular files for language, framework, and feature-specific standards.prompts/
: Prompt files for tasks such as code generation, review, and structure creation.
- Instructions: Navigate to the
instructions/
folder to consult language, framework, or feature-specific standards. - Generate Instructions: Use the files in
prompts/
to generate task-specific instructions like code generation or review.
- Add new instruction or prompt files as the project evolves.
- Reference instruction files from prompts to avoid duplication.
- Document changes in the changelog and roadmap.
For more details, see AI_INSTRUCTION_ENGINE_TEMPLATE.md
in this folder.
This repository is a quick entry point for local n8n setup. The full n8nation project is a broader ecosystem that includes an advanced AI Copilot, a React app, databases, and a collaborative business strategy.
Development of the n8nation ecosystem will take place in a dedicated repository (coming soon), where you'll find the full implementation and all the tools to build, collaborate, and monetize with n8n.
Join our community to ask questions, share your workflows, and connect with other n8n users!
- Telegram Channel: [https://t.me/n8nation]
- Telegram Group: [https://t.me/n8nation_chat]
- Reddit: [https://www.reddit.com/r/n8nation_]
Want to collaborate? Visit our community repository for resources and contribution opportunities under the MIT license. For collaborative business opportunities in the N8Nation ecosystem, see the PROPOSAL.md in the main n8nation repository.