From claude-rank
Detects JSON-LD in HTML files, validates against Google standards, recommends schemas by project type (SaaS, e-commerce), generates and injects missing ones.
npx claudepluginhub houseofmvps/claude-rankThis skill uses the workspace's default tool permissions.
Scan all HTML files for existing JSON-LD:
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Scan all HTML files for existing JSON-LD:
node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs detect <dir>
Report: which schema types found, which files contain them.
For each detected schema, validate against Google's requirements. Report: missing required fields, deprecated types, invalid values.
Based on project type detection:
Flag missing recommended types.
For each missing schema:
node ${CLAUDE_PLUGIN_ROOT}/tools/schema-engine.mjs generate <type> --name="..." --url="..."
Inject into HTML: add script tag before closing head using Edit tool.
Re-run detect to confirm all schema is present and valid.