creator 8c6a24a685 feat(1c): register files/list.md template registry protocol
obsidian-memory/SKILL.md:
- vault layout дополнен веткой memory/1c/files/ (README.md + list.md)
- в секцию '1С — special case' добавлены шаги 5-7: при запросе
  на генерацию документа читать files/list.md, искать подходящий
  шаблон, использовать как основу; если нет — генерировать и
  предлагать сохранить как новый шаблон
- явное правило: 'файл без строки в list.md для Claude не существует'

1c-analyst/SKILL.md:
- в 'Правила формирования выходных документов' добавлен шаг 0
  (выполняется ДО п.1 про docx): проверить реестр шаблонов
- в таблицу интеграций дополнено упоминание files/list.md в списке
  того, что читать в начале 1С-разговора
2026-04-19 14:23:38 +00:00
2026-04-19 12:54:54 +00:00

claude-skills

Custom skills for Claude.ai (claude.ai → Settings → Skills).

Skills

Skill Description
bulletproof 12-stage adaptive dev workflow (research → deploy). Adapted for Python/Docker/Traefik/MikroTik/embedded stacks, Gitea CI/CD, SonarQube. Based on Bulletproof v5.0 by Artemiy Miller.
embedded-firmware-engineer Bare-metal & RTOS firmware: ESP32/ESP-IDF, STM32 HAL/LL, Nordic nRF, FreeRTOS, Zephyr. NASA/JPL Power of Ten rules, banned functions, DMA/cache coherence, GPIO policy, watchdog strategy, brown-out testing.
my-python-senior Senior-level Python engineer for systems, containers, LLM workflows, networking, and file processing.
obsidian-memory Protocol for using creator/obsidian-vault (Gitea repo) as Claude's long-term memory. Vault layout, frontmatter conventions, Gitea REST API mechanics, write-permission boundaries.
pcb-ai-engineer Code-driven schematic & PCB design using Circuit-Synth (Python) → KiCad → Altium. Universal STM-family abstraction with family → package → pinmap → capabilities data model.

Structure

claude-skills/
├── README.md
├── bulletproof/
│   ├── SKILL.md
│   ├── agents/
│   │   └── code-reviewer.md
│   └── templates/
│       ├── handoff.md
│       ├── plan.md
│       ├── research.md
│       └── spec.md
├── embedded-firmware-engineer/
│   └── SKILL.md
├── my-python-senior/
│   ├── SKILL.md
│   ├── ai-ml-llm.md
│   ├── containers.md
│   ├── files-io.md
│   ├── networking.md
│   └── systems.md
├── obsidian-memory/
│   └── SKILL.md
└── pcb-ai-engineer/
    ├── SKILL.md
    ├── main.py
    ├── mcu_core.py
    ├── mcu_db.py
    ├── mcu_peripherals.py
    └── power.py

Usage

Each subdirectory is a standalone skill. Upload to Claude.ai via Settings → Profile → Custom Skills, or point Claude Code's --skill flag at the SKILL.md file.

License

Private — for personal use only.

S
Description
No description provided
Readme 243 KiB
Languages
Python 60.9%
HTML 39.1%