ワンクリックで
setup
Set up the development environment with all required tools and dependencies
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Set up the development environment with all required tools and dependencies
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | setup |
| description | Set up the development environment with all required tools and dependencies |
Set up the development environment from scratch, installing all required tools and dependencies.
mise trust && mise install to install all project toolspnpm install to install Node.js dependencies (this also configures Git hooks automatically)uv sync to install Python dependencies (skip if no pyproject.toml exists)cd infra && pnpm install to install CDK dependencies (skip if no infra/ directory exists)After reporting completion, ask the user which action to take next:
.agents/skills/implement/SKILL.md and follow its workflow.agents/skills/lint/SKILL.md and follow its workflowConventional Commits message generation rules. Referenced by other skills.
Stage changes and create a Conventional Commits compliant commit
Create a feature branch and implement changes based on a GitHub issue or text instruction
Linter and formatter command reference table by file extension. Referenced by other skills.
Run all linters and formatters with auto-fix, then report results
Push committed changes and create or update a pull request