A skill+plugin package collecting 45 working Claude Code patterns — custom status line, system prompt trimming, using Gemini CLI as a Claude Code minion, running Claude Code in a container. The dx plugin codifies the best ones as runnable skills.
claude mcp add claude-code-tips-skill -- git clone https://github.com/ykdojo/claude-code-tips ~/.claude/skills/claude-code-tips
ワンライナー。claude mcp list で確認、claude mcp remove で削除。
ユースケース
実用的な使い方: Claude Code Tips (dx plugin)
Delegate code-search to Gemini CLI to save Claude context
👤 Claude Code power users⏱ ~15 minintermediate
使うタイミング: Your Claude context is precious; grep across 10k files isn't.
前提条件
Server/skill installed and authenticated — See repo README
フロー
Install dx
Install the dx plugin from claude-code-tips.✓ コピーしました
→ dx commands available
Delegate
Use dx minion gemini to grep for callers of parseConfig and feed me only the file:line hits.✓ コピーしました
→ Compact list of hits, big context saved
結果: Claude focuses on reasoning; minion handles bulk text ops.
注意点
The minion model still costs API money. Use it for context savings, not free lunch. — The minion model still costs API money. Use it for context savings, not free lunch.
コストと制限
運用コスト
APIクォータ
See provider docs for rate limits
呼び出しあたりのトークン
Varies by tool
金額
See repo README for pricing details
ヒント
Cache tool results and avoid repeated identical calls.
セキュリティ
権限、シークレット、影響範囲
認証情報の保管: Use environment variables; never commit secrets
データ送信先: Tool calls go to the provider's API as documented
トラブルシューティング
よくあるエラーと対処法
dx not found
After install, restart your shell or source ~/.claude/dx.zsh.
確認: which dx
minion provider missing
Install gemini-cli (or alt) separately and set GEMINI_API_KEY.