11 1 week ago

coraje187/minicrew-architect The strategic mastermind of the MiniCrew multi-agent ecosystem. A prompt-tuned Lead Architect designed to generate elegant, robust software blueprints and MVC architectures for the Developer model to execute.

vision tools thinking
ollama run coraje187/minicrew-architect

Applications

Claude Code
Claude Code ollama launch claude --model coraje187/minicrew-architect
OpenCode
OpenCode ollama launch opencode --model coraje187/minicrew-architect
Hermes Agent
Hermes Agent ollama launch hermes --model coraje187/minicrew-architect
OpenClaw
OpenClaw ollama launch openclaw --model coraje187/minicrew-architect

Models

View all →

Readme

MiniCrew Architect The Lead Software Architect of the MiniCrew multi-agent ecosystem. This model is a customized version of Gemma 4, specifically prompt-tuned to act as the strategic mastermind of an autonomous coding pipeline. It is designed to take high-level user requests and generate elegant, modular, and robust software architecture blueprints. Note: This model does not write the final code. Its purpose is strictly to plan, design, and structure the software (e.g., separating logic into Model-View-Controller patterns, identifying required libraries, and outlining file structures).

How to use with MiniCrew

This model is designed to be paired with its counterpart, minicrew-developer, using the lightweight Python orchestrator script. 1. Pull both models: “`bash ollama pull coraje187/minicrew-architect ollama pull coraje187/minicrew-developer