This command installs Streamlit AI-agent skills to help AI agents build better Streamlit apps.

Python
streamlit skills [OPTIONS]
OptionDescription
-g, --globalInstall globally in the user directory, making skills available across all projects.
-y, --yesSkip confirmation prompts (non-interactive install).

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.

  • Install skills for your current project (interactive):

    Terminal
    streamlit skills
  • Install skills globally across all projects (interactive):

    Terminal
    streamlit skills --global
  • Install skills for your current project without confirmation prompts:

    Terminal
    streamlit skills --yes
  • Install skills globally without confirmation prompts:

    Terminal
    streamlit skills -g -y
forum

Still have questions?

Our forums are full of helpful information and Streamlit experts.