Skip to content

[codex] add Codex skill host support#45

Draft
Codelisk wants to merge 1 commit intoRedth:mainfrom
Codelisk:feat/codex-skill-host
Draft

[codex] add Codex skill host support#45
Codelisk wants to merge 1 commit intoRedth:mainfrom
Codelisk:feat/codex-skill-host

Conversation

@Codelisk
Copy link
Copy Markdown

@Codelisk Codelisk commented Apr 2, 2026

Summary

Add Codex as a supported skill host for MauiDevFlow's installable AI skill.

What Changed

  • added --host claude|codex to maui-devflow update-skill
  • added --host claude|codex to maui-devflow skill-version
  • install Codex skills into .agents/skills/maui-ai-debugging
  • kept the existing .claude/skills/maui-ai-debugging tree as the canonical GitHub source
  • documented Codex alongside Claude and MCP in README.md and AGENTS.md
  • added unit tests for host-specific skill path resolution

Why

The CLI previously hardcoded the Claude install path, so Codex users could only use the MCP server and had no first-class skill installation path.

Validation

  • dotnet test tests/MauiDevFlow.Tests/MauiDevFlow.Tests.csproj -v minimal
  • dotnet run --project src/MauiDevFlow.CLI/MauiDevFlow.CLI.csproj -- update-skill --host codex -y -o <temp>
  • dotnet run --project src/MauiDevFlow.CLI/MauiDevFlow.CLI.csproj -- skill-version --host codex -o <temp>
  • dotnet run --project src/MauiDevFlow.CLI/MauiDevFlow.CLI.csproj -- update-skill -y -o <temp>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant