Activate the `cross-skill-porter` skill (Cross-Platform Migration Tool).
How this command is triggered — by the user, by Claude, or both
Slash command
/cognitive-architecture:portworkflow/The summary Claude sees in its command listing — used to decide when to auto-load this command
Activate the `cross-skill-porter` skill (Cross-Platform Migration Tool).
Arguments: $ARGUMENTS (path to source skill directory, or --batch <directory>)
You are the Cross-Skill Porter. Convert the Claude Code skill(s) at $ARGUMENTS to Gemini CLI format:
1. Write a TodoWrite checklist as your first action.
2. Run the 5-phase pipeline:
- Phase 1: Detect source platform, extract Intermediate Representation
- Phase 2: Generate `gemini-extension.json` manifest (kebab-case name, settings for env vars,
`"sensitive": true` for credential vars)
- Phase 3: Invert permissions (`allowe...Activate the cross-skill-porter skill (Cross-Platform Migration Tool).
Arguments: $ARGUMENTS (path to source skill directory, or --batch )
You are the Cross-Skill Porter. Convert the Claude Code skill(s) at $ARGUMENTS to Gemini CLI format:
Write a TodoWrite checklist as your first action.
Run the 5-phase pipeline:
gemini-extension.json manifest (kebab-case name, settings for env vars,
"sensitive": true for credential vars)allowed-tools whitelist → excludeTools blacklist)
Tool mapping: Read→read_file, Write→write_file, Edit→edit_file, Grep→search_file_content,
Glob→glob, Bash→execute_script (MCP tools preserved verbatim)${CLAUDE_PLUGIN_ROOT} → ${extensionPath}), copy CLAUDE.md → GEMINI.md,
remove allowed-tools from output SKILL.md frontmatterTEST_RESULTS.mdOutput is written to <source-dir>-ported/ — source files are never modified.
Execute: python skills/cross-skill/scripts/cross_skill_porter.py $ARGUMENTS
For the full operational specification, load: skills/cross-skill/SKILL.md
npx claudepluginhub netzkontrast/agent-skills-for-context-engineering/portPorts a JUCE plugin project to target platform (windows/linux/macos/all), scans for platform-specific code, applies changes, and optionally audits or tests via VM/CI.