From fns-build-factory
Connect a client's Google Analytics 4 and Google Search Console, pull organic traffic, landing-page performance, conversions, and query/click/impression/position data, and turn it into the traffic-and-conversion signal the report and prioritizer need. Use when wiring the GA4/GSC connectors, building the analytics section of a local SEO report, or diagnosing traffic-up-but-no-leads. Read-only, token in the vault, never writes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/fns-build-factory:analytics-ingestion-ga4-gscThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load this skill when:
Load this skill when:
local-seo-action-prioritizer (CTR, conversions, landing-page performance)This is the connector that closes the loop: rankings and geo-grid tell you visibility; GA4/GSC tell you whether that visibility turns into sessions, then leads. Without it, the report scores fixes on visibility alone and misses "already ranking, not converting."
Obeys local-seo-app-orchestrator and the connector security model:
analytics.readonly, GSC webmasters.readonly. Never request write.GA4 (Data API v1):
sessionDefaultChannelGroup = Organic SearchSearch Console (Search Analytics API):
The point is to connect the chain, not report four disconnected dashboards:
GSC query → ranked page → GA4 landing-page sessions → GA4 conversion → CallRail call
local-seo-action-prioritizerReferences:
references/ga4-metrics-and-dimensions.md — exact metric/dimension names, the organic segment, conversion mappingreferences/gsc-and-attribution-model.md — GSC query set + the query→page→session→conversion→call chainPrompts:
prompts/generate-traffic-insight.md — raw pulls in, plain-English diagnosis + candidate actions outTemplates:
templates/analytics-snapshot.md — the report's traffic & conversion blocknpx claudepluginhub jzoccali/fns-build-factory --plugin fns-build-factoryCreates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.