원클릭으로
tool-use
How to use the filesystem, shell, and git. Builder's tool vocabulary and conventions for interacting with the development environment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
How to use the filesystem, shell, and git. Builder's tool vocabulary and conventions for interacting with the development environment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Complete reference for the factory CLI — all commands, arguments, options, and usage. Use when an agent needs to invoke factory commands, check correct syntax, or understand available options.
When and how to write a human-action-needed entry to memory/{agent}/needs.md. Agents write these entries when they hit blockers that only a human can resolve.
When you encounter a failure, correction, or new pattern, write a learning and optionally propose a skill.
How the factory workspace is organized and what each directory means.
What to examine during a reflection pass and how to write observations to memory/{agent}/needs.md.
When and how to write scenario holdouts for factory verification.
| name | tool-use |
| description | How to use the filesystem, shell, and git. Builder's tool vocabulary and conventions for interacting with the development environment. |
/Users/david/Projects/fac/factory)projects/{project-name}/tasks/building/{task-name}.mdtasks/review/{task-name}.md — this is the signal to Verifiertasks/verified/, tasks/failed/, or scenarios/pip install or similar, work within the project's virtual environmentgit add -Apyproject.toml for new Python projects (not setup.py)projects/{project-name}/.venv/projects/{project-name}/tests/