Spaces:
Running
Running
feat(agent): add Claude Code-style agent, skills, slash-commands, hooks, todos, sandboxed workspace, and full-stack scaffolding
81aa0b5 verified | name: help | |
| description: Show available commands and skills | |
| argument-hint: Optional command name to get help for | |
| # Help | |
| If $ARGUMENTS is empty, list all available slash commands and skills with brief descriptions. | |
| If $ARGUMENTS is a command or skill name, show its full description and usage. | |
| Format: | |
| ``` | |
| ## Commands | |
| /command-name — Description | |
| ... | |
| ## Skills | |
| skill-name — Description | |
| ... | |
| Type /command for any command above. | |
| Type /skill <skill-name> to load skill instructions. | |
| ``` | |