一键导入
obsidian-dev
Development patterns for Obsidian. Load when implementing features or following coding conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Development patterns for Obsidian. Load when implementing features or following coding conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | obsidian-dev |
| description | Development patterns for Obsidian. Load when implementing features or following coding conventions. |
This skill provides patterns and rules for developing Obsidian plugins and themes.
To ensure consistent development across plugins and themes, proper code organization, and adherence to Obsidian's development patterns.
Load this skill when:
references/agent-dos-donts.md: Critical development guidelinesreferences/code-patterns.md: Implementation patterns and examplesreferences/coding-conventions.md: Code style and organizationreferences/commands-settings.md: Command and settings patternsreferences/common-tasks.md: Frequently needed operationsOperations, syncing, versioning, and release management for Obsidian projects. Load when running builds, syncing references, bumping versions, or preparing for release.
Technical references, manifest rules, file formats, and UX guidelines for Obsidian. Load when checking API details, manifest requirements, or UI/UX standards.
CSS/SCSS development patterns for Obsidian themes. Load when working with theme.css, SCSS variables, or CSS selectors.