// WORKFLOWS_CATEGORIES

Categories & Tools

The full 14-category catalog of supported tools, what each category covers, which tools are detected, which have hand-written ops skills, and which ship official MCPs.

The workflow pass supports 110 tools across 14 categories. Eleven categories are available to every paid plan (Solo tier); three more, Marketing, Product, and SEO, require the Founder tier or above.

A tool's row tells you everything you need to know:

  • whether the kit auto-detects it,
  • whether there's a hand-written ops skill it'll install,
  • whether an official MCP exists and how it's transported (HTTP zero-config or stdio with env vars).

//How Detection Works

Detection runs entirely locally. The kit looks at four signals and ORs them, any single hit means the tool is detected:

| Signal | Where it looks | | --- | --- | | dependencies | Exact match on a package in package.json (any workspace) | | dependencyPrefixes | Substring match, @aws-sdk/client- matches all AWS clients | | envVars / envVarPrefixes | Names from .env, .env.local, etc. (the value is never read) | | files | Repo-root files / globs, wrangler.toml, prisma/schema.prisma, .github/workflows/ | | contentSubstrings | Used sparingly, e.g. fbq( in HTML for Meta Pixel, application/ld+json for structured data |

If a tool isn't detected, you can still install its skill manually, /saikit-workflows lets you opt in even when the signal is missing.

//Reading This Page

In the tables below:

  • Skill = ✓ if a hand-written ops skill ships in the catalog (auto-installed on confirmation).
  • MCP = official (✓), community (~), or none (✗). HTTP MCPs are zero-config paste-URL; stdio MCPs need a local install + env vars.
  • CLI = the recommended CLI tool the ops skill expects to find on $PATH.

//Ticketing & Project Management

Ticket → branch → PR; PR → ticket; in-session capture; spec generation.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Linear | ✓ | ✓ HTTP |, | | Jira | ✓ | ✓ HTTP | jira-cli | | GitHub Issues | ✓ | ✓ HTTP | gh | | Notion (PM) | ✓ | ✓ HTTP |, | | Asana |, | ✓ HTTP |, | | Monday.com |, | ✓ launch partner |, | | ClickUp |, | ~ Composio/Pipedream |, | | Shortcut |, | ~ |, |

//Documentation & Knowledge

Sync docs with code, pull context into sessions, ADR management.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Notion (Docs) | ✓ | ✓ HTTP |, | | Confluence | ✓ | ✓ HTTP (Atlassian) |, | | In-repo ADRs / Markdown | ✓ |, |, | | GitHub Wiki |, |, | gh | | Obsidian |, | ~ |, |

//Communication & Messaging

Deploy pings, alerts, async standups, customer escalations.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Slack | ✓ | ✓ HTTP |, | | Discord |, | ~ |, | | Microsoft Teams |, | ~ |, | | Telegram |, | ~ |, |

//Error Tracking & Observability

Triage errors, reproduce, propose fixes, watch trends.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Sentry | ✓ | ✓ HTTP | sentry-cli | | Datadog | ✓ | ✓ DataDog/mcp-datadog | datadog-ci | | New Relic |, | ~ | newrelic-cli | | Honeycomb |, | ~ |, | | Grafana |, | ✓ grafana/mcp-grafana | grafana-cli | | OpenTelemetry |, |, | otel-cli |

//Product Analytics

Feature usage, event tracking, funnels, A/B tests.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | PostHog | ✓ | ✓ HTTP | posthog-cli | | Mixpanel |, | ✓ hosted |, | | Amplitude |, | ✓ launch partner |, | | Segment |, | ~ |, | | Plausible |, | ~ |, |

//Payments & Billing

Refunds, disputes, sub-state debugging, webhook scaffolding, MRR.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Stripe | ✓ | ✓ HTTP | stripe | | Polar | ✓ | ✓ HTTP (sandbox available) | polar | | Paddle |, | ~ |, | | Lemon Squeezy |, | ~ |, | | PayPal |, | ✓ paypal/agent-toolkit |, | | RevenueCat |, | ~ |, | | Chargebee |, | ~ |, |

//Cloud & Deployment

Deploy, rollback, env/secret sync, log tailing.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Cloudflare Workers | ✓ | ✓ HTTP | wrangler | | Vercel | ✓ | ✓ HTTP | vercel | | Fly.io |, | ~ | fly | | Railway |, | ~ | railway | | Render |, | ~ |, | | Netlify |, | ~ | netlify | | AWS |, | ~ awslabs/mcp | aws | | GCP |, | ~ | gcloud | | Azure |, | ~ | az | | Kubernetes |, | ~ Flux159/mcp-server-kubernetes | kubectl | | Terraform |, | ✓ stdio (HashiCorp) | terraform | | Docker |, | ✓ Docker MCP Catalog | docker |

//Database

Schema changes, query debugging, profiling, migration safety.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Supabase | ✓ | ✓ HTTP (read-only by default) | supabase | | Neon | ✓ | ✓ HTTP | neonctl | | Postgres (raw) | ✓ | ~ | psql | | Drizzle ORM | ✓ |, | drizzle-kit | | Prisma | ✓ |, | prisma | | PlanetScale |, | ✓ HTTP w/ OAuth | pscale | | Turso |, | ✓ stdio (built-in --mcp) | turso | | MongoDB |, | ✓ stdio (Atlas-aware) | mongosh | | Firebase |, | ✓ firebase/firebase-mcp | firebase |

//Auth Providers

User lookup, role/permission changes, JWT debugging, SSO config.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Better Auth | ✓ |, |, | | Clerk | ✓ | ✓ stdio (public beta) |, | | Auth0 |, | ✓ stdio | auth0 | | WorkOS |, | ~ |, | | Supabase Auth |, | ✓ via Supabase MCP | supabase | | Firebase Auth |, | ✓ via Firebase MCP | firebase |

//Transactional Email

Template management, send debugging, bounce / complaint handling.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Resend | ✓ | ✓ stdio (RESEND_API_KEY) | resend | | Postmark |, | ✓ stdio (experimental) |, | | SendGrid |, | ~ |, | | Mailgun |, | ~ |, | | AWS SES |, |, | aws | | Loops |, | ~ |, |

//Design & Assets

Pull designs into code; design tokens, dev-mode handoff, asset extraction.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Figma | ✓ | ✓ HTTP (Dev Mode seat required) |, | | Framer |, | ~ |, | | Storybook |, |, | storybook | | Canva |, | ✓ launch partner |, |

//Marketing & Lifecycle (Founder)

CRM, marketing automation, lifecycle email, paid ads, newsletter.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | HubSpot | ✓ | ✓ HTTP |, | | Customer.io | ✓ | ~ |, | | Meta Ads | ✓ | ✓ HTTP (29 tools, OAuth) |, | | Salesforce |, | ✓ launch partner | sf | | Klaviyo |, | ✓ official w/ OAuth |, | | Mailchimp / Mandrill |, | ✓ HTTP (Mandrill side) |, | | Beehiiv |, | ~ |, | | Kit (ConvertKit) |, | ~ |, | | Attio |, | ~ |, | | Airtable |, | ~ |, | | Google Ads |, | ~ | gam | | LinkedIn Ads |, | ~ |, | | TikTok Ads |, | ~ |, |

//Product & Customer Ops (Founder)

Customer support, scheduling, feature flags, surveys, user research.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Intercom | ✓ | ✓ HTTP |, | | Cal.com | ✓ | ~ |, | | Statsig | ✓ | ✓ official |, | | Zendesk |, | ✓ zendesk/mcp-server | zcli | | Plain |, | ~ |, | | Crisp |, | ~ |, | | Help Scout |, | ~ |, | | Front |, | ~ |, | | Calendly |, | ✓ HTTP w/ OAuth |, | | GrowthBook |, | ~ |, | | LaunchDarkly |, | ✓ stdio |, | | Typeform |, | ~ |, | | Tally |, | ~ |, | | Productboard |, | ~ |, |

//SEO & AI Search (Founder)

Indexation, keyword research, content optimization, structured data, AI/LLM citation tracking.

| Tool | Skill | MCP | CLI | | --- | --- | --- | --- | | Google Search Console | ✓ | ✓ via Google connector |, | | Structured Data (Schema.org) | ✓ |, |, | | Profound | ✓ | ~ |, | | Ahrefs |, | ~ |, | | SEMrush |, | ~ |, | | Surfer SEO |, | ~ |, | | Frase |, | ~ |, | | Clearscope |, | ~ |, | | PageSpeed Insights |, |, |, | | Screaming Frog |, |, |, | | Peec.ai |, | ~ |, |

Solo tier sees the first 11 categories (72 tools, 24 hand-written ops skills). Founder tier adds Marketing, Product, and SEO, 38 more tools and 9 more ops skills. See Plan Tiers for details.

Categories & Tools | SummonAI Kit Docs