🎯

agent-architect

🎯Skill

from igorwarzocha/opencode-workflows

VibeIndex|
What it does

Designs and engineers AI agent architectures using advanced prompt engineering techniques, creating structured and optimized agent configurations with research-backed methodologies.

agent-architect

Installation

Install skill:
npx skills add https://github.com/igorwarzocha/opencode-workflows --skill agent-architect
58
AddedJan 25, 2026

Skill Details

SKILL.md

Overview

# Opencode Workflows

A collection of Opencode-based command templates, global agent prompts, and

workflow patterns for building sophisticated command-driven projects.

![opencode-workflows](https://github.com/user-attachments/assets/72872e42-b388-45a4-9948-5063350fb381)

---

Start Here: Opencode Configurator

The Opencode Configurator (agents/opencode-configurator/) is a meta-configuration system that makes setting up OpenCode effortless. Just ask naturally:

  • "Is there a plugin for reducing token usage?"
  • "Set up permissions so destructive commands require approval"
  • "Create a /review command that analyzes code without making changes"
  • "I want to build a skill for working with our internal API"
  • "Find an MCP server for filesystem access"

The configurator agent draws on seven specialized skills:

| Skill | What it does |

|-------|--------------|

| plugin-installer | Find and install community plugins, maintain a local catalog |

| opencode-config | Edit opencode.json with guided setup for models, permissions, providers |

| command-creator | Build custom /slash commands through interactive Q&A |

| skill-creator | Scaffold new skills with proper structure, scripts, and references |

| agent-architect | Design agents with research-backed prompt engineering patterns |

| mcp-installer | Find, install, and configure Model Context Protocol (MCP) servers |

| model-researcher | Research and configure new/custom AI models not yet in models.dev, with verified specifications |

Installation: Drop the skill/ and agent/ folders into ~/.config/opencode/.

See agents/opencode-configurator/README.md for full details.

---

The Ralph Wiggum Loop (KISS Method)

The Ralph Wiggum Loop (/loop) is a high-intensity, autonomous "black box" orchestrator that follows the KISS (Keep It Simple, Stupid) principle: The technique is deterministically bad in an undeterministic world.

It puts a specialized task tool subagent in an evolving while-loop, pushing it through repeated layers of implementation and hyper-detailed verification until the task is 100% complete.

See commands/.opencode/command/loop.md for full details.

---

Create OpenCode Plugin

The Create OpenCode Plugin (agents/create-opencode-plugin/) is a workflow bundle for AI-assisted plugin development in OpenCode. Describe what you want your plugin to do, and the workflow guides you through design, testing, and publishing.

Usage: Run /create-plugin [your idea].

See agents/create-opencode-plugin/README.md for full details.

---

Plugins

  • Gemini/GLM Focused Mode (plugins/gemini-glm-focused-mode/) – Injects a rigorous system prompt for GLM-4.7 and Gemini models to enforce precise, grounded, and persistent coding behavior.

---

Security Reviewer

The Security Reviewer (agents/security-reviewer/) is a specialized agent for auditing codebases against vibecoding vulnerabilities. It bundles 10 framework-specific security skills.

See agents/security-reviewer/README.md for full details.

---

Configuration Examples

  • Thinking Levels Variants (thinking-variants config/thinking-levels-opencode.json) – OpenCode configuration with model variants for Ctrl+T thinking level switching.

---

included Packs

Agent Catalog

To optimize model usage, we recommend disabling the legacy generic general subagent in your opencode.json and using the fast/smart split instead:

```json

"subagents": {

"general": {

"disable": true

}

}

```

Agents are organized under agents/:

- generic/ – Reusable global agents that belong in ~/.config/opencode/agent/:

- fast – High-speed workhorse for trivial edits and file lookups.

- smart – Senior developer for complex bug hunting and refactoring.

- subagent-orchestrator – Dispatches specialists and enforces scope isolation.

- openspec-orchestrator – Enforces strict OpenSpec formatting/validatio

More from this repository10

🎯
mcp-installer🎯Skill

Automates installation and configuration of Minecraft Proxy (MCP) servers with customizable deployment options and environment setup

🎯
convex-deploy🎯Skill

Deploys Convex backend applications to a specified cloud environment with automated configuration and setup.

🎯
repo-maintenance🎯Skill

Automates repository health checks, dependency updates, and cleanup tasks to maintain code quality and reduce technical debt

🎯
cowork🎯Skill

Based on the README, I cannot definitively determine the specific functionality of the "cowork" skill. The README provides an overview of the Opencode Workflows repository and its various component...

🎯
security-bun🎯Skill

Enhances security scanning and vulnerability detection for Bun.js projects, providing automated code analysis and risk assessment.

🎯
create-opencode-plugin🎯Skill

create-opencode-plugin skill from igorwarzocha/opencode-workflows

🎯
opencode-config🎯Skill

Edits and configures the `opencode.json` configuration file through interactive guided setup, helping users define model settings, permissions, and provider configurations for their OpenCode project.

🎯
convex-auth🎯Skill

Authenticates and manages user access tokens for Convex, a serverless backend platform, enabling secure and streamlined user authentication within OpenCode workflows.

🎯
convex-runtime🎯Skill

Manages and optimizes runtime configurations for Convex cloud functions, enabling seamless deployment and performance tuning of serverless backend code.

🎯
model-researcher🎯Skill

Researches and configures new or custom AI models not currently listed in models.dev, providing verified technical specifications and integration details.