.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/deeleeramone/pywry
home/skills/deeleeramone/pywry
deeleeramone avatar

deeleeramone/pywry

17 skills

View on GitHub
$npx skills add deeleeramone/pywry
SkillInstalls
authenticationAdd OAuth2 authentication to PyWry apps — Google, GitHub, Microsoft, or any OIDC provider.—autonomous_buildingAutonomous PyWry application building using LLM sampling, elicitation, and progress reporting.—chat_agentHow an agent operates inside a PyWry chat widget — reading user messages, attachments, @-context, tool-call result cards, edit/resend, settings changes.—component_referenceSTOP. THIS IS THE AUTHORITATIVE REFERENCE FOR ALL COMPONENTS. YOU MUST USE THE EXACT EVENT SIGNATURES DOCUMENTED HERE. THERE ARE NO EXCEPTIONS. NO WORKAROUNDS.—css_selectorsTarget elements for setcontent and setstyle updates using CSS selectors or component IDs.—data_visualizationBest practices for creating charts, tables, and live data displays.—deployCRITICAL: This mode is for production servers serving multiple concurrent users. Widgets are stateless. State lives externally. Scale horizontally.—eventsThe PyWry event system — namespaced events, request/response round-trips, widget IDs, component IDs, and how tool results flow back to the agent.—forms_and_inputsBuilding interactive forms with validation and collecting user input.—iframeCRITICAL: This mode is for widgets embedded as iframes in external web pages. This is NOT a native window. This is NOT Jupyter. The widget is sandboxed.—interactive_buttonsSTOP. READ THIS ENTIRE FILE BEFORE CREATING ANY WIDGET.—jupyterThis skill covers building PyWry widgets for Jupyter notebooks via MCP tools.—modalsSTOP. READ THIS ENTIRE FILE BEFORE CREATING MODALS.—nativeCRITICAL: This is a native desktop application using PyWry/WRY (Rust WebView). This is NOT a browser. This is NOT Jupyter. This is NOT an iframe.—pywry-orientationWhen to reach for PyWry MCP tools (native webview rendering, Plotly, TradingView, AgGrid, chat) instead of writing Flask/Streamlit/Dash/Electron code.—stylingStyle widgets using CSS variables, theme colors, and dynamic style updates.—tvchartDrive a live TradingView Lightweight Charts widget end-to-end via PyWry MCP tools — symbol, interval, indicators, markers, price lines, layouts, state.—