Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
build
// Build the core package (ESM + CJS). Use when the user asks to build, compile, or rebuild.
$ git log --oneline --stat
stars:1,115
forks:200
updated:2026年3月26日 15:03
SKILL.md
// Build the core package (ESM + CJS). Use when the user asks to build, compile, or rebuild.
| name | build |
| description | Build the core package (ESM + CJS). Use when the user asks to build, compile, or rebuild. |
| disable-model-invocation | true |
| argument-hint | [workspace] |
Launch a sub-agent (Agent tool) to run the build. This keeps verbose build output out of the main context.
Use the Agent tool with a timeout of 180000ms:
Command logic:
core -> npm run build -w packages/corehtml or storybook -> npm run build -w packages/htmlexamples -> ./scripts/build-all-examples.bashall -> npm run build -w packages/core && ./scripts/build-all-examples.bash && npm run build -w packages/htmlnpm run build -w packages/$ARGUMENTSRun the command from the project root.
Wait for completion. Report ONLY:
- SUCCESS or FAILURE
- If failed: the FIRST error (max 20 lines)
- Build duration
Do NOT paste the full log.
Run the full CI validation sequence locally. Use when the user asks to validate before PR, run CI checks, or verify the build. Triggers on: ci, run ci, validate, check ci.
Run ESLint on the project. Use when the user asks to lint or check code style.
Run tests for the core package. Use when the user asks to run tests.