c15t-docs

Read and search version-matched c15t consent management documentation bundled with the package.

1.9k|209|Updated Jan 13, 2025
One-click install
npx skills add https://github.com/c15t/c15t --skill c15t-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: c15t-docs
Source: https://github.com/c15t/c15t/tree/main/packages/core
Command: npx skills add https://github.com/c15t/c15t --skill c15t-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Working with the c15t consent management platform requires accurate, version-specific knowledge of its setup, client modes, script loading, callbacks, and integrations, and fetching docs from the network risks stale or mismatched information.

Core Features & Use Cases

  • Local Documentation Access: Reads the docs bundled inside the installed c15t package, guaranteed to match the installed code version.
  • Guided Navigation: Starts from the bundled AGENTS.md index, which links every per-topic Markdown file under the docs directory.
  • Use Case: When configuring a ConsentManagerProvider in offline mode or wiring consent-aware script loading, consult the bundled docs to get the exact API and options for the installed c15t version instead of guessing from online guides.

Quick Start

Ask the assistant to look up how to configure c15t offline mode using the documentation bundled with the installed package.

Frequently Asked Questions about c15t-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find c15t documentation for my installed version?

Read the docs bundled inside the installed c15t package under the docs directory. Start with the AGENTS.md file, which links every per-topic Markdown file, ensuring the documentation matches your installed code version.

What topics does the c15t documentation cover?

The bundled docs cover core JavaScript consent management, including client modes (hosted, offline, custom), script loading, callbacks, and integrations. They ship with the package and are version-matched to the installed code.

Should I fetch c15t docs from the network or read local files?

Prefer the local files bundled with the package over fetching anything over the network. The bundled docs are version-matched to the installed code, while online docs may describe a different release.

Where do I start when working with c15t consent management?

Start with the AGENTS.md file bundled in the c15t package. It acts as an index linking to every per-topic Markdown file under the docs directory, covering setup, configuration, API, and behavior.