Atomic Agents
SkillAI & models"Use Atomic Agents to build schema-driven agents, integrate tools
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Atomic Agents skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/atomic-agents/SKILL.md and read by ahel’s review.
Use this skill when a task mentions Atomic Agents, atomic-agents, atomic-assembler, Atomic Forge, MCP connectors, the example projects, or editing this repository.
Start here
- Read
references/package-summary.mdfor the monorepo map, package names, and core terminology. - Read
references/repo-provenance.mdbefore deciding whether this skill matches the current checkout or needs refresh. - Read
references/troubleshooting.mdfor cross-cutting install, import, CLI, and version-mismatch issues. - Use the route map below. Each subskill owns deeper references and any helper scripts.
Install and smoke check
- Public use:
pip install atomic-agents - Checkout work:
uv syncorpip install -e . - Smoke check:
python -c "import atomic_agents, atomic_assembler; print(atomic_agents.__version__)" - CLI check:
atomic --help
Route map
| User task | Use subskill | Why |
|---|---|---|
Build, run, stream, or debug a typed AtomicAgent with schemas, history, prompts, hooks, token counting, or multimodal content | sub-skills/agent-core/SKILL.md | Owns the core agent API, memory, context providers, hooks, and the fundamental schema contract. |
Define tools/resources/prompts, reason about Atomic Forge tool families, use the atomic CLI, or adapt tool-selection patterns | sub-skills/tooling-and-forge/SKILL.md | Owns BaseTool, BaseResource, BasePrompt, Atomic Forge, Atomic Assembler, and tool orchestration surfaces. |
| Connect to MCP servers or troubleshoot dynamic MCP-generated tools, resources, and prompts | sub-skills/mcp-integrations/SKILL.md | Owns the MCP transport, schema transformation, and generated tool/resource/prompt factory surface. |
Adapt a concrete example project such as quickstart, multimodal, RAG, orchestration, memory, hooks, YouTube, DSPy, FastAPI, progressive disclosure, or mcp-agent | sub-skills/example-workflows/SKILL.md | Owns the example catalog, dependencies, and recipe-level guidance. |
| Modify this checkout, run focused tests, update docs, or reason about release/CI behavior | sub-skills/repo-development/SKILL.md | Owns monorepo development commands, packaging conventions, docs checks, and maintainer workflow guidance. |
Shared references and helpers
references/repo-routing-metadata.jsonrecords the router metadata consumed during import into the repo-skills router.scripts/check_atomic_agents_env.pyperforms a safe import/version/CLI smoke check.- Read each subskill's
references/andscripts/for workflow-specific guidance.
Signals
- GitHub stars
- 278
- Forks
- 21
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
atomic-agents- Source
- github.com/vectorspacelab/arex-skill