Complete toolkit for configuring and extending OpenCode: agent creation, custom slash commands, configuration management, plugin development, and SDK usage.
75
94%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Create a /spellcheck command that:
Should use the most appropriate command frontmatter settings.
subtask: true in the frontmatter to enable fire-and-forget behaviourdescription field in the YAML frontmatter.opencode/command/spellcheck.md$ARGUMENTS placeholder since this command takes no argumentssubtask: true for fire-and-forget behaviordescription field.opencode/command/spellcheck.mdsubtask: true from the frontmatter, defaulting to interactive modedescription field from YAML frontmatter.opencode/command/$ARGUMENTS even though this command accepts no user input