Skip to main content

add-package

Étoiles1
Forks0
Mis à jour3 juin 2026 à 19:47

Scaffold a new workspace package under packages/ or an app under apps/ in the Relavium Turborepo: package.json (@relavium/<x>, workspace:* deps), a tsconfig extending the base, shared ESLint, Vitest config, a curated src/index.ts, a test skeleton, and turbo wiring — with the import boundaries and no-circular-deps rule enforced. USE FOR: adding a new shared package or a new app surface to the monorepo. DO NOT USE FOR: adding a provider adapter inside the existing packages/llm (use ../add-llm-adapter/SKILL.md), recording the decision to add a package or dependency (use ../write-adr/SKILL.md), or authoring a spec (that has one canonical home in docs/reference/).

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly