Update all SEO metadata for a RiLiGar website template. Reads the project owner's name, domain, role, and content, then updates: index.html (title, description, og tags, JSON-LD), useSeoMeta hook (BASE_URL, default title), all page-level useSeoMeta calls, sitemap.xml (URLs + blog slugs), and robots.txt (sitemap URL). Run whenever a template is repurposed for a new owner.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ciromaciel-development:riligar-dev-website-seoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update all SEO metadata across the website template for a new owner.
Update all SEO metadata across the website template for a new owner.
Update SEO for this website. Owner: [Name], Domain: [domain], Role: [role description].
| Input | Required | Notes |
|---|---|---|
| Owner name | Yes | Full name of the person |
| Domain | Yes | e.g. humbertomaciel.com.br |
| Role / tagline | Yes | e.g. Senior Salesforce Consultant · 7x Certified |
| Description | Yes | 1–2 sentence SEO description |
| LinkedIn URL | Yes | For JSON-LD sameAs |
| Photo filename | Yes | e.g. Humberto Maciel.webp |
| Blog slugs | Auto | Read from blog-posts/*.js files |
index.html — static meta tags, og tags, JSON-LD Person + WebSitesrc/hooks/useSeoMeta.js — BASE_URL, default title fallbacksrc/pages/Home.jsx — add or update useSeoMeta callsrc/pages/Blog.jsx — update useSeoMeta callsrc/pages/BlogPost.jsx — update useSeoMeta callpublic/sitemap.xml — replace domain + all blog slugspublic/robots.txt — update Sitemap URLindex.html, useSeoMeta.js, all page files, sitemap.xml, robots.txtblog-posts/*.js to collect current slugs and dates<title>: [Name] — [Role short]<meta name="description">: provided description<meta name="author">: owner name<link rel="canonical">: https://[domain]/og:* tags: title, description, url, image, site_nametwitter:* tags<link rel="apple-touch-icon">: update filenameBASE_URL: https://[domain][Name] — [Role short]— [Name]For each page, set contextually correct title + description:
Blog — [Name], description about content topics/, /blog, /politica-de-privacidade/news entries (if not used)Sitemap: line with new domainWhen owner is a Salesforce consultant, use:
"knowsAbout": [
"Salesforce Implementation",
"Sales Cloud",
"Service Cloud",
"Marketing Cloud",
"Experience Cloud",
"Apex",
"Lightning Web Components",
"Salesforce DevOps",
"CRM Strategy",
"Release Management"
]
humbertomaciel.com.br and note ituseSeoMeta hook signature — only BASE_URL and default stringsslug field in each blog-posts/*.js filelastmod in sitemap should match the date field in each blog post fileProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, 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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub ciro-maciel/ciromacielos --plugin ciromaciel-development