skills/pos-n8n/SKILL.md
n8n composite — workflow creation, import, debugging, and monitoring with workflow memory. Replaces 33 n8n skills.
npx skillsauth add ShaheerKhawaja/ProductionOS pos-n8nInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
n8n composite — workflow creation, import, debugging, and monitoring with workflow memory. Replaces 33 n8n skills.
Replaces: n8n-architect + 32 n8n-cli-* skills
| Action | What |
|--------|------|
| create [description] | Generate n8n workflow from natural language description |
| import [source] | Import workflow from template, JSON, or URL |
| debug [workflow] | Debug failing workflow — trace execution, fix nodes |
| monitor | Check workflow health, execution stats, error rates |
~/.productionos/domains/pos-n8n/sub-skills/{action}.mdevaluation/rubric.yml, update memoryStored at ~/.productionos/domains/pos-n8n/:
instance-config.yml (n8n URL, credentials, version), workflow-registry.jsonl (known workflows with status), node-patterns.jsonl (reusable node configurations), learnings.jsonl
| Parameter | Values | Default | Description |
|-----------|--------|---------|-------------|
| action | create, import, debug, monitor | create | Sub-skill to run |
| target | path, URL, or description | required | What to operate on |
tools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.