npx claudepluginhub yaakaito/envSpecification-driven development workflow
開発環境の自動設定を提供するdotfiles/開発環境セットアップリポジトリです。シェル設定、VS Code拡張機能、devcontainerテンプレートが含まれています。
git clone [email protected]:yaakaito/env.git ~/.env
cd ~/.env
./setup.sh
Ctrl+R - インタラクティブなコマンド履歴検索Ctrl+S - 最近のディレクトリからのインタラクティブなディレクトリナビゲーションlb - pecoを使用したGitブランチ選択並行開発のための独立したworktreeを作成します。デフォルトでClaudeがブランチ名を生成します。
# worktree作成(Claudeがブランチ名を生成)
git-worktree-add "ログイン機能の追加"
# 明示的にブランチ名を指定
git-worktree-add -b feature/login
# オプション付き
git-worktree-add -b fix/typo --no-deps --no-copy
# worktree削除(pecoでインタラクティブに選択)
git-worktree-remove
| オプション | 説明 |
|---|---|
-b, --branch | ブランチ名を直接指定(Claude生成をスキップ) |
--no-deps | 依存関係インストールをスキップ |
--no-copy | .envファイルのコピーをスキップ |
リポジトリルートに .worktreerc を配置してカスタマイズできます:
# コピーするファイル(glob対応)
copy:
- .env
- .env.local
- packages/*/.env
# worktree作成後に実行するコマンド
run:
- npm install
- npm run build
デフォルト動作(.worktreerc なし):
.env, packages/*/.env, apps/*/.env初回ターミナル起動時にVS Code拡張機能が自動インストールされます。
git co, git st, git sw, git ci, git push-force)oxfmtを使用。.editorconfigを自動検出するため設定ファイル不要。
# フォーマット実行
bunx oxfmt
# チェックのみ(CI用)
bunx oxfmt --check
以下のコマンドでdevcontainer、GitHub Actions、VS Code設定を一括セットアップできます:
curl -fsSL https://raw.githubusercontent.com/yaakaito/env/main/bin/setup-repository | bash -s -- deno
curl -fsSL https://raw.githubusercontent.com/yaakaito/env/main/bin/setup-repository | bash -s -- node-pnpm
curl -fsSL https://raw.githubusercontent.com/yaakaito/env/main/bin/setup-repository | bash -s -- bun
curl -fsSL https://raw.githubusercontent.com/yaakaito/env/main/bin/setup-repository | bash -s -- deno my-project
curl -fsSL https://raw.githubusercontent.com/yaakaito/env/main/bin/setup-repository | bash
claude --plugin-dir でプラグインをテストできますClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations