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 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