Sync generic content from production library

- Add skills: bugbot-review, ffmpeg, media-creation, video-editing
- Add mcp/servers.json with example remote MCP config
- Add opencode/oh-my-opencode.json with example agent config
- Update README to document new directories
- Make workspace templates generic (remove personal email)
This commit is contained in:
Thomas Marchand
2026-01-15 20:34:44 +00:00
parent d673fa9824
commit 98c58169e9
16 changed files with 2201 additions and 8 deletions

View File

@@ -6,12 +6,14 @@ This is the default template for OpenAgent configuration libraries. Fork this re
```
library/
├── skill/ # Reusable skills (SKILL.md + reference files)
├── command/ # Slash commands (markdown with YAML frontmatter)
├── tool/ # Custom TypeScript tools (@opencode-ai/plugin)
├── rule/ # Reusable instruction sets
├── agent/ # Custom agent configurations
── mcp.json # MCP server configurations
├── skill/ # Reusable skills (SKILL.md + reference files)
├── command/ # Slash commands (markdown with YAML frontmatter)
├── tool/ # Custom TypeScript tools (@opencode-ai/plugin)
├── rule/ # Reusable instruction sets
├── agent/ # Custom agent configurations
── mcp/ # MCP server configurations (servers.json)
├── opencode/ # OpenCode plugin configs (oh-my-opencode.json)
└── workspace-template/ # Workspace templates (distro/skills/env/init script)
```
## Built-in Library Tools