ai-coding-agents
FeaturedCreates coding agents on Claude Code, Codex, and Agent SDK. Use when defining review, test, refactor, or team agents — not building a runtime.
AI & Automation 80 stars
17 forks Updated 1 weeks ago MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# AI Coding Agents — Creation Hub
Use this skill to go from a coding agent idea to a working agent definition, whether a single-purpose agent or a coordinated multi-agent coding team.
This skill owns the coding-domain-specific creation workflow, templates, and patterns. For agent architecture decisions and build-vs-not gates, start with [`../ai-agents/SKILL.md`](../ai-agents/SKILL.md).
## Two Different Tracks
This skill (and its siblings prefixed `ai-coding-agents-*`) split into two tracks with different audiences. Pick the right one before going deeper.
**Track A — Create an agent on an existing platform (this skill).**
Use this umbrella when the platform exists (Claude Code, Codex, or Agent SDK) and you need to define an agent on top of it: frontmatter, tools, archetype, multi-agent coordination. This is the common case.
**Track B — Build a coding-agent runtime from scratch (the 14 sibling skills).**
Use the dedicated curriculum when you are building the runtime itself — the thing that loads agents, sandboxes execution, routes tool calls, manages sessions. Each skill captures known traps, patterns, and anti-patterns for one subsystem:
| Concern | Skills |
|---------|--------|
| Runtime architecture | [`ai-coding-agents-command-runtime`](../ai-coding-agents-command-runtime/SKILL.md), [`ai-coding-agents-provider-runtime`](../ai-coding-agents-provider-runtime/SKILL.md), [`ai-coding-agents-terminal-ui`](../ai-coding-agents-terminal-ui/SKILL.md) |
| Execution & safety | [...
Details
- Author
- vasilyu1983
- Repository
- vasilyu1983/AI-Agents-public
- Created
- 9 months ago
- Last Updated
- 1 weeks ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
ai-coding-agents-tasks
Designs background task systems for coding-agent runtimes. Use when implementing task lists, worker tasks, background execution, cancellation, or teammate task coordination.
80 Updated 1 weeks ago
vasilyu1983 AI & Automation Featured
ai-agents
AI agent architecture, protocol choice, evaluation, observability, and build-vs-not decisions. Use when scoping or reviewing agent systems before deeper implementation.
80 Updated 1 weeks ago
vasilyu1983 AI & Automation Featured
ai-coding-agents-tools
Designs tool runtimes for coding agents. Use when modeling tool registries, deferred loading, permission-aware execution, tool search, or remote tool rendering.
80 Updated 1 weeks ago
vasilyu1983