Use when the user asks to "convert skills to Cursor", "export to Codex", "convert to Gemini format", "port skills to another AI platform", or "create multi-platform skills". [EXPLICIT] Activates when a stakeholder needs to convert MOAT skills from Claude Code format to Cursor rules, GitHub Codex AGENTS.md, Google Gemini system instructions, or other AI coding assistant formats while preserving skill logic and evidence protocols. [EXPLICIT]
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill is limited to using the following tools:
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdreferences/body-of-knowledge.mdreferences/knowledge-graph.mmdreferences/state-of-the-art.mdtemplates/output.docx.mdtemplates/output.htmlTL;DR: Converts PMO-APEX skills from Claude Code format (SKILL.md) to equivalent formats for other AI coding assistants: Cursor (.cursorrules), GitHub Codex (AGENTS.md), Google Gemini (system instructions), and others. Preserves skill logic, evidence protocols, and methodology content across platforms.
El conocimiento de PM no debe estar locked-in a una plataforma. Las skills MOAT contienen expertise de gestión de proyectos que es valiosa independientemente de la herramienta AI. La conversión cross-platform extiende el alcance sin diluir el contenido. El formato cambia; la inteligencia metodológica permanece. [EXPLICIT]
# Convert skills to Cursor format
/pm:cross-platform-convert $PROJECT --target="cursor" --skills="cost-estimation,budget-baseline"
# Batch convert all skills to Codex format
/pm:cross-platform-convert $PROJECT --target="codex" --skills="all"
# Generate platform compatibility matrix
/pm:cross-platform-convert $PROJECT --type=compatibility-matrix
Parameters:
| Parameter | Required | Description |
|---|---|---|
$PROJECT | Yes | Project or framework identifier |
--target | Yes | Target platform (cursor, codex, gemini, copilot) |
--skills | No | Skills to convert (comma-separated or "all") |
--type | No | convert, compatibility-matrix, validate |
{TIPO_PROYECTO}: All project types can benefit from cross-platform availability. Conversion priority based on target platform usage within the organization.
skills/cross-platform-convert/references/*.md for format mapping guidesGood Cross-Platform Conversion:
| Attribute | Value |
|---|---|
| Format mapping | Documented per section per platform |
| Content preservation | ≥90% of skill logic preserved |
| Tool mapping | Allowed-tools mapped to platform equivalents |
| Validation | Tested on target platform with sample execution |
| Documentation | Platform differences documented per skill |
| Sync protocol | Update procedure for skill changes |
Bad Cross-Platform Conversion: Copy-pasting SKILL.md content into target format without format adaptation, tool mapping, or validation. Fails because each platform has different conventions — a verbatim copy may not be parseable, may ignore platform-specific features, and provides no maintenance path. [EXPLICIT]
| Resource | When to read | Location |
|---|---|---|
| Body of Knowledge | Before converting to understand platform ecosystems | references/body-of-knowledge.md |
| State of the Art | When evaluating new AI platform formats | references/state-of-the-art.md |
| Knowledge Graph | To understand skill dependencies for conversion order | references/knowledge-graph.mmd |
| Use Case Prompts | When scoping conversion requirements | prompts/use-case-prompts.md |
| Metaprompts | To generate format mapping templates | prompts/metaprompts.md |
| Sample Output | To calibrate expected conversion output | examples/sample-output.md |
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.