Extend
Custom commands
File-based commands package repeatable prompts and local workflows without forking the Jeden runtime.
Locations
<cwd>/.jeden/commands/ | Project-owned commands. |
~/.jeden/commands/ | User-owned commands. |
.claude/commands, ~/.claude/commands | Compatibility sources controlled by native settings. |
.opencode/commands, ~/.config/opencode/commands | Compatibility sources controlled by native settings. |
Compatibility settings
commands.enableClaudeUser, commands.enableClaudeProject, commands.enableOpencodeUser, and commands.enableOpencodeProject enable their corresponding loaders. All default to true.
Discovery
Use /help to inspect active commands and /extensions to inspect extension sources. Names must not silently shadow a native command with a different authority contract.