Oh My OpenCode Slim OpenCode, an open-source AI coding agent platform, offers a free multi-agent development environment through the Oh-my-opencode-slim plugin, which provides specialized agents called heroes that can be configured with different AI models. The plugin, a simplified version of Oh-my-opencode (now Oh my OpenAgent), enables developers to set up a team of agents for tasks like debugging, refactoring, and code generation without subscription costs, though the article warns to use it only for personal projects and to check organizational policies. ℹ️ Info: this article is a follow-up to this one, don’t miss it if you want to fully understand the foundational concepts. Have you started getting into AI agents for coding or are you just curious to try but you don’t have the budget for credits or subscriptions like Cursor or Claude Code ? You’re in the right place. In this post I’ll show you how to set up a completely free multi-agent development environment , so you can have an entire “team” of specialized agents that can take a task, break it down into smaller activities, and assign each part to the most suitable agent. ⚠️ WARNING : use the configurations shown in this article only for personal projects. Do not use them for company/work projects. Always check whether your organization’s internal policies allow AI-assisted coding and, when appropriate, request access to paid models. Remember: when the product is free, the product might be you. Introducing Opencode: the open-source alternative to Claude Code OpenCode is an open source platform that acts as an AI agent to assist with software development. It can write , modify , and analyze code automatically using AI models . It integrates with editors, repositories, and common developer tools to boost productivity, it supports tasks like debugging , refactoring , and code generation. The goal is to make developers’ workflows faster and more efficient . More info inside the official OpenCode website: https://opencode.ai/it https://opencode.ai/it Oh-my-Opencode-slim: the heroes enter the scene Oh-my-opencode-slim is a simplified version of a well known Opencode plugin originally called Oh-my-opencode , and now renamed Oh my OpenAgent : https://ohmyopenagent.com/ https://ohmyopenagent.com/ Oh-my-opencode-slim is an Opencode plugin that provides a set of agents also called heroes each specialized in specific areas of software development. The truly interesting part is that you can create a JSON configuration and assign different models to each agent hero , which opens up a lot of customization options. You can see the available heroes directly in the GitHub repository: https://github.com/alvinunreal/oh-my-opencode-slim?tab=readme-ov-file %EF%B8%8F-meet-the-pantheon https://github.com/alvinunreal/oh-my-opencode-slim?tab=readme-ov-file %EF%B8%8F-meet-the-pantheon As you browse the repository, you’ll notice that each agent comes with a predefined prompt. For example, here’s the prompt for the “ Explorer ” agent: js const EXPLORER PROMPT = You are Explorer - a fast codebase navigation specialist. Role : Quick contextual grep for codebases. Answer "Where is X?", "Find Y", "Which file has Z". When to use which tools : - Text/regex patterns strings, comments, variable names : grep - Structural patterns function shapes, class structures : ast grep search - File discovery find by name/extension : glob Behavior : - Be fast and thorough - Fire multiple searches in parallel if needed - Return file paths with relevant snippets Output Format :