Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
0
0
# Install this skill:
npx skills add JonathanAquino/ai-skills --skill "copy-claude-context"
Install specific skill from multi-skill repository
# Description
Copy Claude Code project context from one directory to another
# SKILL.md
name: copy-claude-context
description: Copy Claude Code project context from one directory to another
- Ask user for source directory (e.g.,
~/projects/foo) - Ask user for target directory (e.g.,
~/Documents/AI_Context/foo) - Convert paths to Claude project directory names:
- Replace
/with- - Replace spaces with
- - Prepend
- - Resolve symlinks first (e.g.,
~/Documentsβ~/Dropbox/T490/Documents) - Copy:
cp -r ~/.claude/projects/<source> ~/.claude/projects/<target>
Path encoding examples
| Real path | Claude projects path |
|---|---|
/home/jon/projects/foo |
-home-jon-projects-foo |
/home/jon/projects/foo bar |
-home-jon-projects-foo-bar |
~/Documents/AI_Context/x |
-home-jon-Dropbox-T490-Documents-AI-Context-x (symlink resolved) |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.