Create or update Agent Zero slash commands for the built-in Commands plugin. Use when the user asks to add, edit, duplicate, or refine a reusable /command backed by YAML config plus text/python content files.
76
96%
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
Use this skill when the user wants a reusable /command for Agent Zero's built-in _commands plugin.
<slug>.command.yaml<slug>.txt, or<slug>.pynamedescriptiontype (text or script)argument_hintinclude_history (script commands)Choose the target folder from the requested scope:
usr/projects/<project>/.a0proj/plugins/_commands/commands/usr/plugins/_commands/commands/If the user does not specify a scope, prefer the active chat scope when it is clear. Otherwise use the global scope.
<slug>.command.yamlexplain-code.txt template concise and directly reusablerun(payload) in the .py file{raw}, {args.positional.0}, or {args.flags.some_flag}Use the bundled templates in template.command.yaml and template.command.txt when creating a new text command from scratch.
/name formAfter saving, explicitly state the final file path and the exact slash command invocation, for example:
Saved config: /a0/usr/plugins/_commands/commands/explain-code.command.yamlSaved content: /a0/usr/plugins/_commands/commands/explain-code.txtInvoke with: /explain-code391fab9
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.