← ClaudeAtlas

obsidian-refactor-inboxlisted

Process inbox notes in Obsidian. Use this skill when the user asks to process notes from the `00. Входящие` folder — updating tags, adding aliases, creating links to existing notes (people, MOCs, knowledge), moving them to the right folder per the PARA methodology. The skill determines the note type (atomic thought, resource, person, project, conference notes), adds the corresponding tags and links, and never deletes notes — only archives them with the
alexeyshishin/as-skill · ★ 4 · Code & Development · score 73
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