Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AxGord/claude-workflow --skill cleanupコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
Debugging meta-patterns — what to do when fixes don't stick
Game dev precision and physics gotchas
Claude Code configuration gotchas — permission rule syntax and evaluation order, settings hierarchy, plugin install scopes, hook behavior
SOC 職業分類に基づく
SKILL.md を表示中
| name | cleanup |
| description | Clean .claude directory data |
Run steps in order. Ask user confirmation before each step.
Delete contents of (keep directories themselves):
~/.claude/debug/ — session debug logs~/.claude/shell-snapshots/ — zsh state snapshots~/.claude/todos/ — task lists from past sessions~/.claude/plans/ — plan files from past sessionsShow size before/after.
For each project in ~/.claude/projects/:
*.jsonl files (conversation logs), UUID/ directories (session caches), agent-*.jsonl (subagent logs)memory/ directory, CLAUDE.md file⚠️ This breaks /resume for old sessions. Warn user.
Show size before/after.
After step 2, list projects that have no remaining files (no memory/, no CLAUDE.md). Offer to remove them — they recreate automatically when Claude Code runs in that project.
For each remaining memory/MEMORY.md:
| Entry | Duplicates? | Verdict |
|---|---|---|
| ... | skill X / common knowledge / project-specific | delete / keep |
Only modify after user approval.
Also check and report sizes of:
~/.claude/history.jsonl — conversation history (can be large)~/.claude/file-history/ — file change history~/.claude/paste-cache/ — clipboard cache~/.claude/tasks/ — task dataThese are less critical. Mention sizes, let user decide.