claude2opencode-skill/SKILL.md
# Claude2OpenCode Skill Convert Claude Code project configurations to OpenCode format. ## Description This skill provides a migration toolkit for converting Claude Code project configurations (.claude directory, CLAUDE.md, MCP settings) to OpenCode format. ## Usage ```bash # Load the skill /skill claude2opencode # Run the migration python3 ~/.claude/tools/migrate_claude_project.py --target opencode --project-root . ``` ## What It Migrates - **CLAUDE.md / .claude/CLAUDE.md** → AGENTS.md (
npx skillsauth add shenron0101/opencode-skill-shenron claude2opencode-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert Claude Code project configurations to OpenCode format.
This skill provides a migration toolkit for converting Claude Code project configurations (.claude directory, CLAUDE.md, MCP settings) to OpenCode format.
# Load the skill
/skill claude2opencode
# Run the migration
python3 ~/.claude/tools/migrate_claude_project.py --target opencode --project-root .
| Target | Description |
|--------|-------------|
| opencode | Full OpenCode format with .opencode.jsonc configuration |
| codex | Codex-friendly markdown bundle for manual integration |
.migration_out/opencode/
├── AGENTS.md # Migrated rules from CLAUDE.md
├── MCP.md # MCP server setup instructions
├── MIGRATION_REPORT.md # Summary of migration
├── manifest.json # File mapping manifest
├── opencode.jsonc # OpenCode configuration
└── .opencode/
├── prompts/ # Agent prompts
├── command/ # Commands
└── instructions/
└── skills/ # Skills
migrate_claude_project.py - Core migration scriptmigrate_project.md - Agent definitionmigrate.md - Command shortcuttools
This skill should be used when the user asks to "generate interview questions", "make interview prep", "quiz me on" a topic, "practice questions for" a topic, "create Q&A" from vault notes, or asks for flashcards or Obsidian interview-prep output.
content-media
This skill should be used when the user asks to "make a cheatsheet", "generate a cheat sheet", "compress my notes", "create a study sheet", "make a printable reference", or asks for a cheatsheet for a topic from vault notes or PDFs.
testing
# PDF Study QA Skill Study and ask questions about PDF documents using AI-powered analysis. ## Description This skill enables you to upload PDF documents and ask questions about their content. It extracts text from PDFs and uses AI to provide answers based on the document's content. ## Usage ```bash # Load the skill /skill pdf-study-qa # Ask questions about a PDF /study-pdf <path-to-pdf> "What is the main topic of this document?" ``` ## Features - **Text Extraction**: Automatically extra
development
Builds a fully 3D interactive goal-graph visualization as a self-contained HTML file using Three.js. Use this skill whenever the user wants to visualize a goal, system, workflow, or project as an animated directed graph — with a 3D space background, glowing floating nodes, an animated pulse traveling the loop, and a collapsible constraints sidebar. Trigger when the user says things like "create a graph for my goal", "visualize my system as a graph", "build a 3D graph app", "show my workflow as a graph", or "make an interactive graph visualization". Parses natural language description of nodes, edges, weights, and constraints, and produces THREE distinct production-grade Three.js HTML files with different aesthetics.