pgermishuyspgermishuysCommunityยท6 Agent Skills Included

opencode-weave

Multi-agent orchestration for structured software development workflows

Coordinates eight specialized coding agents that plan, execute, review, and audit software projects inside OpenCode. Routes tasks by category to the right model, runs background agents in parallel, and enforces per-agent tool permissions for safety. Monitors context usage and execution state so long development sessions stay reliable without manual supervision.
npx skills add pgermishuys/opencode-weave --all -g -y

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install opencode-weave?โ–ผ

Run `npx skills add pgermishuys/opencode-weave --all -g -y` in your terminal to install all skills in this suite globally.

What does Weave do for OpenCode?โ–ผ

Weave adds multi-agent orchestration to OpenCode, letting a lead agent plan work and delegate coding, research, review, and security audits to specialized sub-agents.

How does Weave route tasks to different agents?โ–ผ

It uses category-based dispatch to send each task to a domain-optimized agent and model, with tool permissions enforced per agent to prevent unauthorized file changes.

Can Weave run multiple agents in parallel?โ–ผ

Yes. It manages background agents with concurrency control, so independent subtasks execute asynchronously while the main workflow continues.

Does Weave support spec-driven development?โ–ผ

Yes. It includes example skills for specification, clarification, planning, and consistency analysis that guide features from written spec to verified implementation.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’