cowork
π―Skillfrom igorwarzocha/opencode-workflows
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...
Installation
npx skills add https://github.com/igorwarzocha/opencode-workflows --skill coworkSkill Details
Overview
# Opencode Workflows
A collection of Opencode-based command templates, global agent prompts, and
workflow patterns for building sophisticated command-driven projects.

---
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
Automates installation and configuration of Minecraft Proxy (MCP) servers with customizable deployment options and environment setup
Deploys Convex backend applications to a specified cloud environment with automated configuration and setup.
Automates repository health checks, dependency updates, and cleanup tasks to maintain code quality and reduce technical debt
Designs and engineers AI agent architectures using advanced prompt engineering techniques, creating structured and optimized agent configurations with research-backed methodologies.
Enhances security scanning and vulnerability detection for Bun.js projects, providing automated code analysis and risk assessment.
create-opencode-plugin skill from igorwarzocha/opencode-workflows
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.
Authenticates and manages user access tokens for Convex, a serverless backend platform, enabling secure and streamlined user authentication within OpenCode workflows.
Manages and optimizes runtime configurations for Convex cloud functions, enabling seamless deployment and performance tuning of serverless backend code.
Researches and configures new or custom AI models not currently listed in models.dev, providing verified technical specifications and integration details.