use▌
15 indexed skills · max 10 per page
use-my-browser
xixu-me/skills · Productivity
This is the main browser automation strategy skill for nontrivial web work. It teaches the agent when to stay on public-web tools, when to use the live browser session, and when to fall back to a separate browser or raw-fetch path.
browser-use
browser-use/browser-use · Productivity
Fast, persistent browser automation with session continuity across sequential agent commands. \n \n Supports three browser modes: headless Chromium, real Chrome with profile support, and cloud-hosted remote browsers with proxy configuration \n Includes 20+ command categories covering navigation, page inspection, interactions, data extraction, cookie management, JavaScript execution, and wait conditions \n Offers cloud session management, local server tunneling via Cloudflare, and parallel subage
use-modern-go
jetbrains/go-modern-guidelines · Backend
!grep -rh "^go " --include="go.mod" . 2>/dev/null | cut -d' ' -f2 | sort | uniq -c | sort -nr | head -1 | xargs | cut -d' ' -f2 | grep . || echo unknown
use-dom
expo/skills · Productivity
Run web-only libraries in Expo apps by rendering them in webviews on native and as-is on web. \n \n Supports any React web library (recharts, react-syntax-highlighter, canvas, WebGL) without modification by wrapping it in a DOM component file with the 'use dom'; directive \n Passes serializable props and async functions from native to webview, enabling bidirectional communication between native and web contexts \n Includes webview configuration options via the dom prop: scroll control, safe area
use-railway
railwayapp/railway-skills · AI/ML
Complete Railway infrastructure management: projects, services, databases, deployments, environments, object storage, and troubleshooting. \n \n Operates across Railway's resource hierarchy: workspaces, projects, environments, services, buckets, and deployments with CLI context management \n Covers five operational domains: resource setup, code deployment, configuration management, health monitoring, and API/docs access \n Includes preflight authentication checks, context resolution, and multi-s