Features: - 30+ Custom Skills (cognitive, development, UI/UX, autonomous agents) - RalphLoop autonomous agent integration - Multi-AI consultation (Qwen) - Agent management system with sync capabilities - Custom hooks for session management - MCP servers integration - Plugin marketplace setup - Comprehensive installation script Components: - Skills: always-use-superpowers, ralph, brainstorming, ui-ux-pro-max, etc. - Agents: 100+ agents across engineering, marketing, product, etc. - Hooks: session-start-superpowers, qwen-consult, ralph-auto-trigger - Commands: /brainstorm, /write-plan, /execute-plan - MCP Servers: zai-mcp-server, web-search-prime, web-reader, zread - Binaries: ralphloop wrapper Installation: ./supercharge.sh
1.4 KiB
1.4 KiB
OpenCode IDE Support
Overview
planning-with-files works with OpenCode as a personal or project skill.
Installation
See .opencode/INSTALL.md for detailed installation instructions.
Quick Install (Global)
mkdir -p ~/.config/opencode/skills
cd ~/.config/opencode/skills
git clone https://github.com/OthmanAdi/planning-with-files.git
Quick Install (Project)
mkdir -p .opencode/skills
cd .opencode/skills
git clone https://github.com/OthmanAdi/planning-with-files.git
Usage with Superpowers Plugin
If you have obra/superpowers OpenCode plugin:
Use the use_skill tool with skill_name: "planning-with-files"
Usage without Superpowers
Manually read the skill file when starting complex tasks:
cat ~/.config/opencode/skills/planning-with-files/planning-with-files/SKILL.md
oh-my-opencode Compatibility
If using oh-my-opencode, ensure planning-with-files is not in the disabled_skills array:
~/.config/opencode/oh-my-opencode.json:
{
"disabled_skills": []
}
Verification
Global:
ls -la ~/.config/opencode/skills/planning-with-files/planning-with-files/SKILL.md
Project:
ls -la .opencode/skills/planning-with-files/planning-with-files/SKILL.md