Base/AGENTS.md

71 lines
2.5 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# AGENTS.md — Obsidian Knowledge Base
## Vault
- Path: `/Users/ksv741/Obsidian/Knowledges`
- Git: **always stage specific files**`git add "path/to/note.md"`, never `git add -A` or `git add .`
## Structure
```
Библиотека/
├── Книги/covers/ ← book notes + covers
├── Курсы/ ← course notes
├── Фильмы/covers/ ← film notes + posters
├── Pet проекты/
├── Туториалы/
└── AI Tools/
IT/<Раздел>/<Note>.md ← no frontmatter
Шаблоны/ ← note templates
```
## Templates
- `Шаблоны/book_template.md.md` — non-fiction books
- `Шаблоны/fiction_template.md.md` — fiction books
- `Шаблоны/course_template.md.md`
- `Шаблоны/movie_template.md`
- `Шаблоны/pet_project_template.md`
## Book Frontmatter
```yaml
Тип: Книга
Статус: Запланировано | Хочу прочитать | В процессе | Прочитано | Заброшена
Название:
Автор: [] # array
Количество страниц:
Прогресс: 0
Формат: Бумажная | Электронная | Аудио
Обложка: Библиотека/Книги/covers/<slug>.jpg
Начата: DD.MM.YYYY
Закончена: DD.MM.YYYY
Оценка: 1-10
Сложность: 1-10 # non-fiction only
Теги: []
Категории: []
Источник:
Ссылка:
```
## Other Frontmatter
- **Course statuses:** `Запланировано` | `В процессе` | `Пройден` | `Заброшен`
- **Film statuses:** `Хочу посмотреть` | `Просмотрено` | `Заброшен`
- **Pet project statuses:** `Идея` | `В разработке` | `Запущен` | `Заморожен` | `Завершён`
## Formatting
- Date: `DD.MM.YYYY`
- Tags: `#тег`, underscore for compound `#структуры_данных`
- Wikilinks: `[[Note Name]]`
- Section emojis: `📖` `🧠` `💬` `💡` `🔗`
- Callouts: `> [!note]`, `> [!tip]`, `> [!warning]`
## Books — Cover Fetching Pattern
- Search `site:labirint.ru <title> <author>`
- Cover URL: `https://imo10.labirint.ru/books/<ID>/cover.jpg/500-0` (no fetch needed)
- Download cover with curl, save to `Библиотека/Книги/covers/<slug>.jpg`
## IT Notes
- No frontmatter
- Inline `#тег` and `[[wikilinks]]`
## Skills
- `/add-book`, `/add-course`, `/add-film`, `/add-pet-project`
- General: `/obsidian`
- Details: `.claude/skills/*/SKILL.md`