npx claudepluginhub makotan/agent-butler --plugin agent-butlerThis skill uses the workspace's default tool permissions.
プロジェクトの作成・更新・一覧・アーカイブを行う。
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.
プロジェクトの作成・更新・一覧・アーカイブを行う。
$0: アクション(create / update / list / archive)$1: プロジェクトのslug(list以外で必須)$WORKHUB_HOME が設定されていればそれを使用~/.workhubrc が存在すれば base_dir を読む~/.workhub をデフォルトに使用$WORKHUB_HOME/projects/{slug}/ 配下に以下を作成:
context.md — コンテキストマップ(テンプレート生成)tasks.md — タスク一覧(空テンプレート生成)tasks/ — タスク詳細ディレクトリnotes/ — ノートディレクトリattachments/ — 添付ファイルディレクトリcontext.md テンプレート:
---
project: {slug}
status: active
last_touched: {現在時刻}
---
# {slug} - コンテキストマップ
## 現在の状況
- (記入してください)
## 次のアクション
- [ ] (記入してください)
## ブロッカー
- なし
## 最近の決定事項
- なし
## 外部リンク
- なし
tasks.md テンプレート:
# Tasks - {slug}
## 緊急かつ重要
(なし)
## 重要だが緊急でない
(なし)
## 緊急だが重要でない
(なし)
## 緊急でも重要でもない
(なし)
## 完了
(なし)
対話形式で context.md を編集する。AskUserQuestion で更新内容を確認。
$WORKHUB_HOME/projects/ 配下の全プロジェクトを一覧表示。
各プロジェクトの context.md から status, last_touched を読み取り、テーブル形式で表示。
$WORKHUB_HOME/projects/{slug}/ を $WORKHUB_HOME/archives/projects/{slug}/ に移動。