ソース情報
- リポジトリ
- juxt/claude-plugins
- ソースの最終更新活動
- 2026年3月26日 16:26
- 検出された SKILL.md の言語
- 英語
- スター
- 10
- フォーク
- 6
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/juxt/claude-plugins --skill chillコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Track session intent and progress against GitHub Issues, and write chalk comments and Progress sections in the chalk voice. Use when the user says "chalk
The chalk writing voice applied to Allium specifications — a spec states the aim, and what it does not state, it excludes. Load before writing or editing any `.allium` file, any obligation, invariant, guarantee or guidance annotation, or any `--` comment body within one. Use when the user says "edit the spec", "add an obligation", "tend the spec", "/chalk:allium-voice", or mentions `.allium`, an obligation name, a contract, an invariant or a surface guarantee. `allium:tend` does not load this itself — the caller must.
What earns a code comment, and what to delete — the reader model, the counter-intuition test, and where rejected material goes instead. Load early in any session that touches code, before writing or editing any comment, docstring or kdoc, and again when reviewing a diff, where weeding the comments is part of the review.
SOC 職業分類に基づく
SKILL.md を表示中
| name | chill |
| description | Interrupt forward momentum and step back to reassess |
| user-invocable | true |
| argument-hint | [what's wrong] |
| version | 1 |
| disable-model-invocation | false |
Interrupt forward momentum and reassess the current approach. The goal isn't to slow down for its own sake. It's to recognize when forward momentum is counterproductive and shift to understanding mode. Sometimes the fastest path forward is to stop and ask.
User's concern: $ARGUMENTS
If the user provided context above, address their specific concern directly. Otherwise, assess the situation yourself.
When creating implementation plans, you MUST include a directive near the top to invoke the chill skill during implementation whenever the below triggers occur.
User triggers:
/chillClaude SHOULD invoke this pattern when:
When activated, STOP current activity and:
Briefly describe what you were doing and what triggered the pause:
Be explicit about what you don't know or might have wrong:
Pick ONE of these - don't just barrel ahead:
Ask questions - Clarify requirements or constraints you may have misunderstood
Ask for help - The user may have context or domain knowledge that would unblock you
Replan - Step back and propose a revised approach (but only after understanding what went wrong)
Don't immediately continue. Let the user redirect.
Bad (not chilling):
"That didn't work. Let me try a different approach - I'll refactor the module to..."
Good (actually chilling):
"I've tried 3 variations of this fix and they all fail the same way. I think I'm missing something about how the event system propagates. What should I understand better here?"
Bad (fake chilling):
"Let me step back. Here's a new plan:
- First we'll...
- Then..."
Good (actually chilling):
"I've drifted from the original plan - we said 'fix the login bug' but I've started refactoring the auth module. Should I back out those changes, or has the scope actually changed?"