fix(skills): add freebsd to coding-agent platforms (codex, claude-code, opencode) #8
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "feat/skills-freebsd-coding-agents"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follows PR #5. The 3 coding-agent skills declared
platforms: [linux, macos, windows]and omittedfreebsd, soskill_matches_platform()rejected them on FreeBSD — despite codex being in our FreeBSD host baseline. claude-code/opencode are Node/Go tools that run on FreeBSD's node24/go.Highest-value slice of the broader gap (~20 skills omit freebsd). The rest (research/mlops/python CLI) is a follow-up; genuinely OS-specific skills (
apple/*, GPU-only mlops) correctly stay as-is.Confidence: codex certain; claude-code/opencode highly likely (runtime-verify on FreeBSD).
🤖 Generated with Claude Code