obsidian-refactor-inboxlisted
Install: claude install-skill alexeyshishin/as-skill
# obsidian-refactor-inbox
The full processing cycle for a note from `00. Входящие/`: typing → frontmatter → links → moving into PARA.
Base rules (structure, tags, frontmatter, style) — in `.claude/rules/`. This covers only what's specific to inbox processing.
## Related skills
| When | What to use |
|-------|------------------|
| Just want to inspect the inbox first | `obsidian-inbox-review` |
| Enrich frontmatter without moving | `obsidian-enrich-note` |
| Split a large note into parts | `obsidian-split-note` |
---
## Algorithm
### 1. Read the note and determine its type
Structural tag + folder — from the `tags.md` table (the "Structural tags" section). Summary:
| Content type | Tag | Folder |
|-----------------|-----|-------|
| Atomic thought / concept | `#thought` | `03. Ресурсы/<Тема>/База знаний/` |
| MOC / overview map | `#moc` | `02. Сферы/07. Карты/` |
| Person / contact | `#person` | No folder currently exists — ask the user where it should live |
| Book / article / video | `#book` / `#article` / `#video` | `03. Ресурсы/<Тема>/<Источник>/` — one subfolder per source |
| Project | `#project` | `01. Проекты/<Проект>/` |
| Meeting / 1:1 | `#meeting` | `02. Сферы/02. Работа/` |
| Conference / talk notes | `#conference` | No folder currently exists — ask the user where it should live |
| Journal entry | `#journal/daily` | `05. Дневник/` (flat, filename `DD-MM-YYYY.md`) |
| No longer relevant | `#archive` | `04. Архив/` |
### 2. Update frontmatter
Templates and