c15t-backend-docs

Read and search version-matched @c15t/backend documentation bundled with the installed package.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about c15t-backend-docs

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

FAQPage Schema
How do I configure the @c15t/backend consent management server?

The Skill reads the bundled docs shipped with @c15t/backend, starting from AGENTS.md which indexes every per-topic Markdown file under docs/. This gives configuration guidance matched exactly to your installed package version.

What database adapters does @c15t/backend support?

The backend supports Drizzle, Kysely, Prisma, TypeORM, and MongoDB adapters, exposed through dedicated package exports like @c15t/backend/db/adapters/drizzle. The bundled docs describe each adapter's setup in detail.

Does this Skill fetch documentation from the internet?

No. It explicitly prefers the local files bundled inside the installed package over network fetches, ensuring the documentation always matches the installed @c15t/backend version.

How do policy packs work in c15t backend?

Policy packs define regional consent rules resolved by visitor location with region, country, fallback, and default priority. The bundled docs cover built-in presets like europeOptIn and californiaOptOut plus custom policy builder helpers.

When should I use @c15t/backend instead of the hosted service?

Use @c15t/backend when you need full control over hosting, database, CORS origins, policy configuration, audit logs, and deployment topology. The hosted option at inth.com suits teams wanting no infrastructure to maintain.