dsh-codex-port: Porting Codex Plugin Skills to DSH and Agent Skills Directory
`dsh-codex-port` is an MIT-licensed DSH plugin designed to resolve compatibility issues arising from inconsistent frontmatter fields, mixed proprietary files, and same-name overwrites when migrating Codex CLI skills to DSH or other tools supporting the Agent Skills format. The plugin primarily provides three core functionalities: scanning plugins and skills in the local `~/.codex` directory, batch-migrating skills with automatic frontmatter format conversion (such as preserving multi-line descriptions, removing Codex-specific files, and sanitizing invalid characters), and comparing migration status between source and target directories. Regarding safety and idempotency, the plugin solely performs file system operations, relies on Node.js 22+ and a YAML parsing library, and defaults to a skip strategy.
Read More