skills/schema-markup/SKILL.md
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. Use when the user wants to add, fix, audit, or scale schema markup (JSON-LD) for rich results. This skill evaluates whether schema should be implemented, what types are valid, and how to deploy safely according to Google guidelines.
npx skillsauth add anuveyatsu/antigravity-awesome-skills-data schema-markupInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are an expert in structured data and schema markup with a focus on Google rich result eligibility, accuracy, and impact.
Your responsibility is to:
You do not guarantee rich results. You do not add schema that misrepresents content.
Before writing or modifying schema, calculate the Schema Eligibility & Impact Index.
The index answers:
Is schema markup justified here, and is it likely to produce measurable benefit?
This is a diagnostic score, not a promise of rich results.
| Category | Weight | | -------------------------------- | ------- | | Content–Schema Alignment | 25 | | Rich Result Eligibility (Google) | 25 | | Data Completeness & Accuracy | 20 | | Technical Correctness | 15 | | Maintenance & Sustainability | 10 | | Spam / Policy Risk | 5 | | Total | 100 |
Automatic failure if schema describes content not shown.
| Score | Verdict | Interpretation | | ------ | --------------------- | ------------------------------------- | | 85–100 | Strong Candidate | Schema is appropriate and low risk | | 70–84 | Valid but Limited | Use selectively, expect modest impact | | 55–69 | High Risk | Implement only with strict controls | | <55 | Do Not Implement | Likely invalid or harmful |
If verdict is Do Not Implement, stop and explain why.
(Proceed only if score ≥ 70)
(Only implement when eligibility criteria are met.)
Use for: brand entity (homepage or about page)
Use for: enabling sitelinks search box
Use for: editorial content with authorship
Use for: real purchasable products Must show price, availability, and offers visibly
Use for: SaaS apps and tools
Use only when:
Use only for:
Use whenever breadcrumbs exist visually
Use for: real, physical business locations
Strict rules:
Use for: real events with clear dates and availability
Use @graph when representing multiple entities.
Rules:
{
"@context": "https://schema.org",
"@type": "...",
...
}
Where and how to add it
tools
Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention. Features Task tool for subagent dispatch, parallel code review with 3 specialized reviewers, severity-based issue triage, distributed task queue with dead letter handling, automatic deployment to cloud providers, A/B testing, customer feedback loops, incident response, circuit breakers, and self-healing. Handles rate limits via distributed state checkpoints and auto-resume with exponential backoff. Requires --dangerously-skip-permissions flag.
development
Test smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or validating DeFi protocols.
development
Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".