web▌
117 indexed skills · max 10 per page
web-development
tencentcloudbase/skills · Productivity
Web frontend development with CloudBase integration, static hosting deployment, and SDK-based authentication. \n \n Covers project structure conventions (src/dist/cloudfunctions directories), modern build systems (Vite, Webpack), and hash routing for static hosting compatibility \n Provides CloudBase Web SDK integration patterns for database, cloud functions, and authentication, with strict rules against implementing login logic in cloud functions \n Includes deployment guidance for CloudBase st
web-search-plus
robbyczgw-cla/web-search-plus · Productivity
Unified search with automatic provider selection across seven search engines. \n \n Intelligently routes queries to the best provider: Serper for shopping, Tavily for research, Exa for semantic similarity, Perplexity for direct answers with citations, You.com for real-time info, Querit for multilingual searches, and SearXNG for privacy \n Requires only one API key to start; all provider keys are optional and can be added incrementally \n Includes automatic fallback to alternate providers on rate
web-security-testing
sickn33/antigravity-awesome-skills · Testing
Specialized workflow for testing web applications against OWASP Top 10 vulnerabilities including injection attacks, XSS, broken authentication, and access control issues.
web-content-fetcher
shirenchuang/web-content-fetcher · Marketing
Extract clean Markdown article content from URLs with three-tier fallback strategies. \n \n Implements cascading extraction methods: Jina Reader (fast, 200 requests/day free), Scrapling + html2text (unlimited, handles paywalled content), and direct web_fetch (static pages fallback) \n Preserves Markdown structure including headings, links, images, lists, code blocks, and blockquotes \n Domain-aware routing skips Jina for WeChat articles, Zhihu, Juejin, and CSDN to conserve quota and improve succ
web-search
brave/brave-search-skills · Productivity
Web search with ranked results, snippets, and support for freshness filters, SafeSearch, and custom ranking via Goggles. \n \n Returns structured results across multiple types: web pages, news, videos, discussions, FAQ, infobox, and locations in a single response \n Supports freshness filtering (past day/week/month/year or custom date ranges), SafeSearch levels, and location-aware results via headers \n Goggles enable custom result ranking: boost trusted sources, suppress spam, or build focused
web-performance-optimization
sickn33/antigravity-awesome-skills · Productivity
Systematic approach to measuring, analyzing, and improving website loading speed and Core Web Vitals. \n \n Covers five-step optimization workflow: establish baseline metrics with Lighthouse, identify bottlenecks (bundle size, images, render-blocking resources), prioritize high-impact fixes, implement improvements, and verify results \n Addresses Core Web Vitals (LCP, FID, CLS) with specific code examples for image optimization, code splitting, lazy loading, and layout shift prevention \n Includ
web-perf
cloudflare/skills · Productivity
Measures Core Web Vitals and identifies render-blocking resources, network chains, layout shifts, and caching issues. \n \n Analyzes performance traces using Chrome DevTools MCP to extract FCP, LCP, TBT, CLS, Speed Index, and TTFB with detailed breakdowns \n Identifies render-blocking CSS/JS, network dependency chains, missing preloads, and caching header gaps through network request inspection \n Detects layout shift culprits (images without dimensions, injected content, font swaps) and accessi
web-reader
answerzhao/agent-skills · Productivity
Web page content extraction with automatic title, HTML, and metadata retrieval. \n \n Fetches and parses web pages via the page_reader function, returning structured data including title, HTML content, plain text, and publication time \n Supports both CLI usage for quick tasks and SDK integration for programmatic access in backend code only \n Includes caching, rate limiting, parallel processing, and error handling patterns for production applications \n Handles multiple URLs, content aggregatio
web-quality-audit
addyosmani/web-quality-skills · Productivity
Comprehensive quality review covering performance, accessibility, SEO, and best practices across 150+ checks. \n \n Analyzes code and projects across four audit categories: Performance (Core Web Vitals, resource optimization, loading strategy), Accessibility (perceivable, operable, understandable, robust), SEO (crawlability, on-page, technical), and Best Practices (security, standards, UX patterns) \n Categorizes findings by severity (Critical, High, Medium, Low) with specific, actionable recomm
web-design-guidelines
antfu/skills · Frontend
Audit UI code against Web Interface Guidelines with live rule fetching. \n \n Fetches the latest guidelines from a remote source before each review, ensuring compliance checks stay current \n Accepts file paths or patterns as arguments; prompts for input if none provided \n Outputs findings in concise file:line format for quick scanning and remediation \n Covers accessibility, design patterns, and best practices as defined in the fetched ruleset \n