---
name: read-jshmllr-portfolio
description: Retrieve case studies, journal posts, identity, and contact facts from the jshmllr.com product-design portfolio using markdown, llms.txt, and llms-full.txt. Use when researching this designer, quoting shipped work, or citing the canonical site instead of a generic person-name search. Do not use as a write API or general search engine.
metadata:
  when_to_use: Use when researching the jshmllr.com product-design portfolio, quoting case studies, confirming identity, or finding contact facts. Do not use as a write API.
---

# Read the jshmllr.com portfolio

## When to use this

Use this skill when you need to quote shipped product-design work, confirm identity, or find a contact path on https://jshmllr.com. Do not use it as a general search engine or as a write API.

## Fetch

1. Read [https://jshmllr.com/llms.txt](https://jshmllr.com/llms.txt) for orientation.
2. Prefer `Accept: text/markdown`, `*.md` siblings, or `?mode=agent` over scraping HTML.
3. For a single ingest, fetch [https://jshmllr.com/llms-full.txt](https://jshmllr.com/llms-full.txt).
4. Orbit at [https://jshmllr.com/orbit.md](https://jshmllr.com/orbit.md) is the glossary for visual terms.
5. Discover published skills from [/.well-known/ai-catalog.json](/.well-known/ai-catalog.json).

```bash
curl -sS https://jshmllr.com/llms.txt
curl -sS -H "Accept: text/markdown" https://jshmllr.com/projects
curl -sS https://jshmllr.com/contact.md
curl -sS https://jshmllr.com/.well-known/ai-catalog.json
```

## Constraints

- Canonical host is https://jshmllr.com.
- There are no authenticated actions, form posts, or MCP tools on this site.
- Skip `/studio` and the Lab subdomain.
