bestdeejay-design

84 mods across 2 repositories, 52 stars between them.

seo-compare

73

bestdeejay-design/agent-skills

Command

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.

5 5d ago A 62 tokens original MIT

seo-crawl

74

bestdeejay-design/agent-skills

Command

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.

5 5d ago A 57 tokens original MIT

seo-structure

75

bestdeejay-design/agent-skills

Command

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.

5 5d ago A 50 tokens original MIT

seo-schema

76

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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…

5 5d ago A 130 tokens original MIT

seo-meta

77

bestdeejay-design/agent-skills

Command

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.

5 5d ago A 51 tokens original MIT

seo-schema

78

bestdeejay-design/agent-skills

Command

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.

5 5d ago A 57 tokens original MIT

seo-toolkit

79

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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…

5 5d ago A 102 tokens original MIT

skill-feedback

80

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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…

5 5d ago A 195 tokens original MIT

skill-forge

81

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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…

5 5d ago A 173 tokens original MIT

skill-suggester

82

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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…

5 5d ago A 142 tokens original MIT

sql-helper

83

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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.

5 5d ago A 149 tokens original MIT

systematic-debugger

84

bestdeejay-design/agent-skills

Skill Claude CodeCodex

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.

5 5d ago A 202 tokens original MIT