New App
Skill Verified ActiveScaffold a new Atomic Agents project from scratch — create the directory, `pyproject.toml`, env file, first agent, and a runnable entry point. Use when the user asks to start a new atomic-agents project from scratch, says "scaffold" / "new project" / "start from zero", or runs `/atomic-agents:new-app`.
To provide a quick and reliable way to start new Atomic Agents projects from scratch, complete with a tested skeleton and clear next steps for development.
Features
- Creates project directory and necessary configuration files
- Scaffolds initial agent with custom or basic schemas
- Configures LLM provider and tooling (uv/pip)
- Provides installation and verification steps
- Guides user on next development steps
Use Cases
- Starting a new Atomic Agents project from zero
- Generating a boilerplate for an AI agent project
- Setting up a new Python project with Atomic Agents and a chosen LLM provider
- Quickly bootstrapping a project when a user requests to 'start from scratch'
Non-Goals
- Providing a complex, multi-agent system setup
- Handling project migration from other frameworks
- Configuring specific dependencies beyond the core set
- Managing existing project structures
Installation
First, add the marketplace
/plugin marketplace add BrainBlend-AI/atomic-agents/plugin install atomic-agents@brainblend-pluginsQuality Score
VerifiedTrust Signals
Similar Extensions
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.
Extract
100Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.
Typescript Advanced Types
100Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references