Compares the SEO of two pages or your page against a competitor. Shows differences in meta tags, structure, content, schema and speed side by side. TRIGGER when the user enters /seo-compare or asks to compare pages, analyze a competitor or see SEO differences between two URLs.
Simulates how a crawler sees the site — reviews robots.txt, noindex directives, duplicate canonicals, redirect chains and accidentally blocked pages. TRIGGER when the user enters /seo-crawl or asks to review crawlability, indexing or how Google sees the site.
Reviews the site architecture — URL hierarchy, internal linking, click depth, orphan pages and internal authority distribution. TRIGGER when the user enters /seo-structure or asks to analyze the architecture, structure or internal linking of the site.
Structured data and meta markup for SEO: JSON-LD schema.org (Product, Article, Organization, Breadcrumb, FAQ — extraction + validation) and title/description/OG/Twitter meta generation (lengths, uniqueness, CTR). Script seoschema.py: --meta (title/description/OG/canonical/h1/img audit) and --jsonld (extract + validate…
Reviews and generates optimized meta titles and descriptions for all pages. Checks length, keywords, uniqueness and potential CTR. TRIGGER when the user enters /seo-meta or asks to review, improve or generate meta tags, title tags or meta descriptions.
Audits the site's structured data (JSON-LD) — verifies schema types, required fields, validation errors and rich snippet opportunities. TRIGGER when the user enters /seo-schema or asks to review or generate structured data, JSON-LD, schema markup or rich snippets.
DEPRECATED meta-skill. Routes to the four focused SEO skills that replaced it: seo-audit (technical audit + Core Web Vitals + report + fixes), seo-schema (JSON-LD + meta/OG/Twitter), seo-content (content + keywords + headings + images), seo-crawl (crawlability + structure + competitors). Load one of the four directly…
Capture and aggregate real-world usage feedback for Agent Skills so the Skill Quality Gate loop can keep improving them over time. Use it whenever a skill misfires or underperforms: a skill triggered wrongly (wrong trigger), failed to auto-load on a relevant request (near-miss / description gap), produced a wrong…
Meta-skill and design compass for creating new skills and upgrading existing ones with a deliberate push toward being maximally technological, creative, and aesthetically disciplined. Use when the user wants to create a skill from scratch, reshape an existing skill, make a skill more reliable/technological, more…
Skill recommendation for AI agents from the agent-skills library. Reads the master catalog index.json (default /Projects/agent-skills/index.json, override with env AGENTSKILLSINDEX or --index), scores triggers and descriptions, returns top-5 with relevance plus up to 3 combos for multi-step tasks. Supports ad-hoc…
A script that builds SQL queries from a plain-language question and a DDL schema, which is a file describing database tables and columns. It can create common queries and check their expected execution plan with EXPLAIN.
A structured debugging method that finds the confirmed root cause of a software bug before changing code. It uses four phases: reproduce the problem, form hypotheses, isolate the cause, then make a fix and add a regression test.