GitHubスター
40
ユーザー評価
未評価
お気に入り
0
閲覧数
90
フォーク
2
イシュー
4
インストール方法
難易度
上級推定所要時間
20-45 分
インストール方法
Move to your project directory and run the setup:
Configuration files will be generated under
bash
$ cd /path/to/your-project
$ npx claude-crew@latest setup
.claude-crew through an interactive setup process.
> Note: Claude Crew can be used with multiple projects simultaneously. Each project generates its own unique configuration, and tool settings are created with project-specific naming to prevent conflicts. For example:
```json
// Project A: /path/to/project-a/.claude-crew/mcp.json
{
"tools": {
"project_a_run_test": { ... },
"project_a_check_types": { ... }
}
}
// Project B: /path/to/project-b/.claude-crew/mcp.json
{
"tools": {
"project_b_run_test": { ... },
"project_b_check_types": { ... }