What problem does it solve?
When working with the self-hosted @c15t/backend consent management package, developers often rely on outdated or mismatched online documentation. This Skill directs the AI to the version-matched docs bundled inside the installed package, covering setup, configuration, APIs, storage adapters, and policy packs.
Core Features & Use Cases
- Local Documentation Access: Reads the bundled AGENTS.md index and per-topic Markdown files under the package's docs/ directory instead of fetching from the network.
- Version-Matched Guidance: Documentation ships with the package, so answers always match the installed @c15t/backend version.
- Use Case: While configuring trustedOrigins, database adapters (Drizzle, Kysely, Prisma, TypeORM, Mongo), or policy packs for a self-hosted c15t backend, ask the AI for guidance and it consults the exact local docs for your installed release.
Quick Start
Ask the AI to explain how to configure the @c15t/backend instance using its bundled documentation.