Agent skill · vasilyu1983
ai-coding-agents
Creates coding agents on Claude Code, Codex, and Agent SDK. Use when defining review, test, refactor, or team agents — not building a runtime.
What it needs
About 10k tokens when loaded.
What this skill does
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. 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-provider-runtime, ai-coding-agents-terminal-ui Execution & safety ai-coding-agents-execution-sandbox, ai-coding-agents-permissions, ai-coding-agents-settings-policy State & lifecycle ai-coding-agents-sessions, ai-coding-agents-tasks, ai-coding-agents-remote-runtime Extensibility ai-coding-agents-plugins, ai-coding-agents-tools Delivery ai-coding-agents-release-distribution, ai-coding-agents-observability-evals If the request is "how do I add a slash command to my runtime?" or "how should I design approval prompts?", route to Track B. If it's "how do I define a code-review agent on Claude Code?", stay here. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills vasilyu1983/ai-coding-agents