원클릭으로
typecheck
Run TypeScript type checking across SDK packages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run TypeScript type checking across SDK packages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Yellow Network Protocol app sessions for AI agents - a shared room where several agents pool funds, reallocate off-chain at machine speed, and settle one final split. Use for multiparty settlement among agents. Covers connecting, the funded-account prerequisite, creating a session with participants + weights + quorum, deposit, operate, withdraw, close, and the trust boundary. Grounded in the official @yellow-org/sdk lifecycle example.
Run tests for a specific module or the whole project
Build SDK packages in the correct dependency order
Run linters and formatters for the appropriate language
Thorough code review of current changes or a specific PR
| name | typecheck |
| description | Run TypeScript type checking across SDK packages |
| allowed-tools | Bash, Read |
Run typecheck for: $ARGUMENTS
cd sdk/ts && npm run typecheck
cd sdk/ts-compat && npm run typecheck
go vet ./... instead