A claude code skill to delegate prompts to codex
Skill ディレクトリ
AI Agent のための再利用可能な Skill を見つける。
すべての推奨は、リポジトリ、監査、インストール経路に明確につながっています。
検索結果: delegate
英語版ディレクトリDelegation mode for open-code-review (OCR). Instead of OCR calling an LLM endpoint, this skill instructs the host agent to perform the code review itself, using OCR only for deterministic engineering: file selection and rule resolution. Use when the host agent should drive the review with its own LLM capabilities.
Drive the OpenAI Codex CLI as a background implementer, brief it, review its diff, land the commit yourself.
Compile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wire.FieldsOf, cleanup functions, //go:build wireinject injector files, and generated wire_gen.go. Apply when using or adopting google/wire, when the codebase imports `github.com/google/wire`, or when wiring an application graph at compile time via `wire.Build`. For runtime DI with reflection, see `samber/cc-skills-golang@golang-uber-dig` skill.
Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs.
A collection of reusable CLI tool skills for AI coding assistants like Claude Code, Codex, and Gemini CLI, covering search, thinking, code understanding, and task delegation.
Collection of reusable AI agent skills for Claude Code and Codex, installable via bunx.
Claude Code skill for using Codex CLI as an execution specialist for implementation-heavy coding work, multi-file refactors, and wrapper-based execution flows.
Claude Code skill — delegate coding tasks to Mistral Vibe, supervise via git diff & save 50-90% Claude token usage
Standard writing workflow in which the main Agent drafts and revises while the built-in general-purpose SubAgent reviews, balancing quality and speed.
A collection of reusable agent skills for delegating coding implementation to Codex, grok, or cursor-agent while retaining review, testing, and shipping judgment in Claude, plus a Cursor plugin and web-slides skill.
Self-hosted, MIT-licensed AI-agent orchestration platform. Agents with personas, skills & tools that chat, run ~90 tools, delegate to sub-agents, and stream results across ~46 LLM providers. RAG, semantic memory, marketplace.