ClaudSkills is the registry of Claude Code skills — SKILL.md files that give Claude a domain-expert persona for one specific task. Drafting a cold email, reviewing a pull request, classifying a support ticket, synthesizing user research. Claude is in the loop.
AutomationFlows is the registry of n8n workflows — importable workflow JSONs that move data, trigger on events, and orchestrate APIs. Sending the email, posting the review comment, routing the ticket, syncing the research notes to Linear. No human in the loop.
Claude is the brain; n8n is the hands. The pairings below are the obvious combinations — the places where a skill produces structured output and a workflow consumes it.
01
Cold outreach at scale
Find ICP-fit leads, enrich them, and draft personalized first-touch emails in Claude. Hand the sequence off to n8n: schedule sends, track replies, branch on opens.
02
Code review with auto-posted comments
Run a structured code review on a diff in Claude — security, performance, edge cases. Push the structured comments to GitHub/GitLab via an n8n workflow that listens on PR webhooks.
03
Content engine that publishes itself
Draft blog posts, meta descriptions, and social copy in Claude with the content skills. Push them straight to WordPress, Ghost, Webflow, or any CMS via n8n.
04
CRM lead enrichment and sync
Turn a bare email address into a full prospect card with the sales skills: title, company, fit signals, suggested talking points. Sync to HubSpot, Pipedrive, or Salesforce with an n8n workflow.
05
Support ticket triage and routing
Classify, prioritize, and draft a reply for every incoming ticket in Claude. Route the result to Slack, Linear, or Zendesk via n8n — with paging rules for P0s.
06
Daily standup digest
Generate a structured standup from yesterday's git activity, ticket moves, and PR comments. n8n posts it to your team's Slack channel at 9am every day — no async meeting needed.
07
SEO audit, fill the gaps, publish
Audit a site with the SEO skills, identify content gaps, draft the missing pages in Claude. Push the published-ready Markdown to your CMS via an n8n workflow.
08
Stakeholder updates on a cadence
Write the weekly status report with the product skills — status, risks, decisions, the question for the leadership team. n8n distributes it via email or chat on Monday morning.
09
User research synthesis to product backlog
Synthesize a stack of user interviews into themes and ranked insights with the research skills. n8n pushes each theme into Linear, Notion, or Jira as a discovery ticket.
11
Incident response and postmortems
Run the incident-response skill mid-incident: severity, status comms, postmortem template. n8n pages on-call, posts to the status page, and files the follow-up tickets when it's over.
12
DevOps automation pipelines
Generate deploy checklists, runbooks, and pre-deploy validation scripts in Claude. n8n chains the actual deploy steps — tag, build, push, notify — once you sign off.
13
Security audit to ticketing
Run a security audit on a codebase or design in Claude — OWASP coverage, dependency CVEs, secret leaks. n8n files each finding as a prioritized issue in your tracker.
14
Web scraping to structured insight
Let n8n's scraping workflows pull data on a cadence — competitor pricing, job boards, marketplace listings. Claude reads the structured output and writes the weekly insight report.
16
AI/RAG search over your docs
Use the research skills to chunk, summarize, and tag a corpus in Claude. n8n's AI/RAG workflows then handle the embed/store/retrieve pipeline so you can chat with the data later.
What is the relationship between ClaudSkills and AutomationFlows?
Both are open catalogs from the same team. ClaudSkills is the registry of Claude Code skills (62,000+ SKILL.md files mined from public sources). AutomationFlows is the registry of n8n workflows (4,000+ workflow JSONs mined from public sources). The two catalogs are operationally independent and editorially separate; this page is a hand-curated set of pairings where a Claude Code skill and an n8n workflow naturally combine into one end-to-end pipeline.
Do I need both to use either?
No. Each catalog stands alone. ClaudSkills skills work entirely inside Claude Code, no automation platform required. AutomationFlows workflows import directly into a self-hosted or cloud n8n instance. The pairings on this page exist because the two domains are naturally adjacent: Claude is great at drafting, analyzing, and deciding; n8n is great at moving data, triggering on events, and orchestrating APIs.
How are the pairings chosen?
Hand-picked. The bar is: a Claude Code skill produces a structured output (draft, classification, decision, analysis) and an n8n workflow consumes it (sends, syncs, files, posts, schedules). Each pair links to a category or use-case bundle on both sides rather than a single brittle skill or workflow URL, so the recommendation stays useful as both catalogs grow.
Are these workflows free to import?
Yes. AutomationFlows publishes the full workflow JSON for every entry — drop it into your n8n instance and run. The catalog is free to browse and download. AutomationFlows Pro ($9/month) adds a multi-signal QualityScore and bulk download, mirroring the ClaudSkills Pro model.