スキル一覧に戻る
teren-papercutlabs

sandbox-test

by teren-papercutlabs

Workshop setup bootstrap for Claude Code training

0🍴 0📅 2026年1月17日
GitHubで見るManusで実行

SKILL.md


name: sandbox-test description: "Run an isolated Claude Code instance for testing. Use when you need a fresh environment without global CLAUDE.md or parent project settings. Trigger for: sandbox, isolated test, fresh instance, clean environment, test without global config."

Sandbox Test

Run a Claude Code instance isolated from your global config.

Why This Exists

Claude loads CLAUDE.md from parent directories up to home. Your global ~/CLAUDE.md and any parent project configs affect every session. To test something without that context (like simulating a new user), you need to break the parent chain.

How To Run Isolated Test

# Use the helper script (auto-increments if folder exists)
/Users/teren/projects/sensei/pcl-workshop-playground/scripts/sandbox.sh

This copies the workshop playground to /tmp/workshop-test (or -2, -3, etc. if it exists), then opens Claude in that directory.

Why /tmp Works

  • /tmp has no CLAUDE.md in its parent chain
  • Only the project's own .claude/ folder is loaded
  • Simulates a fresh user environment

Alternative: Specific Folder

If you want persistent test environments:

mkdir -p ~/sandbox
cp -r /path/to/project ~/sandbox/test-project
cd ~/sandbox/test-project
claude

Just make sure ~/sandbox/ has no CLAUDE.md file.

What Gets Isolated

  • Global ~/CLAUDE.md - NOT loaded
  • Global hooks from ~/.claude/settings.json - still loaded (these are session-level)
  • Project .claude/ folder - loaded normally

What Doesn't Get Isolated

  • Global hooks still fire
  • MCP servers still connect
  • Your API credentials still work

This is about config isolation, not full sandboxing.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です