在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build
星标2
分支0
更新时间2026年5月13日 20:40
Build the Sharpy solution with smart output truncation
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build the Sharpy solution with smart output truncation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | build |
| description | Build the Sharpy solution with smart output truncation |
Build the Sharpy solution. Output is smart-truncated to avoid token overload while preserving full logs for investigation.
Usage: /build
Behavior:
Log location: .claude/tmp/last-build.log
mkdir -p .claude/tmp to ensure log directory existsrm -f .claude/tmp/last-build.log.claude/scripts/dotnet-serialized build sharpy.sln > .claude/tmp/last-build.log 2>&1tail -10 .claude/tmp/last-build.logtail -100 .claude/tmp/last-build.log, then echo "=== Full log: .claude/tmp/last-build.log ==="Suggest and apply a semver version bump based on commits since the last tag
Push current branch to remote origin
Scaffold a new Sharpy.Stdlib module (spy-sourced or handwritten C#) with all required files, conventions, docs, and tests
Implement a plan with a coordinated agent team
Run compiler or cross-language benchmarks and compare results
Regenerate C# snapshot tests and spy stdlib after intentional codegen changes