JSON-LD structured data, sitemap.xml, robots.txt, Open Graph tags, canonical URLs, and Firebase Hosting SEO headers
From jm-adknpx claudepluginhub javimontano/jm-adk-alfaThis skill uses the workspace's default tool permissions.
agents/guardian.mdagents/lead.mdagents/specialist.mdagents/support.mdevals/evals.jsonknowledge/body-of-knowledge.mdknowledge/knowledge-graph.mdprompts/meta.mdprompts/primary.mdprompts/variations/deep.mdprompts/variations/quick.mdtemplates/output.docx.mdtemplates/output.htmlSearches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Ensure search engines can discover, crawl, and index all public pages correctly. Implement structured data for rich snippets, sitemaps for crawl efficiency, and Open Graph tags for social sharing. [EXPLICIT]
sitemap.xml from route definitions. Include lastmod, changefreq, priority. [EXPLICIT]robots.txt: allow all public paths, disallow /admin/, /api/. [EXPLICIT]X-Robots-Tag: index, follow for public pages. [EXPLICIT]react-snap) or SSR for SEO-critical pages. [EXPLICIT]<script type="application/ld+json"> to page <head>. [EXPLICIT]Organization, WebSite, BreadcrumbList, Article, Product as applicable. [EXPLICIT]<title> unique per page, < 60 characters, keyword-front-loaded. [EXPLICIT]<meta name="description"> unique per page, < 160 characters, action-oriented. [EXPLICIT]<link rel="canonical"> on every page — self-referencing or pointing to primary URL. [EXPLICIT]og:title, og:description, og:image (1200x630px), og:url. [EXPLICIT]twitter:card=summary_large_image, twitter:title, twitter:image. [EXPLICIT]| Input | Output |
|---|---|
| Route definitions | sitemap.xml with all public URLs |
| Content/page data | JSON-LD structured data per page |
| Page metadata | <title>, <meta>, OG tags per page |
| Firebase Hosting config | SEO-optimized headers |
/sitemap.xml — lists all public URLs. [EXPLICIT]react-snap or dynamic rendering.rel="next" / rel="prev" or load-more pattern with canonical to first page.hreflang tags for each language variant. Separate sitemaps per language.Example invocations: