.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/neurawork-git/n8n-autopilot
home/subagents/neurawork-git/n8n-autopilot
neurawork-git avatar

neurawork-git/n8n-autopilot

12 subagents

View on GitHub
Subagent
feedback-triageMaintainer-side triage of the open `feedback`-labelled issues on the public plugin repo (one issue per finding, created by the ingest webhook).n8n-authorWrites or edits an n8n Decorator-TS .workflow.ts file from verified node contracts, or fixes a file from validation/wiring errors. The only file-writing agent in the build-workflow-v2 pipeline. Never…n8n-comprehenderPulls an existing n8n workflow from the instance (or reads the local file) and returns a structured summary of its current shape — trigger, nodes, links, credentials, workflow id, sync status — plus…n8n-deployerDrift-aware deploy gate — checks remote sync status, then runs `npx n8nac push <file> --verify`. Never bypasses the push-gate hook, never runs `resolve`. Reports…n8n-mirrorKeeps the local repo a complete mirror of the instance's workflows. Discovers remote workflows missing locally (`list --json`, remote-only status) and pulls them (`pull <id>`). Read-only on files…n8n-node-verifierProduces the VERIFIED parameter contract for a single n8n node type by reading its real schema via `npx n8nac skills node-info --json`. Adversarial — omits any param key it is not certain exists,…n8n-researcherPlans an n8n workflow before authoring — resolves the active sync folder, does the mandatory community-template lookup, discovers exact node types, classifies the trigger, and proposes test data.…n8n-stack-architectDecomposes a PRP-style end-to-end use case into a stack of sub-workflows along known decomposition rules, fixes the handover contracts between them, and (in EXTEND mode) plans the delta against an…n8n-stack-comprehenderReconstructs the real call-graph (DAG) of an existing workflow stack from `executeWorkflow` references in the local mirror, reconciles it against the central architecture doc (or reverse-engineers…n8n-testern8n workflow test-phase agent — classifies the trigger (`test-plan --json`), resolves the UI URL (`workflow present --json`), checks credential readiness (`credential-required --json`), fires an HTTP…n8n-validatorRuns the local n8n workflow validation gate — `npx n8nac skills validate <file> --strict --json` — and maps the result to a pass/fail + error list. Read-only, never fixes. Used as the hard Validate…workflow-reviewerCode review and error diagnosis for n8nac Decorator-TS workflow files. Use after writing or modifying .workflow.ts files to catch issues before pushing. Run in background for non-blocking reviews.