wsl2-agent-tooling
WSL2 Ubuntu agent workflows — repos, build/test, ast-grep, MCP servers, CI-like commands.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
WSL2 Ubuntu agent workflows — repos, build/test, ast-grep, MCP servers, CI-like commands.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Run ProjectTwelve Unity batch validation and EditMode/PlayMode test suites via Unity 6000.5.1f1. Use when the user or ticket asks to run Unity tests, EditMode fixtures, batchmode validation, or verify test results from TestResults/*.xml.
Log agent sessions, consolidate project memory (dream), promote reviewed memory, and load context for new chats. Use when ending a session, improving cross-session recall, or when the user mentions agent memory, dream, log-session, or memory.md.
Wiki tickets under docs/wiki/tickets/ are the canonical task queue, each linked to a GitHub issue. Use when picking work, claiming an issue, or preparing PR references.
Recommend the next open wiki ticket to work on, ranked by phase then priority, without claiming or mutating anything. Use when the user asks "what's next", to pick the next task, or to start work without a specific ticket in hand.
Sync project-twelve with the Assets/_Licensed submodule via fetch_remotes.py, git hooks, and /fetch-remotes. Use at session start, before picking backlog work, or when the user asks to sync repos or get latest.
Use when the user asks to commit and push, publish, ship, or prepare a release commit. Guides staging only intended changes, writing a Conventional Commit, committing, and pushing to origin after verifying status and diff.
SOC 직업 분류 기준
| name | wsl2-agent-tooling |
| description | WSL2 Ubuntu agent workflows — repos, build/test, ast-grep, MCP servers, CI-like commands. |
Run agent shell work in WSL2 when Linux tooling, paths, or MCP servers require it.
WSL2 Ubuntu, git, rg, fd, build chain for the project.
Install blocks are shared — See install-blocks.md.
Use winget blocks from the reference when provisioning a new machine.
Use apt/curl blocks from the reference; symlink fdfind → fd if needed.
Use Homebrew blocks from the reference.
cd ~/projects/my-repo
git status --short
rg "pattern" . --glob '!node_modules' -n --max-count 30
sg run --pattern 'import $M from $P' --lang ts src/ | head -40
docker compose up -d
python -m pytest tests/test_foo.py -q
Windows host:
Cursor / VS Code / Claude Desktop / Docker Desktop
WSL2 Ubuntu:
git checkout, rg/fd/jq/yq, ast-grep, build/test, MCP servers
Full diagram: windows-wsl-split.md.
~/...), not /mnt/c/... when performance matters.See commands-requiring-confirmation.md.
fd command: use fdfind or symlink from install reference.\\wsl$\ — run tests in WSL terminal.uname -a shows WSL