AI SummaryCursor rules that provide AI coding agents with guidance for developing the Streamlit library itself (backend, frontend, protobufs), rather than building Streamlit applications.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "streamlit — Cursor Rules" prompt rules to my project. Repository: https://github.com/streamlit/streamlit Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Streamlit — A faster way to build and share data apps.
Overview
This directory contains Agent Skills for developing the Streamlit library. Skills are instruction sets that enhance AI coding assistants' capabilities for specific tasks in the Streamlit codebase. These skills are for Streamlit library development (backend, frontend, protobufs), not for building Streamlit applications.
AGENTS.md
This file provides guidance to AI coding agents (Claude Code, Cursor, Copilot, etc.) when working with skills in this repository.
Skill structure
Each skill is a directory containing a required SKILL.md file and optional supporting directories: ` skills/ └── skill-name/ ├── SKILL.md # Required: Instructions for the AI agent ├── scripts/ # Optional: Executable code ├── references/ # Optional: Additional documentation └── assets/ # Optional: Static resources `
SKILL.md format
The SKILL.md file must include YAML frontmatter and markdown instructions: `yaml --- name: skill-name description: Clear description of what this skill does and when to use it. ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts