nathan-standards

Solid

Development standards for the Nathan n8n-Jira agent automation system. Covers n8n workflows, Python patterns, and project conventions.

AI & Automation 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Nathan Development Standards Standards and patterns for developing within the Nathan project - an n8n-Jira agent automation system. ## When to Use Invoke this skill when: - Creating or modifying n8n workflow JSON files - Writing Python code for the Nathan helpers or templating modules - Designing webhook command contracts - Building workflow registry configurations - Implementing spec-driven features via agent-os ## Project Architecture Nathan follows a layered architecture: ```text External Service (Jira) <-- n8n Workflows <-- Python Agent Service (credentials) (webhook calls) ``` **Core Principle**: n8n owns all external credentials. Python services call n8n webhooks with shared secret authentication. ## n8n Workflow Standards For detailed workflow patterns, load `references/n8n-workflow-patterns.md`. ### Standard Workflow Structure Every webhook workflow must follow this pattern: ```text Webhook --> Validate Secret --> Operation --> Respond to Webhook | | | v v v Unauthorized Error Response Success Response Response (401) (500) (200) ``` ### Required Node Pattern ```json { "id": "validate-secret", "name": "Validate Secret", "type": "n8n-nodes-base.if", "typeVersion": 2, "parameters": { "conditions": { "conditions": [{ "leftValue": "={{ $json.headers['x-n8n-secr...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

n8n

n8n workflow automation patterns and API integration. This skill should be used when creating n8n workflows, using webhooks, managing workflows via REST API, or integrating n8n with MCP servers. Covers workflow JSON structure, node patterns, and automation best practices.

335 Updated today
aiskillstore
AI & Automation Solid

n8n-workflow-patterns

Proven architectural patterns for building n8n workflows.

39,350 Updated today
sickn33
AI & Automation Listed

n8n-workflow-patterns

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, or scheduled tasks. Always consult this skill when the user asks to create, build, or design an n8n workflow, automate a process, or connect services — even if they don't explicitly mention 'patterns'. Covers webhook, API, database, AI, batch processing, and scheduled automation architectures.

0 Updated 3 days ago
produtoramaxvision
AI & Automation Solid

n8n-workflow-patterns

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.

27,705 Updated today
davila7
AI & Automation Listed

n8n-workflow-architect

Strategic automation architecture advisor. Use when users want to plan automation solutions, evaluate their tech stack (Shopify, Zoho, HubSpot, etc.), decide between n8n vs Python/Claude Code, or need guidance on production-ready automation design. Invokes plan mode for complex architectural decisions.

3 Updated 5 months ago
promptadvisers