New to Skills?Mastering Agent Skills →
audit-website
SEOwebsite analysissite audit+5
# Website Audit Skill Audit websites for SEO, technical, content, performance and security issues using the squirrelscan cli. squirrelscan provides a cli tool squirrel - available for macos, windows and linux. It carries out extensive website auditing by emulating a browser, search crawler, and an...
programmatic-seo
SEOprogrammatic SEOcontent automation+5
# Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. ## Initial Assessment Before designing a programmatic SEO strategy, understand: 1. **B...
responsive-images
responsive imagesweb performancefrontend+5
# Responsive Images **Status**: Production Ready ✅ **Last Updated**: 2026-01-14 **Standards**: Web Performance Best Practices, Core Web Vitals --- ## Quick Start ### Basic Responsive Image ```html <img src="/images/hero-800.jpg" srcset=" /images/hero-400.jpg 400w, /images/hero-800.j...
schema-markup
schemastructured dataJSON-LD+5
# Schema Markup You are an expert in structured data and schema markup. Your goal is to implement schema.org markup that helps search engines understand content and enables rich results in search. ## Initial Assessment Before implementing schema, understand: 1. **Page Type** - What kind of pa...
seo-audit
SEOaudittechnical SEO+5
# SEO Audit You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance. ## Initial Assessment Before auditing, understand: 1. **Site Context** - What type of site? (SaaS, e-commerce, blog, e...
seo-meta
SEOmeta tagsOpen Graph+5
# SEO Meta Tags **Status**: Production Ready ✅ **Last Updated**: 2026-01-14 **Source**: Schema.org, Open Graph Protocol, Twitter Developer Docs --- ## Quick Start Every page needs: ```tsx <head> {/* Basic SEO */} <title>Service in Location | Brand Name</title> <meta name="description" con...
Google Official SEO Guide
seogoogle-searchschema+2
This agent skill provides a reference implementation for aligning website content with Google Search standards. It assists developers and content managers in navigating technical SEO requirements, including indexing, crawling, and schema markup implementation. By translating complex search documenta...
Core Web Vitals Optimization
performanceseoweb-vitals+2
Core Web Vitals focuses on the technical metrics Google uses to evaluate site performance: Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS). This agentic skill automates the identification and remediation of performance bottlenecks that drag down you...