Skip to content

Releases: arcaelas/plugin

v1.0.0 — Initial Release

07 Feb 05:03

Choose a tag to compare

Arko Studio v1.0.0

First stable release of the agent orchestration plugin for Claude Code.

Agents

  • Researcher (Haiku) — exhaustive domain investigation with 3 mandatory RAG queries and structured reports
  • Planner (Sonnet) — RAG-validated task design with 7+3 query protocol, scalable 2–10+ instances
  • Developer (Haiku) — literal 1:1 execution in isolated git worktrees with COMPLETE/BLOCKED reporting
  • Reviewer (Opus) — zero-tolerance validation with 7 RAG compliance queries and ephemeral environment testing

Hooks

  • SessionStart — directory initialization, .gitignore management, config validation
  • PreToolUse — destructive command blocker (rm -rf, git push --force, git reset --hard, etc.)
  • UserPromptSubmit/rag prefix detection for on-demand RAG memory loading

MCP Servers

  • @arcaelas/mcp — image and audio generation
  • @arcaelas/rag — semantic memory via Ollama + Vectra
  • @mui/mcp — MUI component documentation

Installation

git clone https://github.com/arcaelas/plugin.git
claude --plugin-dir ./plugin

See README for full documentation.