Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

silvainfm/claude-skills

2 skills391 installs4 starsGitHub

Install

npx skills add https://github.com/silvainfm/claude-skills

Skills in this repo

1Streamlitstreamlit is a Python quick-reference skill from silvainfm/claude-skills for shipping internal tools, data dashboards, and ML demos with pure Python. The SKILL.md covers installation via pip, running apps with streamlit run app.py on localhost:8501, and seven core capability areas: text and dataframe display, interactive widgets, Plotly and Matplotlib charts, column/tab layouts, progress indicators, @st.cache_data performance, and st.session_state persistence. It includes three full patterns—a sales dashboard, CSV data explorer, and multi-page app structure—plus a bundled references/api_reference.md file. Developers reach for streamlit when they need stakeholder-facing data apps or prototypes in minutes instead of standing up a React or Flask frontend.286installs2Reflex Devreflex-dev is a silvainfm/claude-skills guide for building full-stack web applications with Reflex, a Python framework compiling to a React frontend and FastAPI backend over WebSockets. The skill covers rx.State classes with JSON-serializable variables, @rx.var computed fields, 60+ built-in components (vstack, hstack, data_table, recharts), and event handlers as the only state mutation path—including async handlers for API and database calls. It documents project structure (rxconfig.py, assets/, .web/ generated output), routing with rx.page and rx.redirect, form handling, file uploads, DuckDB/Polars integration, and responsive styling props. Development commands include reflex init, reflex run on localhost:3000, reflex export, and reflex db migrate. Best practices emphasize substate organization, reusable component functions, async I/O in handlers, and strict type hints. Reach for reflex-dev when creating, modifying, or debugging Reflex apps instead of writing raw React or FastAPI boilerplate from scratch.105installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

silvainfm/claude-skills · 2 skills · Skillselion