Check robots.txt and sitemap.xml for crawl-blocking mistakes. Use when the user says "check my robots.txt", "validate my sitemap", or "is my site crawlable".
npx mdskills install justhandledlabs/robots-sitemap-validatorValidates local robots.txt and sitemap.xml for crawl errors with clear workflow and safety guardrails.
Focused, inspectable skills for Claude Code and other agents that read the open SKILL.md standard. Each skill handles one repeatable job. Read-only by default; preview before write.
Install README Generator from Agent-Skills.md
Browse all 98 skills · Agent-readable catalog · About JustHandled Labs
Add the marketplace once:
/plugin marketplace add justhandledlabs/skills
Then add the skills you want, for example:
/plugin install readme-generator-free@justhandledlabs-skills
Or just run /plugin to browse and pick.
SKILL.md agentsPortable packages live in the conventional top-level skills// directory so registries and compatible agents can discover all 11 skills from one repository URL.
For installers that accept a GitHub source:
npx skills add https://github.com/justhandledlabs/skills
You can also point an installer at one exact folder, such as skills/readme-generator-free/, or copy the complete folder into the skills directory documented by your agent. Keep bundled scripts/ and references/ files beside SKILL.md.
The matching plugins//skills// paths are retained for Claude Code marketplace compatibility. A repository check prevents the portable packages and plugin copies from drifting apart.
Inspect the source before installation. Skills are instructions with access to whatever tools and permissions you give the agent.
| Skill | What it does |
|---|---|
| readme-generator-free | Generate a README from your project's actual code. |
| env-doctor-free | Diagnose local environment issues that stop a project from starting. |
| git-commit-writer-free | Write conventional commit messages from your staged changes. |
| env-example-generator | Turn a .env into a shareable .env.example with values stripped. |
| license-picker | Generate a LICENSE file from a chosen license. |
| markdown-table-formatter | Align and normalize messy Markdown tables. |
| robots-sitemap-validator | Check robots.txt and sitemap.xml for crawl-blocking mistakes. |
| todo-fixme-extractor | List every TODO, FIXME, HACK, XXX, and BUG comment in your code. |
| lead-enricher-free | Build a B2B lead profile from a company URL or name. |
| outreach-writer-free | Write a personalized B2B cold email from a lead profile. |
| pipeline-reporter-free | Turn a CRM CSV export into a pipeline report. |
Several free skills have deeper paid editions. The full catalog contains 98 focused packages across agent security, verification, DevOps, model resilience, handoffs, writing, sales, and creator workflows.
Find the skill for your bottleneck
MIT. See LICENSE.md. The skills here are free to use and adapt.
Best experience: Claude Code
/plugin marketplace add justhandledlabs/robots-sitemap-validatorThen /plugin menu → select skill → restart. Use /skill-name:init for first-time setup.
Other platforms
Install via CLI
npx mdskills install justhandledlabs/robots-sitemap-validatorRobots Sitemap Validator is a free, open-source AI agent skill. Check robots.txt and sitemap.xml for crawl-blocking mistakes. Use when the user says "check my robots.txt", "validate my sitemap", or "is my site crawlable".
Install Robots Sitemap Validator with a single command:
npx mdskills install justhandledlabs/robots-sitemap-validatorThis downloads the skill files into your project and your AI agent picks them up automatically.
Robots Sitemap Validator works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Codex, Gemini Cli, Amp, Roo Code, Goose, Opencode, Trae, Qodo, Command Code. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.