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:
14
README.md
14
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user