solara-hooks
Complete Solara hooks reference — use_state, use_reactive, use_effect, use_memo, and others with decision guide and rules
dagster
Dagster data orchestration best practices — project structure, assets, resources, testing, and common pitfalls
solara-caching
Solara caching and memoization — use_memo hook vs @solara.memoize decorator vs solara.cache.storage, with decision guide
git-conventions
Git workflow conventions including commit messages, branching strategy, and collaboration best practices
solara-threading
Solara threading and async patterns — use_task, use_thread, @task decorator for background work without blocking the UI
project-setup
How to analyze and onboard to a Python project
streamlit
Streamlit app development best practices — structure, caching, session state, performance, and common pitfalls
systematic-debugging
Step-by-step methodology for diagnosing and resolving bugs efficiently
code-review-checklist
Python code review checklist covering correctness, security, performance, and maintainability
solara
Solara reactive web app best practices — components, layout, routing, testing, and common pitfalls. Load related skills for hooks, threading, and caching details.