agent-builder

Build, validate, and transactionally install least-privilege custom agents from governed blueprints.

Updated Aug 1, 2026
One-click install
npx skills add https://github.com/QuyDu/Skills-Orchestrator --skill agent-builder-quydu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-builder
Source: https://github.com/QuyDu/Skills-Orchestrator/tree/main/.github/skills/agent-builder
Command: npx skills add https://github.com/QuyDu/Skills-Orchestrator --skill agent-builder-quydu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? Creating custom agents by hand leads to over-privileged capabilities, inconsistent definitions, and unreviewed changes to .agent.md files. This Skill turns an agent idea into a validated, least-privilege blueprint with deterministic rendering, review evidence, rollback-safe installation, and governed publication handoffs for Foundry endpoints, Microsoft 365 Copilot and Teams, or ChatGPT actions. ## Core Features & Use Cases - Blueprint-driven agent authoring: Define role, capabilities, autonomy mode, approval gates, subagents, and handoffs in a schema-validated JSON blueprint, then render a deterministic .agent.md file. - Transactional installation: Plan, review, and apply agent changes atomically with hash verification, symlink protection, and automatic restore from backup if verification fails. - Publication handoff planning: Record schema 2.2 publication intent for Foundry endpoints, Microsoft 365 Copilot and Teams, or ChatGPT actions without creating any external resource. - Use Case: Build a read-only accessibility reviewer agent with only read and search capabilities, preview the rendered agent and plan, obtain explicit risk acceptance, then install it under .github/agents/ with a verified hash. ## Quick Start Ask the agent-builder skill to create a read-only code review agent with read and search capabilities and preview the plan before installing it.

Frequently Asked Questions about agent-builder

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

FAQPage Schema
How do I create a custom agent with least-privilege capabilities?

Define a blueprint with the smallest portable capability set from read, search, web, edit, execute, agent, and todo, then run the build, plan, and apply commands. Read-only agents are rejected if they request edit or execute capabilities.

How do I publish a Foundry agent to Microsoft 365 Copilot and Teams?

This skill only records publication intent in the blueprint and plan; it never creates resources. Actual Foundry agent creation, Bot Service configuration, and Microsoft 365 or Teams publication are handed off to the Microsoft Foundry workflow with separate approvals.

Can this skill deploy agents to Azure or configure ChatGPT actions?

No. Cloud deployment, endpoint configuration, Custom GPT creation, GPT Action setup, and marketplace submission are explicitly outside this skill. It produces governed handoff plans that an authorized platform workflow executes.

What happens if agent installation fails partway through?

The apply step revalidates blueprint and plan hashes and destination state before an atomic write. If the written file cannot be verified, the prior destination is restored from the transaction backup, leaving no partial changes.

Why was my agent blueprint rejected during validation?

Common causes include unknown capabilities, read-only agents requesting edit or execute, missing approval gates, unresolved or self-referencing handoffs, suspected secret material, or publication intent on a non-Foundry agent type.