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: アクション(add / done / detail)$1: 対象プロジェクトまたはエリアのslug$2: アクション固有の引数(タイトル、task-slug等)--detail(add時に詳細mdも作成)$WORKHUB_HOME が設定されていればそれを使用~/.workhubrc が存在すれば base_dir を読む~/.workhub をデフォルトに使用$1 は projects/ または areas/ 配下を検索し、一致するものを使用。
tasks.md にタスクを追加
- [ ] {タイトル} を追記[due:YYYY-MM-DD] を付与--detail の場合、tasks/{task-slug}.md も作成
---
id: {auto-generated}
title: {タイトル}
status: todo
priority: {選択された優先度}
created: {今日の日付}
due: {指定があれば}
---
# {タイトル}
## 背景・経緯
## 進捗メモ
tasks.md 側にも [detail](tasks/{task-slug}.md) リンクを追加tasks.md 内の該当タスクを [x] に変更[done:{今日の日付}] を付与status: done に更新context.md の last_touched を更新tasks/{task-slug}.md の内容を表示