$ streamlit skills
This command installs Streamlit AI-agent skills to help AI agents build better Streamlit apps.
Syntax
Options
| Option | Description |
|---|---|
-g, --global | Install globally in the user directory, making skills available across all projects. |
-y, --yes | Skip confirmation prompts (non-interactive install). |
Description
By default, streamlit skills runs in project mode: it creates symlinks from .agents/skills/ and .claude/skills/ to the bundled skills in your Streamlit installation. Skills stay in sync automatically when Streamlit is upgraded.
With --global, it installs a meta skill to the user directory that is available across all projects.
Examples
-
Install skills for your current project (interactive):
Terminal -
Install skills globally across all projects (interactive):
Terminal -
Install skills for your current project without confirmation prompts:
Terminal -
Install skills globally without confirmation prompts:
Terminal
Still have questions?
Our forums are full of helpful information and Streamlit experts.
