AI SummarySmartFlowAI provides Cursor-specific coding rules for building a business process analysis tool using Python, Streamlit, and OpenAI, designed for 10xdev course participants. It guides developers on code structure, style conventions, and AI assistant behavior for rapid, maintainable development.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "SmartFlowAI — Cursor Rules" prompt rules to my project. Repository: https://github.com/emielregis2/SmartFlowAI 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
Projekt zaliczeniowy kursu 10xdev
Projekt
• Nazwa: SmartFlowAI • Cel: Analiza procesów biznesowych przez ChatGPT-4o • Stack: Python, Streamlit, Supabase, OpenAI • Architektura: Ultra-prosta (1 plik główny)
Zasady kodowania
• Wszystko w streamlit_app.py (max 300 linii) • Funkcje proste i czytelne • Używaj type hints: def func(param: str) -> str • Komentarze po polsku dla logiki biznesowej • Error handling: try/except z user-friendly messages
Środowisko
• Python 3.11+ • Requirements: streamlit, supabase, openai, pytest • Testy w test_app.py • Zmienne środowiskowe w .env
AI Assistant guidelines
• Priorytet: prostota i funkcjonalność • Zawsze testuj kod przed podaniem • Sugeruj ulepszenia tylko jeśli poprawiają UX • Używaj polskich komentarzy w kodzie biznesowym
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