agent-architect

Create and refine OpenCode agents through interactive dialogue.

124|12|Updated Nov 17, 2025
One-click install
npx skills add https://github.com/IgorWarzocha/Opencode-Workflows --skill agent-architect-igorwarzocha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-architect
Source: https://github.com/IgorWarzocha/Opencode-Workflows/tree/main/.opencode/skill/agent-architect
Command: npx skills add https://github.com/IgorWarzocha/Opencode-Workflows --skill agent-architect-igorwarzocha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation and improvement of AI agents by providing a guided, conversational approach, ensuring agents are precisely tailored to user needs and operational requirements.

Core Features & Use Cases

  • Agent Scaffolding: Guides users through defining an agent's purpose, triggers, and persona.
  • Configuration Assistance: Helps set up necessary permissions, tool access, and agent modes (primary/subagent).
  • Iterative Refinement: Facilitates feedback loops to improve existing agent performance and address issues.
  • Use Case: A user wants to create an agent to monitor code quality. They interact with the Agent Architect, specifying its purpose ("code quality monitor"), triggers ("when code is committed"), and required permissions (read-only access to files, ability to run linters). The Architect then generates the agent's configuration and system prompt.

Quick Start

Use the agent-architect skill to create a new agent for summarizing meeting notes.

Frequently Asked Questions about agent-architect

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

FAQPage Schema
How do I build an AI agent conversationally instead of writing configuration files manually?

You can build an AI agent conversationally by using a guided dialogue to define its purpose, triggers, persona, permissions, and tool access, which automatically generates the required system prompt and configuration.

What is the best way to refine an existing AI agent's performance and configuration?

The best way to refine an existing AI agent is through iterative feedback loops that adjust its persona, triggers, and permissions conversationally, ensuring it is precisely tailored to your operational requirements.

How do I set up permissions and tool access for a new AI agent?

You set up permissions and tool access by specifying the agent's operational needs during a conversational setup, such as requesting read-only file access or the ability to run linters, to generate the correct configuration.

Can I configure an AI agent to trigger automatically when code is committed?

Yes, you can configure an AI agent to trigger when code is committed by defining this event as a trigger during the conversational scaffolding process to establish its automated operational modes.

Do I need prior prompt engineering experience to define an AI agent's persona and modes?

No prior prompt engineering experience is needed to define an agent's persona and modes, as the interactive dialogue guides you through specifying primary or subagent configurations and generates the system prompt for you.

What are the limitations of creating AI agents through conversational configuration?

The limitation of creating AI agents through conversational configuration is that it focuses on defining purpose, triggers, persona, and permissions, meaning complex manual logic or external dependency management may require additional setup.