docs
Automated Streamlit release documentation and API reference updates
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install Streamlit Docs skills?โผ
Run `npx skills add streamlit/docs --all -g -y` in your terminal to install all skills in this repository globally.
How to update Streamlit docs for a new release?โผ
Provide the target version like 1.63.0 and the skill walks through release notes, docstring generation, API tiles, config updates, and a changelog sweep in order.
How are Streamlit API docstrings generated?โผ
The skill runs python/generate.py in a clean virtualenv to extract docstrings from the installed Streamlit version and writes them into python/streamlit.json.
Does it handle deprecated or removed Streamlit commands?โผ
Yes. It compares versions in streamlit.json to find removed commands and parameters, then marks pages as deprecated or rewrites examples to the replacement API.
Do I need to know the docs codebase to use this?โผ
No. The skill knows the file structure, naming conventions, and menu format, so you only need to supply the release version and notes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core