> ## Documentation Index
> Fetch the complete documentation index at: https://2bd.l48a.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Naming conventions

> File and folder naming patterns.

## Periodic notes

| Period    | Format       | Example       |
| --------- | ------------ | ------------- |
| Daily     | `YYYY-MM-DD` | 2026-02-08.md |
| Weekly    | `YYYY-Www`   | 2026-W06.md   |
| Monthly   | `YYYY-MM`    | 2026-02.md    |
| Quarterly | `YYYY-QN`    | 2026-Q1.md    |
| Yearly    | `YYYY`       | 2026.md       |

## Other conventions

| Type          | Format                | Example                   |
| ------------- | --------------------- | ------------------------- |
| Hubs          | `✱ Title.md`          | ✱ Home.md                 |
| Captive notes | Capitalized           | Today.md, Week.md         |
| Projects      | End-date first        | 2026-03-15-launch.md      |
| People        | FirstNameL            | EstherS.md                |
| Insights      | lowercase-hyphens     | leadership.md             |
| Folders       | Numbered prefix       | 00\_Brain/, 01\_Projects/ |
| Skills        | Own folder + SKILL.md | ada/, project/            |

## Skill prefixes

| Prefix         | Type         | User-invokable | Description                           |
| -------------- | ------------ | -------------- | ------------------------------------- |
| (none)         | Entity/Alias | Yes            | User-facing skills that route to Ada  |
| `_assistant-*` | Assistant    | No             | Domain specialists coordinated by Ada |
| `_util-*`      | Utility      | No             | Pure helpers with no user interaction |

## Related

* [Vault structure](/reference/vault-structure) — Where files go
* [Glossary](/reference/glossary) — Term definitions
