Loading...
Loading...
前回更新コミット (`_/.last-update-docs` で追跡) からの差分をもとに CLAUDE.md のスキル一覧・リポジトリ構造ツリーを更新する。新スキル追加時、`.claude/agents/` や `.claude/rules/` の変更時、「ドキュメント更新して」「CLAUDE.md を更新して」などで使用。
npx skill4agent add fandhe-ai/agent-cli-skills update-docsCLAUDE.md_/.last-update-docs_/.last-update-docscommit_hash=<hash>
commit_subject=<1行目>
commit_date=<ISO 8601>.gitignore_/.last-update-docscommit_hashgit log <commit_hash>..HEAD --oneline
git diff <commit_hash>..HEAD --statskills/CLAUDE.md## Current Skillsls -d skills/*/SKILL.md | sed 's|skills/||;s|/SKILL.md||' | sort## Current Skills (N).claude/agents/.claude/rules/.claude/skills/_/.last-update-docsgit log -1 --format="%H" # commit_hash
git log -1 --format="%s" # commit_subject
git log -1 --format="%cI" # commit_date (ISO 8601)_/.last-update-docscommit_hash=abc123def456
commit_subject=feat(playwright): Playwright リファレンススキルを追加
commit_date=2026-03-21T10:00:00+09:00CLAUDE.mdSKILL.mdreferences/_/.last-update-docs.gitignore