npx claudepluginhub doarakko/dotfiles --plugin doarakko-configThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Guides using Bun as runtime, package manager, bundler, and test runner for JS/TS projects with Node comparisons, migration steps, and Vercel deployment.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
現在のブランチのコード変更に基づいて、プロジェクトのドキュメントを同期・更新する。
git diff と git diff --cached で未コミットの変更を取得git symbolic-ref refs/remotes/origin/HEAD で確認、main または master)git log <メインブランチ>..HEAD --oneline でコミット済みの変更を確認し、git diff <メインブランチ>...HEAD で差分を取得変更内容に応じて、更新が必要なドキュメントを判定する:
Glob で探索し Read で読み込むGlob で docs/ 配下や *.md ファイルを探索Bash で git log を使い、90日以上更新されていないドキュメントを検出