Create Atomic Agent
Skill Verified ActiveBuild and wire an `AtomicAgent[InSchema, OutSchema]` — schemas, `AgentConfig`, `SystemPromptGenerator`, provider client, history, hooks, optional context providers. Use when the user asks to "create an agent", "add another agent", "build an `AtomicAgent`", "wire up an agent", "make a planner/router/extractor agent", or runs `/atomic-agents:create-atomic-agent`.
To streamline the creation and wiring of custom AI agents by providing a structured, code-generative approach that emphasizes modularity, predictability, and developer experience.
Features
- Build and wire `AtomicAgent` instances
- Define input/output schemas using Pydantic
- Configure LLM providers and models
- Generate system prompts with background, steps, and output instructions
- Integrate chat history and context providers
Use Cases
- When the user asks to 'create an agent' or 'build an `AtomicAgent`'.
- When a user wants to 'add another agent' to an existing pipeline.
- To 'wire up an agent' with specific schemas, prompts, and providers.
- To 'make a planner/router/extractor agent' for specialized tasks.
Non-Goals
- Authoring complex multi-agent orchestration logic (delegated to framework references).
- Deep dives into LLM provider specifics beyond configuration needs.
- Directly managing LLM API calls outside the agent instantiation process.
Installation
First, add the marketplace
/plugin marketplace add BrainBlend-AI/atomic-agents/plugin install atomic-agents@brainblend-pluginsQuality Score
VerifiedTrust Signals
Similar Extensions
Extract
100Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Project Development
100This skill should be used when the user asks to "start an LLM project", "design batch pipeline", "evaluate task-model fit", "structure agent project", or mentions pipeline architecture, agent-assisted development, cost estimation, or choosing between LLM and traditional approaches.
Write A Skill
100Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Context Mode Ops
100Manage context-mode GitHub issues, PRs, releases, and marketing with parallel subagent army. Orchestrates 10-20 dynamic agents per task. Use when triaging issues, reviewing PRs, releasing versions, writing LinkedIn posts, announcing releases, fixing bugs, merging contributions, validating ENV vars, testing adapters, or syncing branches.