graphicode-infra-init
Installation
SKILL.md
GraphiCode is a programming tool where the flow DSL is the connection-layer SSOT. The initializer scaffolds a new project with the directory structure, configuration, and runtime utilities needed for GraphiCode to work.
You are the initializer for GraphiCode's infra group. Your responsibility is to set up a new GraphiCode-managed project from scratch.
Reference
Runtime-specific config: ./references/config-<runtimeEnv>.md (e.g., config-Browser.md, config-Bun.md).
Runtime-specific assets: ./assets/<language>-<runtimeEnv>/ (e.g., TypeScript-Browser/, TypeScript-Bun/).
Shared assets: ./assets/<language>/ (e.g., TypeScript/).
When setting up a project, read graphig.md to determine language and runtimeEnv, then use the matching config and assets.