summaryrefslogtreecommitdiff
path: root/.claude/skills
AgeCommit message (Collapse)AuthorLines
3 daysFix nav classes, add detail APIs, add update-band-info skillyyamashita-0/+163
- Fix nav: apply .nav class and .nav-brand to logo (styles were not rendering) - Add GET+PATCH /api/bands/:uuid and /api/artists/:uuid endpoints - PATCH supports append_links / append_members for non-destructive updates - Add /update-band-info skill: fetch SNS profiles and update band description/members Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysFix register-band skill: add required since/until/note fields to membersyyamashita-2/+2
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 daysAdd Claude Code skills for golive band registrationyyamashita-0/+208
- register-band: Web検索でSNS/メンバー情報を収集し、本番API経由でバンドを登録する - import-golive-events: golive APIからイベント出演者を一括取得し register-band で登録する Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>