OpenCode — Skills
- File format
- Markdown
- Discovery paths
-
.opencode/skills,.agents/skills - Global install path
-
~/.config/opencode/skills - Syllago install method
- Symlink, Direct copy
- Symlink support
- Yes
- Native frontmatter fields
-
name,description,license,compatibility,metadata
Features
How each feature converts to syllago's canonical format. See format conversion for what these statuses mean.
Fields
Native frontmatter or config fields this provider exposes. The first column is the provider's own field name; the canonical key column links to syllago's cross-provider equivalent.
| Provider field | Conversion | Canonical key | Summary |
|---|---|---|---|
compatibility | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | compatibility | yaml frontmatter key: compatibility (optional) |
description | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | description | yaml frontmatter key: description (required) |
license | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | license | yaml frontmatter key: license (optional) |
metadata | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | metadata_map | yaml frontmatter key: metadata (optional map) |
name | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | display_name | yaml frontmatter key: name (required) |
Other features
Behaviors, conventions, and capabilities that aren't tied to a single named field — things like path-based activation, discovery rules, and lifecycle behavior.
| Feature | Conversion | Summary |
|---|---|---|
canonical_filename | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | Fixed filename SKILL.md inside skill directory (Agent Skills spec) |
global_scope | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | cross-provider convention at ~/.config/opencode/skills/<name>/SKILL.md |
project_scope | Translated Conversion type: Translated Actively mapped to the target provider’s equivalent field during conversion. Learn more → | cross-provider SKILL.md convention at .opencode/skill/<name>/SKILL.md |