{"id":45696186,"url":"https://github.com/dceoy/ai-coding-agent-skills","last_synced_at":"2026-02-24T20:47:15.343Z","repository":{"id":331209263,"uuid":"1125607170","full_name":"dceoy/ai-coding-agent-skills","owner":"dceoy","description":"Agent skills for AI coders","archived":false,"fork":false,"pushed_at":"2026-02-13T09:44:08.000Z","size":499,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T17:47:55.723Z","etag":null,"topics":["agent-skills","ai-agents","ai-coding","claude-code","codex-cli","developer-tools","gemini-cli","github-copilot"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dceoy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null},"funding":{"github":["dceoy"]}},"created_at":"2025-12-31T03:09:19.000Z","updated_at":"2026-02-13T09:44:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/dceoy/ai-coding-agent-skills","commit_stats":null,"previous_names":["dceoy/cross-agent-skills","dceoy/cli-agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dceoy/ai-coding-agent-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceoy%2Fai-coding-agent-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceoy%2Fai-coding-agent-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceoy%2Fai-coding-agent-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceoy%2Fai-coding-agent-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dceoy","download_url":"https://codeload.github.com/dceoy/ai-coding-agent-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dceoy%2Fai-coding-agent-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29799304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T19:56:48.334Z","status":"ssl_error","status_checked_at":"2026-02-24T19:55:43.372Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","ai-coding","claude-code","codex-cli","developer-tools","gemini-cli","github-copilot"],"created_at":"2026-02-24T20:47:14.390Z","updated_at":"2026-02-24T20:47:15.338Z","avatar_url":"https://github.com/dceoy.png","language":null,"funding_links":["https://github.com/sponsors/dceoy"],"categories":[],"sub_categories":[],"readme":"# ai-coding-agent-skills\n\nAgent skills for AI coders\n\n## Overview\n\nSingle-source, reusable skills and agent prompts shared across AI coding runtimes. The `skills/` directory is the source of truth and is symlinked into each runtime:\n\n- **Claude Code** — Agents in `.claude/agents/`; skills via `.claude/skills -\u003e ../skills`\n- **GitHub Copilot CLI** — Skills via `.github/skills -\u003e ../skills`\n- **OpenAI Codex CLI** — Skills via `.codex/skills -\u003e ../skills`\n- **Gemini CLI** — Skills via symlinked directories\n\nEach skill directory contains a `SKILL.md` that documents prerequisites and invocation.\n\n## Quick start\n\n1. Clone the repo:\n\n   ```bash\n   git clone git@github.com:dceoy/ai-coding-agent-skills.git\n   ```\n\n2. Pick a runtime and explore the skills in `skills/` (symlinked into each runtime directory):\n   - **Claude Code:** `.claude/agents/` (agent definitions), `.claude/skills -\u003e ../skills`\n   - **Codex CLI:** `.codex/skills -\u003e ../skills`\n   - **GitHub Copilot CLI:** `.github/skills -\u003e ../skills`\n\n3. Open a skill directory and read the `SKILL.md` to learn how to invoke it.\n\n## Skills\n\nAll skills are located in `skills/` and symlinked into runtime-specific directories.\n\n### Claude Code Integration\n\n- `claude-ask` - Ask questions about code (read-only)\n- `claude-exec` - Execute development tasks with code modifications\n- `claude-review` - Perform code reviews (read-only)\n- `claude-search` - Search the web for current information (read-only)\n\n### OpenAI Codex CLI Integration\n\n- `codex-ask` - Ask questions about code (read-only)\n- `codex-exec` - Execute development tasks with code modifications\n- `codex-review` - Perform code reviews (read-only)\n- `codex-search` - Search the web for current information (read-only)\n\n### GitHub Copilot CLI Integration\n\n- `copilot-ask` - Ask questions about code (read-only)\n- `copilot-exec` - Execute development tasks with code modifications\n- `copilot-review` - Perform code reviews (read-only)\n- `copilot-search` - Search the web for current information (read-only)\n\n### Gemini CLI Integration\n\n- `gemini-ask` - Ask questions about code (read-only)\n- `gemini-exec` - Execute development tasks with code modifications\n- `gemini-review` - Perform code reviews (read-only)\n- `gemini-search` - Search the web for current information (read-only)\n\n### Git Workflows\n\n- `clean-gone-branches` - Clean up local branches marked as [gone] and their worktrees\n- `commit` - Create a git commit with an appropriate message\n- `commit-push-pr` - Commit, push, and open a pull request\n\n### Code Quality\n\n- `code-review` - Comprehensive multi-agent code review for pull requests\n- `code-simplifier` - Simplify and refine code for clarity and maintainability\n\n### Skill Management\n\n- `claude-agent-converter` - Convert Claude Code agents to portable skills\n- `claude-command-converter` - Convert Claude Code commands to portable skills\n\n## Agents\n\nAgents are located in `.claude/agents/` and provide unified interfaces for each CLI tool.\n\n| Agent        | Description                                                 |\n| ------------ | ----------------------------------------------------------- |\n| `codex.md`   | Unified Codex CLI agent (ask, exec, review, search modes)   |\n| `copilot.md` | Unified Copilot CLI agent (ask, exec, review, search modes) |\n| `gemini.md`  | Unified Gemini CLI agent (ask, exec, review, search modes)  |\n\nSee [AGENTS.md](./AGENTS.md) for detailed agent documentation.\n\n## Structure\n\n```\n.\n├── skills/                  # Shared skill directories (source of truth)\n│   ├── claude-*/            # Claude Code integration skills\n│   ├── codex-*/             # Codex CLI integration skills\n│   ├── copilot-*/           # Copilot CLI integration skills\n│   └── gemini-*/            # Gemini CLI integration skills\n├── .claude/\n│   ├── agents/              # Agent definitions (codex.md, copilot.md, gemini.md)\n│   └── skills -\u003e ../skills\n├── .codex/\n│   └── skills -\u003e ../skills\n├── .github/\n│   ├── skills -\u003e ../skills\n│   └── workflows/           # CI workflows (ci.yml)\n├── AGENTS.md                # Agent repository guidelines\n├── CLAUDE.md -\u003e AGENTS.md   # Symlink for Claude Code\n├── README.md                # This file\n└── LICENSE\n```\n\n## Prerequisites\n\nInstall and authenticate the required CLI tools before running skills:\n\n- **Claude Code** - For `claude-*` skills and `.claude/` agents\n  - Install: \u003chttps://docs.anthropic.com/en/docs/claude-code\u003e\n  - Auth: Follow CLI onboarding flow\n\n- **GitHub Copilot CLI** - For `copilot-*` skills\n  - Install: \u003chttps://docs.github.com/en/copilot/github-copilot-in-the-cli\u003e\n  - Auth: `gh auth login` (requires GitHub Copilot subscription)\n\n- **OpenAI Codex CLI** - For `codex-*` skills\n  - Install: \u003chttps://github.com/openai/codex\u003e\n  - Auth: ChatGPT subscription or API key in `~/.codex/config.toml`\n\n- **Gemini CLI** - For `gemini-*` skills\n  - Install: \u003chttps://github.com/google-gemini/gemini-cli\u003e\n  - Auth: Google account or API key\n\n## Usage notes\n\n- Skills do not always auto-run; use your agent's skill invocation flow or ask for the skill explicitly.\n- If a skill fails, open its `SKILL.md` and verify prerequisites and command syntax.\n\n## Troubleshooting\n\n**Skill not found**\n\n- Confirm the skill directory exists in the expected runtime location\n- Check that skill name matches exactly (case-sensitive)\n- Verify the `SKILL.md` documentation is present\n\n**CLI not in PATH**\n\n- Ensure the tool is installed and accessible: `which \u003ctool-name\u003e`\n- Add the tool's bin directory to your shell PATH\n- Restart your terminal after installation\n\n**Authentication errors**\n\n- Re-run the tool's auth command:\n  - Claude Code: Follow onboarding flow\n  - Copilot CLI: `gh auth login`\n  - Codex CLI: `codex` (follow auth flow) or configure `~/.codex/config.toml`\n  - Gemini CLI: `gemini` (follow auth flow)\n- Verify active subscription (Copilot, ChatGPT) or API key\n\n**Symlink issues**\n\n- Skill directories are shared from `skills/` via symlinks (`.claude/skills`, `.codex/skills`, `.github/skills`)\n- If broken, recreate the symlink or ensure `skills/` exists\n- On Windows, ensure symlink support is enabled\n\n## Contributing\n\nSee [AGENTS.md](./AGENTS.md) for repository guidelines and agent-specific rules.\n\n## License\n\nSee [LICENSE](./LICENSE) for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdceoy%2Fai-coding-agent-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdceoy%2Fai-coding-agent-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdceoy%2Fai-coding-agent-skills/lists"}