Agent skill

sitemap-manager

Manage XML sitemaps. Use when: auditing sitemap health, generating sitemaps, or planning sitemap architecture.

indranilbanerjeegithub.com/indranilbanerjeeGitHub ↗
claude-codecopilotcursorcodexMIT
Install
npx skills add indranilbanerjee/digital-marketing-pro --skill sitemap-manager --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/sitemap-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 700
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# /digital-marketing-pro:sitemap-manager ## Purpose Analyze existing XML sitemaps for issues and opportunities, or generate new sitemaps with industry-specific templates and best practices. ## Modes ### Mode 1: Analyze Existing Sitemap (`/digital-marketing-pro:sitemap-manager [URL]`) Provide a sitemap URL (e.g., `https://example.com/sitemap.xml`) to audit: 1. **Fetch and parse**: Download sitemap XML, detect sitemap index vs single sitemap 2. **URL count**: Total URLs, URLs per sitemap file (flag if approaching 50K protocol limit) 3. **lastmod audit**: Check for presence, format (W3C datetime), staleness (>6 months without update), fake lastmod (all same date) 4. **Priority and changefreq**: Check for deprecated/ignored signals (Google ignores both — flag if present, recommend removal to reduce file size) 5. **URL health**: Sample 20-50 URLs and check HTTP status codes — flag 404s, 301s, 302s, 5xx errors 6. **Indexation alignment**: Cross-reference with robots.txt and meta robots — flag noindexed URLs in sitemap, flag sitemap URLs blocked by robots.txt 7. **Missing URLs**: Compare sitemap against site crawl or provided URL list — identify pages missing from sitemap 8. **Image/video

What's inside
Steps it walks through
  1. Purpose
  2. Modes
  3. Mode 1: Analyze Existing Sitemap (/digital-marketing-pro:sitemap-manager [URL])
  4. Mode 2: Generate New Sitemap (/digital-marketing-pro:sitemap-manager generate)
  5. Industry Templates
  6. SaaS
  7. eCommerce
  8. Local Business
  9. Publisher/Media
  10. Agency
  11. Sitemap Protocol Reference
  12. Sitemap Index (for multiple sitemaps)
  13. Protocol Limits
  14. Output
More from digital-marketing-pro
All skills →
About this skill
What does the sitemap-manager skill do?

Manage XML sitemaps. Use when: auditing sitemap health, generating sitemaps, or planning sitemap architecture.

How do I install it?

Run `npx skills add indranilbanerjee/digital-marketing-pro --skill sitemap-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From indranilbanerjee/digital-marketing-pro, a repository with 700 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going