Skip to content
Prompt

streamlit — Cursor Rules

by streamlit

AI Summary

Cursor rules that provide AI coding agents with guidance for developing the Streamlit library itself (backend, frontend, protobufs), rather than building Streamlit applications.

Install

# Install Cursor rule to .cursor/rules/
mkdir -p .cursor/rules
&& curl --retry 3 --retry-delay 2 --retry-all-errors -o .cursor/rules/skills.mdc "https://raw.githubusercontent.com/streamlit/streamlit/develop/.cursor/rules/skills.mdc"

Run in your IDE terminal (bash). On Windows, use Git Bash, WSL, or your IDE's built-in terminal. If curl fails with an SSL error, your network may block raw.githubusercontent.com — try using a VPN or download the files directly from the source repo.

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. ---

Quality Score

B

Good

76/100

Standard Compliance72
Documentation Quality65
Usefulness58
Maintenance Signal100
Community Signal100
Scored Yesterday

GitHub Signals

Stars43.9k
Forks4.1k
Issues1304
UpdatedYesterday
View on GitHub

Trust & Transparency

Open Source — Apache-2.0

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Yesterday

43.9k stars — Strong Community

4.1k forks

My Fox Den

Community Rating

Sign in to rate this booster

Works With

Cursor