with one click
build
Build the Sharpy solution with smart output truncation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Build the Sharpy solution with smart output truncation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
| 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 ==="