Imported from mjcramerz/codex-home (
home/marketplaces/codex-home/plugins/cache/codex-home/obsidian/local/skills/obsidian-docs/SKILL.md). Install upstream withnpx skills add mjcramerz/codex-home --skill obsidian-docs. Copyright stays with the author.
OBSIDIAN-Docs
Overview
Establish consistent Obsidian documentation: frontmatter, naming conventions, folder structure, and reusable templates.
Workflow
- Confirm vault root and scope (notes to create or update).
- Align on conventions using
references/REFERENCE.md. - Collect requirements with
references/FORMS.mdwhen inputs are missing. - Apply templates from
assets/note-templates/. - Ensure links/backlinks and indexes are updated.
Agent orchestration
- Confirm that the request fits this skill and state boundaries if other skills are needed.
- For multi-step work, keep a concise plan, execute in small reversible steps, and surface assumptions early.
- Delegate only independent discovery tasks, then reconcile findings before making edits.
Validation and testing
- Validate critical inputs and bound external I/O (size, retries, and timeouts) before applying changes.
- Run the narrowest relevant checks that prove behavior (tests, lint, or build as applicable).
- Include risk-based negative or edge-case coverage for security-sensitive, parsing, or automation changes.
- Report verification commands, outcomes, and any follow-up checks that remain.
Outputs
- Actionable steps or artifacts aligned to the skill.
- References to relevant files, commands, or templates.
References
- Form filling: See FORMS.md for intake prompts.
- API reference: See REFERENCE.md for frontmatter and structure rules.
- Examples: See EXAMPLES.md for sample notes.
Resources
assets/note-templates/for reusable note templates.