# Skills

> Test content for the notehub.md server, which serves this directory as raw Markdown and generates its own indexes from it.

This is the index page, served automatically when no file is specified in the URL.

## Test files

These are written as relative links, and the server qualifies them on the way out.

- [Test 1](https://notehub.md/test1.md)
- [Test 2](https://notehub.md/test2.md)
- [Deep Test 1](https://notehub.md/foo/deeptest1.md)
- [Deep Test 2](https://notehub.md/foo/deeptest2.md)

A file that does not exist should come back as a 404:

- [Nope](https://notehub.md/nope.md)

## Generated indexes

These are built on every request from whatever is in the files directory.

- [llms.txt](https://notehub.md/llms.txt): the index of pages and skills, in the llms.txt format
- [llms-full.txt](https://notehub.md/llms-full.txt): every page concatenated into one file
- [Skills manifest](https://notehub.md/.well-known/skills/index.json): the skills, as `npx skills add` discovers them
- [Test skill](https://notehub.md/test-skill/SKILL.md): a skill directory that exercises the manifest
- [Extra](https://notehub.md/optional/extra.md): a page listed under Optional in llms.txt

## Links that should be left alone

- [Blues](https://blues.com)
- [Mail](mailto:nobody@blues.com)
- [Anchor](#test-files)
- [Protocol relative](//example.com/x)
- [Titled relative link](https://notehub.md/test1.md "Test 1")
