Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Dual platform support: syncs CLAUDE.md + AGENTS.md automatically.
Initial release as a core skill.
How it works
1
Pick the skill
Uses the argument, or lists skills in .claude/skills/ and asks which one
2
Validate
Checks for a valid SKILL.md with name and description in the frontmatter
3
Fork the registry
Forks probeo-io/antidrift-skills and clones it to a temp directory
4
Copy the skill
Copies your skill directory into the registry
5
Open a PR
Creates a branch, commits, and opens a pull request with the skill description
6
Clean up
Removes the temp directory and shows the PR URL
Requirements
- Requires the
ghCLI (brew install gh) - Skill must have a SKILL.md with name and description frontmatter
- PR is submitted to probeo-io/antidrift-skills for review