agent-builder

Detect tech stacks from HLD docs, code scans, or user input to generate agent plans.

4|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill agent-builder-ryan-nguyen-01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-builder
Source: https://github.com/ryan-nguyen-01/agent-platform/tree/main/.claude/Agents/agent-builder
Command: npx skills add https://github.com/ryan-nguyen-01/agent-platform --skill agent-builder-ryan-nguyen-01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Meta-agent tạo ra các dev agent phù hợp bằng cách detect tech stack từ 3 nguồn theo thứ tự ưu tiên: (1) docs/hld.md từ SA, (2) scan project code hiện có, (3) hỏi user. Đặt tên agent theo convention chuẩn, gán đúng skills cho từng agent. Gõ "agent-builder" để tạo agent dev cho project.

Core Features & Use Cases

  • Đọc HLD hoặc code để nhận diện stack và dự án.
  • Sinh kế hoạch agent và gắn nhãn đúng theo convention.
  • Đảm bảo phân bổ tối đa 10 skills cho mỗi agent và cập nhật tài liệu dự án.

Quick Start

Gõ "agent-builder" để bắt đầu sinh các agent dev cho dự án.

Frequently Asked Questions about agent-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate dev agent generation for a new software project?

Automate dev agent generation by typing "agent-builder", which detects your tech stack from project docs or code, maps stack data to a skill catalog, and proposes a tailored agent plan with consistent naming.

What is the best way to detect a tech stack for monorepo agent planning?

The best way to detect a tech stack for monorepo agent planning is prioritizing high-level design documents, then scanning existing project code, and finally prompting the user directly to ensure accurate agent skill mapping.

Can I use existing project documentation to map development agents?

Yes, you can use existing project documentation like high-level design files to map development agents. The system reads these docs first to recognize the stack and project structure before generating the tailored agent plan.

How many skills can be assigned to a single automated dev agent?

A single automated dev agent can be assigned a maximum of 10 skills. The system maps stack data to a defined skill catalog and allocates up to 10 skills per agent while documenting the allocation results.

Does the agent generation process require a high-level design document?

No, the agent generation process does not strictly require a high-level design document. If the document is missing, it scans existing project code, and if that fails, it prompts the user to identify the tech stack.