From dajare
Claude Codeのスピナー(spinner、処理中表示)にランダムなダジャレを設定する dajare-spinner スキル。作業中にダジャレが流れてきて楽しくなる。
How this skill is triggered — by the user, by Claude, or both
Slash command
/dajare:dajare-spinnerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Claude Code の処理中スピナーにダジャレを表示するスキル。ダジャレデータは [@mattn](https://github.com/mattn) さん提供の [ダジャレ API](https://dajare-api.compile-error.net/api) を利用しています。
Claude Code の処理中スピナーにダジャレを表示するスキル。ダジャレデータは @mattn さん提供の ダジャレ API を利用しています。
このスキルがトリガーされたら、以下を実行してください:
以下のコマンドを実行してください:
bash "${CLAUDE_PLUGIN_ROOT:-$(dirname "$0")}/scripts/update-spinner.sh" 30
第1引数で取得件数を指定できます(デフォルト30件)。
設定が完了したら、以下のように報告してください:
スピナーにダジャレを設定しました!次の処理から表示されます。 以降はセッション開始時に自動で更新されます(6時間ごと)。 無効にするには settings.json から spinnerVerbs を削除してください。
ユーザーが「セッションの内容からダジャレ作って」等と言った場合は、
直近の会話で出てきたキーワードを拾い、そこからダジャレを生成して
spinnerVerbs に追加してください。
手順:
~/.claude/settings.json の spinnerVerbs.verbs に追加npx claudepluginhub coji/dajare --plugin dajareGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Synthesizes the current conversation into a structured spec (PRD) and publishes it to the project issue tracker with a ready-for-agent label, without interviewing the user.