一键导入
config-bootstrap
Bootstrap and validate sitecoreai.cli.json configuration. Use when creating new configs, adding environments, or fixing config validation errors.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Bootstrap and validate sitecoreai.cli.json configuration. Use when creating new configs, adding environments, or fixing config validation errors.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | config-bootstrap |
| description | Bootstrap and validate sitecoreai.cli.json configuration. Use when creating new configs, adding environments, or fixing config validation errors. |
npm run dev -- init --environment-name <name> --cm <url>--skip-deploy-lookup if Deploy API access is limited.npm run dev -- config validatesitecoreai.cli.json is at the project root (or pass --config).defaultEnvProfile points to a valid environment.authority, clientId, clientSecret when using client credentials.allowWrite: true in an environment when pushes are intended.SITECOREAI_AUTO_WIZARD=0 to avoid prompts.--json is used.--trace for extra context.Author Sitecore recipes (.recipe.ts) that compile to templates + renderings — map a React/SXA component to a component-template, model data with content-templates, define enums, group with component-sections. Use when creating or editing *.recipe.ts files, turning a component into a Sitecore rendering, or asking "how do I make a recipe / why doesn't my component show up in Pages".
Non-negotiable codebase conventions for the scai CLI — module boundaries, error contract, credential handling, agent contract, quality gates. Trigger when writing or modifying code in scai.
Project-specific testing patterns for scai — Vitest tiers, mocking conventions, integration gating, and where tests live. Trigger when writing tests, debugging test failures, or asking about how to test something.
Navigate scai's access model — the workspace policy allowlist and the credential/keychain patterns. Use when a command fails with POLICY_DENIED or AUTH_REQUIRED, when authenticating an environment, or to pick the fastest route to gain access to an environment.
Reference card for working on the scai CLI locally — boot sequence, common commands, env setup, sandbox tenant, and gotchas. Read this at the start of a session that involves running, building, or testing scai.
Run the CLI safely in non-interactive or CI environments. Use when the user mentions agents, CI, non-TTY, automation, or headless runs.