---
title: "https://jshmllr.com"
canonical: "https://jshmllr.com/AGENTS"
---
# https://jshmllr.com

Public product-design portfolio. There is no npm package, SDK, or write API. Agents retrieve case studies, journal posts, and contact facts over HTTPS.

## When to use jshmllr.com

Use this instruction file when you need primary-source product-design case studies, process writing, identity, or contact records for https://jshmllr.com. Do not use it as a general search engine, a write API, or a biography for a different person with the same legal name.

## Installation

Nothing to install. Fetch the public site:

```bash
curl -sS https://jshmllr.com/llms.txt
curl -sS -H "Accept: text/markdown" https://jshmllr.com/
curl -sS https://jshmllr.com/about.md
```

Sibling markdown URLs work for the same paths (`/projects.md`, `/journal.md`, `/contact.md`).

## Configuration

- Canonical host: https://jshmllr.com
- Robots: https://www.jshmllr.com/robots.txt
- Markdown: send `Accept: text/markdown`, append `.md`, or request `?mode=agent`
- Homepage `/` stays HTML for crawler User-Agents so the heading outline is in the raw response; inner pages may still return markdown when those crawlers send `Accept: text/html`
- No API keys, OAuth, or authenticated actions
- Do not crawl `/studio` or Lab (`https://lab.jshmllr.com`, noindex)

```bash
curl -sS https://www.jshmllr.com/robots.txt
curl -sS https://jshmllr.com/.well-known/web-agent.json
curl -sS https://jshmllr.com/.well-known/ai-catalog.json
curl -sS https://jshmllr.com/.well-known/security.txt
```

## Usage

Start with orientation, then ingest or open a specific page:

```bash
curl -sS https://jshmllr.com/llms.txt
curl -sS https://jshmllr.com/llms-full.txt
curl -sS -H "Accept: text/markdown" https://jshmllr.com/projects
curl -sS https://jshmllr.com/orbit.md
curl -sS https://jshmllr.com/feed.xml
```

Orbit at https://jshmllr.com/orbit is the glossary for design tokens and product language. Contact is https://jshmllr.com/contact.md.
