New App
技能 已验证 活跃从头开始构建新的 Atomic Agents 项目 — 创建目录、`pyproject.toml`、环境文件、第一个代理和一个可运行的入口点。当用户要求从头开始一个新 atomic-agents 项目、说“scaffold”/“new project”/“start from zero”,或运行 `/atomic-agents:new-app` 时使用。
提供一种快速可靠的方式来从头开始启动新的 Atomic Agents 项目,提供经过测试的骨架和清晰的开发后续步骤。
功能
- 创建项目目录和必要的配置文件
- 搭建具有自定义或基本架构的初始代理
- 配置 LLM 提供商和工具 (uv/pip)
- 提供安装和验证步骤
- 指导用户进行后续开发步骤
使用场景
- 从零开始启动一个新的 Atomic Agents 项目
- 为 AI 代理项目生成样板代码
- 使用 Atomic Agents 和选定的 LLM 提供商设置新的 Python 项目
- 当用户请求“从头开始”时快速引导项目
非目标
- 提供复杂的多代理系统设置
- 处理从其他框架迁移项目
- 配置核心集以外的特定依赖项
- 管理现有项目结构
安装
请先添加 Marketplace
/plugin marketplace add BrainBlend-AI/atomic-agents/plugin install atomic-agents@brainblend-plugins质量评分
已验证类似扩展
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