A small set of Claude Code skills for AI-assisted development.
For the Chinese version, see README.zh-CN.md.
npx github:yingqiuz/ai-collab-skillsRestart Claude Code after installing.
| Skill | Command | What it does |
|---|---|---|
| ask-codex | /ask-codex <question-or-file> |
Sends text (or a file’s contents) to the local OpenAI Codex CLI and shows the response |
# Install Codex CLI
npm install -g @openai/codex
# Sign in
codex authnpx --yes github:yingqiuz/ai-collab-skillsask-codexsends the provided text/file contents to Codex; avoid secrets.
Maintainers: see MAINTAINERS.md.
MIT