Complete installation instructions for planning-with-files.
/plugin marketplace add OthmanAdi/planning-with-files
/plugin install planning-with-files@planning-with-filesThat's it! The skill is now active.
Install directly using the Claude Code CLI:
/plugin marketplace add OthmanAdi/planning-with-files
/plugin install planning-with-files@planning-with-filesAdvantages:
- Automatic updates
- Proper hook integration
- Full feature support
Clone or copy this repository into your project's .claude/plugins/ directory:
mkdir -p .claude/plugins
git clone https://github.com/OthmanAdi/planning-with-files.git .claude/plugins/planning-with-filesgit submodule add https://github.com/OthmanAdi/planning-with-files.git .claude/plugins/planning-with-filesgit clone https://github.com/OthmanAdi/planning-with-files.git
claude --plugin-dir ./planning-with-filesIf you only want the skill without the full plugin structure:
git clone https://github.com/OthmanAdi/planning-with-files.git
cp -r planning-with-files/skills/* ~/.claude/skills/Extract just the skill directly into your current directory:
curl -L https://github.com/OthmanAdi/planning-with-files/archive/master.tar.gz | tar -xzv --strip-components=2 "planning-with-files-master/skills/planning-with-files"Then move planning-with-files/ to ~/.claude/skills/.
After installation, verify the skill is loaded:
- Start a new Claude Code session
- You should see:
[planning-with-files] Ready. Auto-activates for complex tasks, or invoke manually with /planning-with-files - Or type
/planning-with-filesto manually invoke
/plugin update planning-with-files@planning-with-filescd .claude/plugins/planning-with-files
git pull origin mastercd ~/.claude/skills/planning-with-files
git pull origin master/plugin uninstall planning-with-files@planning-with-filesrm -rf .claude/plugins/planning-with-filesrm -rf ~/.claude/skills/planning-with-files- Claude Code: v2.1.0 or later (for full hook support)
- Older versions: Core functionality works, but hooks may not fire
See docs/windows.md for Windows-specific installation notes.
See docs/cursor.md for Cursor IDE installation.
See docs/codex.md for Codex IDE installation.
See docs/opencode.md for OpenCode IDE installation.
If installation fails, check docs/troubleshooting.md or open an issue at github.com/OthmanAdi/planning-with-files/issues.