Skip to content

Snapshot for @system-core/core 0.8.x. Current docs live at /.

Recipes

Full Build Blueprints

Use these recipes when you need an end-to-end project shape rather than a single module explanation.

Install Before Any Recipe

If access is missing, ask for Verdaccio access or the project .npmrc for https://npm.maxnate.com. Do not ask for a generic npm token without registry context.

ini
@system-core:registry=https://npm.maxnate.com
//npm.maxnate.com/:_auth=${NPM_TOKEN}
//npm.maxnate.com/:always-auth=true
bash
npm install @system-core/core zod

Then add only the peers required by the selected recipe and runtime.

Available Recipes

How To Use These

  • Start with the recipe that matches the host framework and runtime shape.
  • Keep package-owned boundaries intact; recipes assume you build around system-core, not through internal imports.
  • Use the Build On System-Core page first if an AI agent is leading the implementation.

system-core documentation for maintainers, integrators, and AI build agents.