491 boosters for "app" — open source, verified from GitHub, ready to install
Cursor rules that provide AI coding agents with guidance for developing the Streamlit library itself (backend, frontend, protobufs), rather than building Streamlit applications.
Automates translation of Figma designs into production-ready code with pixel-perfect visual accuracy using the Figma MCP workflow. Ideal for developers and designers who need to implement designs quickly while maintaining design fidelity.
Automates real browser interactions from the terminal using Playwright CLI for tasks like navigation, form filling, and data extraction. Useful for developers and AI assistants building UI automation workflows without writing test frameworks.
render-deploy automates deployment to Render's cloud platform by analyzing codebases and generating render.yaml Blueprints with Dashboard deeplinks. Developers building applications on Render will find this essential for streamlined deployments.
Create a real CLI that future Codex threads can run by command name from any working directory. This skill is for durable tools, not one-off scripts. If a short script in the current repo solves the task, write the script there instead. Name the target tool, its source, and the first real jobs it sh
This booster enables OS-level desktop and window screenshot capture when users explicitly request it or when tool-specific capabilities are unavailable. Developers and AI assistants benefit from having a fallback capture mechanism for debugging, documentation, and UI inspection tasks.
A skill for building and scaffolding ChatGPT Apps SDK applications that combine MCP servers with widget UIs, using a docs-first workflow. Developers building ChatGPT extensions and integrations benefit from structured guidance on tool design, UI registration, and SDK compliance.
A skill for bootstrapping, developing, and designing modern WinUI 3 desktop applications with C# using Microsoft's official guidance and patterns. Useful for Windows developers building new apps or troubleshooting WinUI-related setup and implementation challenges.
Automates deployment of applications to Vercel with intelligent preview/production handling, enabling developers to instantly push their projects live without manual CLI configuration.
Debugs and fixes failing GitHub Actions PR checks by inspecting logs and proposing solutions with explicit approval gates. Developers using GitHub Actions in CI/CD pipelines benefit from faster troubleshooting and fixes.
Streamlines Cloudflare deployments by guiding users through Workers, Pages, and platform services with decision trees and authentication verification. Developers building on Cloudflare benefit from consolidated, quick-start deployment guidance.
Use this skill to create or update full-page screens in Figma by reusing the published design system — components, variables, and styles — rather than drawing primitives with hardcoded values. The key insight: the Figma file likely has a published design system with components, color/spacing variabl
This booster helps developers build, review, and architect ASP.NET Core web applications by providing guidance aligned with current Microsoft best practices. It's essential for teams working with Blazor, Razor Pages, APIs, and other ASP.NET Core patterns.
Generates repository-grounded threat models that identify trust boundaries, assets, attack paths, and mitigations in application code. Ideal for security engineers and developers performing AppSec threat modeling on specific codebases.
This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Call to identi
"email": "tobi@lutke.com" "description": "Search and retrieve documents from local markdown files.", "email": "tobi@lutke.com"
A diagnostic skill for debugging WhatsApp message delivery, webhook issues, and API errors in the Kapso platform. Essential for DevOps engineers and backend developers managing WhatsApp integrations in production.
Heuristic scoring (no AI key configured).
Use this skill when the quality of the work depends on art direction, hierarchy, restraint, imagery, and motion rather than component count. Goal: ship interfaces that feel deliberate, premium, and current. Default toward award-level composition: one big idea, strong imagery, sparse copy, rigorous s
A skill that helps developers create distinctive, production-grade frontend interfaces with polished aesthetics and creative design choices, avoiding generic AI-generated outputs. Ideal for developers building web components, pages, and applications who want professional design quality.
This file explains the Knowledge Base feature and how it's implemented. The knowledge base helps users store and manage information that can be used to help draft responses to emails. It acts as a personal database of information that can be referenced when composing replies. Users can create, edit,
Hugging Face Spaces host machine-learning applications. There are 1M+ today; each Space is a git repo. This skill covers creating, building, debugging, and maintaining them. Before anything else: 1. Check the CLI is installed: . If not, .
Build and publish a Gradio demo on Hugging Face Spaces that runs inference with a user-provided LoRA. Use whenever someone asks to create, generate, ship, or publish "a Space", "a demo", "a Gradio app", or "a playground" for a LoRA — whether the base model is Qwen-Image, Qwen-Image-Edit, LTX, or ano
Gradio is a Python library for building interactive web UIs and ML demos. This skill covers the core API, patterns, and examples. Detailed guides on specific topics (read these when relevant): Creates a textarea for user to enter string input or display string output..