This repo packages the current Obsidian workflows into one installable skill folder: obsidian-workbench/.
It replaces the old many-folder shape with one portable entry skill that bundles these modes:
- vault read/search mode
- durable note writing
- learning checklist ingest
- PDF-aware ingest support for PDF sources
- compiled wiki query and maintenance
- Markdown syntax fixes
- Bases
.baseediting - Obsidian CLI and plugin debugging
- Code Styler CSS fixes
After you upload this repo, install it with:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--repo <owner>/<repo> \
--path obsidian-workbenchOr with a GitHub URL:
python3 ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
--url https://github.com/<owner>/<repo>/tree/main/obsidian-workbenchThen restart Codex so the new skill is discovered.
obsidian-skill-pack/
├── README.md
└── obsidian-workbench/
├── SKILL.md
├── agents/openai.yaml
└── references/
Validate the packaged skill with:
python3 ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py obsidian-workbench