.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/skills/neurawork-git/n8n-autopilot
neurawork-git avatar

neurawork-git/n8n-autopilot

24 skills

View on GitHub
$npx skills add neurawork-git/n8n-autopilot
SkillInstalls
build-stack-v2EXPERIMENTAL deterministic builder for a whole n8n workflow STACK (multiple sub-workflows wired via Execute Workflow), JS-orchestrated.—build-workflowFull 3-phase pipeline (Research → Write+Validate → Deploy+Test) for shipping an n8n workflow end-to-end.—build-workflow-v2EXPERIMENTAL deterministic variant of build-workflow + deploy, JS-orchestrated. Two modes: GREENFIELD (new workflow) and EDIT (change an existing one).—check-mcpsVerify n8n-autopilot setup is functional — n8nac CLI present, workspace bound, n8n API reachable, companion plugin `n8n-as-code@n8nac-marketplace` enabled.—data-tablesManage n8n DataTables (CRUD on tables, columns, rows) via the n8n public REST API.—deployPush a local .workflow.ts to n8n, verify remote state, and live-test (test URL by default; `--activate --prod` runs production test).—feedbackReview the current n8n-autopilot session for learnings (operational friction + workflow design anti-patterns), strip all PII, and push the redacted insights…—find-credentialSearch credentials on the active n8n instance by name pattern, scoped to a project.—find-projectList all n8n projects visible on the active instance, showing which one the workspace is pinned to.—init-repoBootstrap a new n8n workflow repo from scratch. Scaffolds directory structure, writes plugin-compatible CLAUDE.md/README/.gitignore/.env.example, runs the…—inventoryRead-only inventory of local n8n workflows — aggregates node-type usage, LLM models, credentials, and trigger types into `docs/INVENTORY.md`.—mirror-syncPull every remote-only n8n workflow into the local repo so it mirrors the instance, via a deterministic JS Workflow (discover remote-only → fan-out pull →…—n8n-code-javascriptWrite JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with…—n8n-code-pythonWrite Python code in n8n Code nodes. Use when writing Python in n8n, using _input/_json/_node syntax, working with standard library, or need to understand…—n8n-orchestration-patternsFan-out / fan-in, parallel sub-workflow execution, and batch-orchestrator patterns in n8n.—n8n-structured-extractionExtract or classify structured data from text/documents with an LLM in n8n using a real JSON schema.—n8nac-cheatsheetCurated "user intent → exact command" mapping for the n8nac CLI. Use this BEFORE reading `n8nac-reference` or running `--help`.—n8nac-referenceAuthoritative reference for every `n8nac` CLI command, subcommand, and flag (n8nac 2.4.0).—plugin-testingThe ONLY supported way to test changes to the n8n-autopilot plugin itself: commit → push to the private repo → install FROM that repo → restart → verify…—pull-schemasPull/update n8n node schemas for offline validation. Discovers node types from local workflows, fetches each via `npx n8nac skills node-info`, falls back to…—session-envExplain and verify how a Claude session pins itself (and all its n8nac workflow/instance commands) to exactly ONE n8n environment without clobbering other…—stack-intakeGuided interview that turns a rough idea into a PRP-style use-case description ready for /n8n-autopilot:build-stack-v2.—sync-credentialsSync credential IDs from the live n8n instance. Two modes — list (default) reports IDs + TypeScript snippets, fix-workflows rewrites stale credential IDs in…—test-manualTest a non-HTTP-trigger workflow (schedule, manual, errorTrigger) that n8nac cannot fire from the CLI.—