# Mohsin Mohammed developer resources

> Machine-readable entry points for Mohsin Mohammed (https://mohsin.xyz). This is a personal site, not a hosted API product — there is no public OpenAPI spec, auth API, webhook catalog, or MCP server.

Use these URLs when an agent searches for **Mohsin Mohammed** developer resources, markdown, or site structure.

## Content negotiation

Pages at https://mohsin.xyz speak [acceptmarkdown.com](https://acceptmarkdown.com) content negotiation.

- Send `Accept: text/markdown` to the canonical HTML URL
- Or fetch the `.md` sibling (`/index.md`, `/blog.md`, `/blog/{slug}.md`, `/developers.md`)
- Markdown responses use `Content-Type: text/markdown; charset=utf-8` and `Vary: Accept, Accept-Encoding`

## Discoverable files

- [llms.txt](https://mohsin.xyz/llms.txt): llmstxt.org index of Mohsin Mohammed pages
- [llms-full.txt](https://mohsin.xyz/llms-full.txt): full homepage plus blog posts in one markdown file
- [Markdown sitemap](https://mohsin.xyz/sitemap.md): headings and links for every public page
- [XML sitemap](https://mohsin.xyz/sitemap.xml): crawler sitemap
- [robots.txt](https://mohsin.xyz/robots.txt): crawl rules (AI bots allowed)
- [Home markdown](https://mohsin.xyz/index.md): Mohsin Mohammed profile
- [Blog markdown](https://mohsin.xyz/blog.md): post index

## Profiles

- [GitHub (mdmohsin7)](https://github.com/mdmohsin7): source and open source
- [LinkedIn](https://linkedin.com/in/mohsinxyz): Mohsin Mohammed
- [X](https://x.com/mohsinxyz_): Mohsin Mohammed

## How to fetch

```bash
curl -sI -H "Accept: text/markdown" https://mohsin.xyz/
curl -s https://mohsin.xyz/llms.txt
curl -s https://mohsin.xyz/developers.md
```

## Sitemap

- [Home](https://mohsin.xyz/index.md)
- [Blog](https://mohsin.xyz/blog.md)
- [Mohsin Mohammed developer resources](https://mohsin.xyz/developers.md)
- [llms.txt](https://mohsin.xyz/llms.txt)
- [Markdown sitemap](https://mohsin.xyz/sitemap.md)
- [XML sitemap](https://mohsin.xyz/sitemap.xml)
