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 an OpenCode agent called "docs-writer" that only has access to read files and the "markdown-authoring" skill. It should NOT be able to run shell commands or access any other skills. Show the correct permission configuration.
skill: { '*': 'deny' } before whitelisting specific ones'markdown-authoring': 'allow' after the wildcard denyallow-all)description with concrete trigger phrases for documentation tasksskill: { '*': 'deny' } before whitelisting'markdown-authoring': 'allow' is addedmarkdown-authoring without first denying all other skills with '*': 'deny'bash: { '*': 'allow' } instead of restricting shell accessmarkdown-authoring