# show_skills_help

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/ui/show_skills_help)

Show help information for the `skills` subcommand.

Invoked via the `-h` argparse action or directly from
`execute_skills_command` when no subcommand is given.

## Signature

```python
show_skills_help() -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/d1c6946218b4f0f86ab7b02b6bb6af1e4b75cede/libs/code/deepagents_code/ui.py#L308)