5 Commits

Author SHA1 Message Date
chaos ab7c909dc8 Add USAGE.md: per-plugin and per-MCP usage guide
Documents what each of the 8 plugins and 14 MCP servers does, how to use it
(auto vs slash commands/tools), and prerequisites. Links it from the README
and adds enable/disable instructions.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 23:13:23 +08:00
chaos e748e9c93f Remove opencode-rag-plugin: hangs startup without Ollama embedding backend
The RAG plugin probes a local embedding backend (Ollama on localhost:11434
by default) at init with no timeout. When Ollama isn't running, opencode
hangs after loading plugins and never starts. Dropped it from the template
and documented re-enable steps + the --pure diagnostic in the README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 23:07:38 +08:00
chaos a3c4024f5f feat: add 9 plugins, sync to new provider format, add 6 new MCP packages 2026-06-15 21:51:14 +08:00
chaos bc32c98e50 docs: add one-click install commands to README 2026-06-11 21:49:02 +08:00
chaos c39549fbb5 Initial commit: opencode config with 32 skills, 3 agents, 11 MCPs
- Cross-platform install scripts (Windows PowerShell + Unix bash)
- Template-based config generation with env var support
- Skills: coding-standards, frontend-patterns, backend-patterns,
  security-review, tdd-workflow, e2e-testing, deep-research,
  exa-search, content-engine, crosspost, x-api, and 20 more
- Agents: explorer, reviewer, docs-researcher
- MCPs: codegraph, brave-search, playwright, github, context7,
  exa, memory, sequential-thinking, git, filesystem
2026-06-11 21:46:50 +08:00