Superclaude Framework Compat
Codex compatibility layer for SuperClaude /sc:* commands with vibe-adapted routing.
MCP get_skill({ skillId: "superclaude-framework-compat-7c2369af" })Use this skill with your agent
Create a free account and connect via MCP
# superclaude-framework-compat
Compatibility bridge for migrating SuperClaude Framework workflows into Codex while preserving `sc:*` memory patterns.
## What This Provides
- Keeps SuperClaude source repository under `~/.codex/SuperClaude_Framework`.
- Builds a compatibility command map for all `src/superclaude/commands/*.md` entries.
- Provides a router script that accepts `/sc:*` tokens and outputs Codex-native routing guidance.
- Integrates with `/vibe` as the default orchestration path.
## Router
- Script: `scripts/sc-router.ps1`
- Map file: `command-map.json`
## Usage
```powershell
$codexHome = if ($env:CODEX_HOME) { $env:CODEX_HOME } else { Join-Path $HOME '.codex' }
$router = Join-Path $codexHome 'skills/superclaude-framework-compat/scripts/sc-router.ps1'
# List mapped commands
powershell -ExecutionPolicy Bypass -File $router --list
# Show one mapped command
powershell -ExecutionPolicy Bypass -File $router --show /sc:implement
# Use command-style input
powershell -ExecutionPolicy Bypass -File $router /sc:implement continue migration and verify
```
## Vibe Compatibility
- Default route is `/vibe` for command execution in Codex.
- Supports unified memory by preserving `sc:*` command semantics in mapping.
- Uses direct-map / partial-map / unsupported status labels for strict compatibility boundaries.Related Skills
More skills in Agent Orchestration
1. Product type search — what design patterns fit this product?
Design UI/UX systems with style guides, palettes, typography, and component specs for new interfaces
Acp Router
Route plain-language requests for Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
Add New Safe Output Type
Adding a New Safe Output Type to GitHub Agentic Workflows
Agent Governance
Patterns and techniques for adding governance, safety, and trust controls to AI agent systems. Use this skill when: - Building AI agents that call external tools (APIs, databases, file systems) - Implementing policy-based access controls for agent tool usage - Adding semantic intent classification to detect dangerous prompts - Creating trust scoring systems for multi-agent workflows - Building audit trails for agent actions and decisions - Enforcing rate limits, content filters, or tool restrictions on agents - Working with any agent framework (PydanticAI, CrewAI, OpenAI Agents, LangChain, AutoGen)
Agentic Development
Build AI agents with Pydantic AI (Python) and Claude SDK (Node.js)
Agentic Workflows
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Explore Other Categories
Skills from other categories with shared topics
Comfyui
Generate images, video, and audio with ComfyUI — install, launch, manage nodes/models, run workflows with parameter injection. Uses the official comfy-cli for lifecycle and direct REST/WebSocket API for execution.
/math - Unified Math Capabilities
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
⚙️ MuAPI Platform Utilities
Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results