npx claudepluginhub makotan/agent-butler --plugin agent-butlerThis skill uses the workspace's default tool permissions.
WorkHubのディレクトリ構造を一括作成し、初期設定を行う。
Implements Playwright E2E testing patterns: Page Object Model, test organization, configuration, reporters, artifacts, and CI/CD integration for stable suites.
Guides Next.js 16+ Turbopack for faster dev via incremental bundling, FS caching, and HMR; covers webpack comparison, bundle analysis, and production builds.
Discovers and evaluates Laravel packages via LaraPlugins.io MCP. Searches by keyword/feature, filters by health score, Laravel/PHP compatibility; fetches details, metrics, and version history.
WorkHubのディレクトリ構造を一括作成し、初期設定を行う。
$0: 初期化先パス(省略時は ~/.workhub)。--path /some/path の形式で指定ベースディレクトリの決定
$ARGUMENTS に --path があればそのパスを使用$WORKHUB_HOME → ~/.workhubrc → ~/.workhub の優先順で決定以下のディレクトリ構造を作成
$WORKHUB_HOME/
├── inbox/
│ └── attachments/
├── projects/
├── areas/
├── resources/
├── archives/
├── someday/
├── reviews/
│ ├── daily/
│ └── weekly/
├── reports/
│ ├── manager-meeting/
│ └── direct-manager/
├── sync/
│ ├── jira/
│ ├── backlog/
│ ├── github/
│ └── slack/
└── automations/
├── rules/
├── logs/
└── config.yaml
~/.workhubrc を生成(base_dir を記録)
config.yaml をテンプレートで生成
sync:
interval: 30m
reports:
manager_meeting:
focus_areas: []
template: summary
direct_manager:
focus_areas: all
template: detailed
automations/config.yaml をテンプレートで生成
defaults:
retry: 3
notification: review
verify_method: llm
notification:
immediate:
method: macos_notification
review:
show_in: daily
feedback:
knowledge_threshold: 3
完了メッセージと次のステップを表示
/agent-butler:wh-project create {slug} でプロジェクト作成を案内/agent-butler:wh-help quickstart で詳細ガイドを案内