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?
Impact
—
No eval scenarios have been run
Passed
No known issues
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