Read and search the @c15t/backend documentation. Use when working with @c15t/backend — its setup, configuration, API, and behavior.
Read and search the c15t documentation. Use when working with c15t — its setup, configuration, API, and behavior.
Read and search the @c15t/scripts documentation. Use when working with @c15t/scripts — its setup, configuration, API, and behavior.
Scaffold a new workspace package in the c15t monorepo. Use when adding a package under packages/, wiring up rslib builds, vitest, turbo, exports maps, or deciding whether a package joins the linked changeset group.
Work with the leadtype package for MDX components, remark plugins, MDX-to-markdown conversion, llms.txt generation, and docs linting. Use when the user asks how to render docs components, flatten MDX into markdown, generate LLM bundles, validate docs content, or integrate leadtype into a docs site or tooling pipeline.
Version and release c15t packages with Changesets. Use when adding a changeset to a PR, deciding bump types for the linked package group, publishing canary/RC/stable releases, or debugging release CI failures (publish artifacts check, workspace dependency resolution).
Turborepo monorepo build system guidance. Triggers on: turbo.json, task pipelines, dependsOn, caching, remote cache, the "turbo" CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure/best practices, and boundaries. Use when user: configures tasks/workflows/pipelines, creates packages, sets up monorepo, shares code between apps, runs changed/affected packages, debugs cache, or has apps/packages directories.
Author or edit c15t documentation in docs/**/*.mdx — the source for both the c15t.com site and the docs bundled into published packages. Use when writing guides, integration pages, reference docs, changing package-bundled docs (packages/*/docs, packages/*/AGENTS.md), or fixing docs lint failures.