-
Notifications
You must be signed in to change notification settings - Fork 6
Customization
github-actions[bot] edited this page Feb 6, 2026
·
2 revisions
This is what oh-my-customcode is all about. Making Claude Code yours.
No manual file editing. Describe what you want in natural language, and the orchestrator delegates to the right agent:
"Create a migration review expert agent"
"Add a SQL optimization skill"
"Make code reviews stricter"
User (natural language)
-> /create-agent (routing skill)
-> mgr-creator:sonnet - scaffolds agent, registers, verifies
-> mgr-updater:sonnet - syncs documentation
-> mgr-supplier:haiku - checks dependencies
Claude Code's routing system analyzes your request, routes it to the appropriate skill and agent, and the sub-agent handles everything automatically.
See also: Sub Agent Model | Built-in Commands