project-agent

Assemble AI agent teams from local libraries or VoltAgent fallbacks using PRD-driven logic.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/merong/cmux-workshop --skill project-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-agent
Source: https://github.com/merong/cmux-workshop/tree/main/plugins/cmux-workshop/skills/project-agent
Command: npx skills add https://github.com/merong/cmux-workshop --skill project-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python3, and includes scripts (resource) components.

What problem does it solve?

Orchestrate AI agent team composition for project PRD-driven workflows by selecting from the local agent library and, if needed, VoltAgent subagents. The chosen agent presets are copied into the project's .claude/agents/ and customized with the PRD context, with bindings recorded in .claude/project.db.

Core Features & Use Cases

  • Local persona library selection from plugins/cmux-workshop/agents/ for phase-2 orchestration.
  • VoltAgent fallback integration via scripts/agent-list.sh and scripts/agent-fetch.sh to broaden options.
  • Automatic customization using the project's PRD and persistence of agent bindings in the project database.
  • PRD prerequisites checks and migration for legacy projects; PRD-driven onboarding; and smooth deployment via project:reload.

Quick Start

Run this skill after completing the PRD to assemble and bind the AI agent team to your project.

Frequently Asked Questions about project-agent

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

FAQPage Schema
How do I assemble an AI agent team for PRD-driven project management?

To assemble an AI agent team for PRD-driven project management, run this skill after completing your PRD. It selects personas from the local library or VoltAgent fallbacks, customizes them with project context, and persists bindings in the project database for deployment.

What prerequisites do I need to set up AI agents for a project database?

Setting up AI agents for a project database requires gh and python3 dependencies. The skill checks PRD prerequisites automatically, performs migrations if needed for legacy projects, and prepares agents for deployment via project:reload.

Can I use VoltAgent subagents when my local agent library lacks suitable personas?

Yes, you can use VoltAgent subagents as fallbacks when the local library lacks suitable personas. The skill integrates VoltAgent via agent-list.sh and agent-fetch.sh scripts to broaden your agent options and copy presets into .claude/agents/.

How does PRD-driven logic customize AI agent presets for deployment?

PRD-driven logic customizes AI agent presets by applying your project's PRD context to the selected personas. The customized agents are copied into .claude/agents/ and their bindings are recorded in .claude/project.db to prepare for deployment.

What's the best way to orchestrate local agent library personas for phase-2 workflows?

The best way to orchestrate local agent library personas for phase-2 workflows is selecting from plugins/cmux-workshop/agents/. This skill automatically applies PRD context, records bindings in the project database, and enables smooth deployment via project:reload.

Why does project:reload fail after binding AI agents to a legacy project?

Project:reload may fail after binding AI agents to a legacy project if PRD prerequisites are missing. This skill checks prerequisites and performs necessary migrations before persisting agent bindings in the project database to ensure smooth deployment.