[FEATURE]:can implement claude code skills #6451

Open
opened 2026-02-16 18:04:16 -05:00 by yindo · 1 comment
Owner

Originally created by @linyijie on GitHub (Jan 16, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

You can use the following fields in the YAML frontmatter:
Field Required Description
name Yes Skill name. Must use lowercase letters, numbers, and hyphens only (max 64 characters). Should match the directory name.
description Yes What the Skill does and when to use it (max 1024 characters). Claude uses this to decide when to apply the Skill.
allowed-tools No Tools Claude can use without asking permission when this Skill is active. Supports comma-separated values or YAML-style lists. See Restrict tool access.
model No Model to use when this Skill is active (e.g., claude-sonnet-4-20250514). Defaults to the conversation’s model.
context No Set to fork to run the Skill in a forked sub-agent context with its own conversation history.
agent No Specify which agent type to use when context: fork is set (e.g., Explore, Plan, general-purpose, or a custom agent name from .claude/agents/). Defaults to general-purpose if not specified. Only applicable when combined with context: fork.
hooks No Define hooks scoped to this Skill’s lifecycle. Supports PreToolUse, PostToolUse, and Stop events.
user-invocable No Controls whether the Skill appears in the slash command menu. Does not affect the Skill tool or automatic discovery. Defaults to true. See Control Skill visibility.
metadata fields contains model field, can opencode implemete it?
https://code.claude.com/docs/en/skills

Originally created by @linyijie on GitHub (Jan 16, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request You can use the following fields in the YAML frontmatter: Field Required Description name Yes Skill name. Must use lowercase letters, numbers, and hyphens only (max 64 characters). Should match the directory name. description Yes What the Skill does and when to use it (max 1024 characters). Claude uses this to decide when to apply the Skill. allowed-tools No Tools Claude can use without asking permission when this Skill is active. Supports comma-separated values or YAML-style lists. See Restrict tool access. model No Model to use when this Skill is active (e.g., claude-sonnet-4-20250514). Defaults to the conversation’s model. context No Set to fork to run the Skill in a forked sub-agent context with its own conversation history. agent No Specify which agent type to use when context: fork is set (e.g., Explore, Plan, general-purpose, or a custom agent name from .claude/agents/). Defaults to general-purpose if not specified. Only applicable when combined with context: fork. hooks No Define hooks scoped to this Skill’s lifecycle. Supports PreToolUse, PostToolUse, and Stop events. user-invocable No Controls whether the Skill appears in the slash command menu. Does not affect the Skill tool or automatic discovery. Defaults to true. See Control Skill visibility. metadata fields contains model field, can opencode implemete it? https://code.claude.com/docs/en/skills
yindo added the discussion label 2026-02-16 18:04:16 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 16, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #8158: Support loading Claude Code plugins from .claude/ directory
  • #8304: Plugin support skills
  • #7945: Agents, Skills - Please make it available to use for opencode

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Jan 16, 2026): This issue might be a duplicate of existing issues. Please check: - #8158: Support loading Claude Code plugins from .claude/ directory - #8304: Plugin support skills - #7945: Agents, Skills - Please make it available to use for opencode Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6451