@k2works/claude-code-booster 1.9.1 → 1.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/assets/README.md +16 -0
- package/package.json +1 -1
package/lib/assets/README.md
CHANGED
|
@@ -33,6 +33,22 @@ claude mcp add -s project memory -- npx @modelcontextprotocol/server-memory
|
|
|
33
33
|
claude mcp add -s project codex -- npx @openai/codex mcp-server
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
+
#### ralph-loopの導入
|
|
37
|
+
|
|
38
|
+
- Claude Code 起動後、/plugin を実行
|
|
39
|
+
|
|
40
|
+
- 検索ボックスで ralph-loop を探して選択
|
|
41
|
+
|
|
42
|
+
- インストールするスコープを選ぶ(ユーザー / プロジェクト / ローカル)
|
|
43
|
+
|
|
44
|
+
- Claude Code を再起動
|
|
45
|
+
|
|
46
|
+
- コマンドで実行
|
|
47
|
+
|
|
48
|
+
```powershell
|
|
49
|
+
/ralph-loop "<プロンプト>" --max-iterations <数値> --completion-promise "<完了テキスト>"
|
|
50
|
+
```
|
|
51
|
+
|
|
36
52
|
#### AI アシスタント(Skills)
|
|
37
53
|
|
|
38
54
|
`.claude/skills/` ディレクトリに定義された Skills により、AI アシスタントがタスクに応じた専門的な指示を自動的に読み込みます。Progressive Disclosure(段階的開示)により、必要なスキルのみがコンテキストに展開されます。
|