What problem does it solve?
Developers integrating the c15t consent management platform often guess at component APIs, styling approaches, or integration patterns. This Skill reads the documentation bundled inside installed c15t npm packages and applies the correct setup, customization, and integration workflow for the project's framework.
Core Features & Use Cases
- Framework-aware doc lookup: Detects Next.js, React, or vanilla JavaScript from package.json and reads the matching bundled docs from node_modules.
- Customization ladder: Guides changes through the lowest-power approach first, from provider options and i18n through design tokens, slots, compound components, noStyle, and headless mode.
- Script integrations: Configures pre-built script helpers for Google Tag Manager, GA4, PostHog, Meta, and other consent-aware script loading.
- Use Case: A developer asks to change the cookie banner copy and add Google Tag Manager with consent gating; the Skill reads the installed package docs, applies i18n options, and wires up the googleTagManager script config.
Quick Start
Ask the assistant to set up c15t consent management in your Next.js app with a cookie banner and Google Tag Manager integration.