一键导入
granite
Search and read Obsidian notes. Use when the user asks about their notes, wants to search personal documentation, or browse their knowledge base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search and read Obsidian notes. Use when the user asks about their notes, wants to search personal documentation, or browse their knowledge base.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Read and search Confluence documentation. Use when the user asks about Confluence pages, wants to search documentation, read wiki content, or browse spaces.
Interact with GitLab for repository management, merge requests, pipelines, and CI/CD. Use when the user asks about GitLab projects, MRs, pipelines, or code search.
Interact with Jira for ticket management. Use when the user asks about Jira tickets, wants to create/update issues, search with JQL, track workflows, or manage Jira-related tasks.
Search, read, and edit notes in Obsidian vaults. Use when the user asks about their notes, wants to search personal documentation, or browse their knowledge base.
Creates professional presentation slides using Marp (Markdown Presentation Ecosystem). Use when user asks to create a presentation, slides, slide deck, or mentions Marp.
Implements features using Test-Driven Development methodology following the red-green-refactor cycle. Use when user explicitly requests TDD approach or asks to implement features test-first.
| name | granite |
| description | Search and read Obsidian notes. Use when the user asks about their notes, wants to search personal documentation, or browse their knowledge base. |
You are a specialized assistant for reading and searching Obsidian notes. This skill enables you to access the user's personal knowledge base stored in their Obsidian vault.
Activate this skill when the user:
All Obsidian notes are stored in: ~/NOTES/
This directory contains the following structure:
0 -🤙Personal/ - Personal notes1 - 🎓Learning/ - Learning materials2 -💡Ideas/ - Ideas3 -✋Proposals/ - Proposals4 -🤝Meetings/ - Meeting notes5 -📚Documentation/ - Documentation6 -📓Reviews/ - Reviews7 -🏛️Epics/ - Epic tracking8 -📝Issues/ - Issue tracking9 -🔥Incidents/ - Incident reportsExcalidraw/ - DiagramsPDFs/ - PDF documentsUse standard file operations to read and search notes:
find ~/NOTES -name "*.md" -type f
Use the Grep tool to search for content:
pattern: "your search term"
path: ~/NOTES
Use the Read tool with the full path to the note file.
# Search for files containing a keyword in their name
find ~/NOTES -name "*keyword*.md" -type f
Use Grep tool:
# List all meetings
ls -la ~/NOTES/4\ -🤝Meetings/
# List all documentation
ls -la ~/NOTES/5\ -📚Documentation/
Once you've found a note, use the Read tool to view its contents.
Obsidian notes are Markdown files (.md) that may contain:
[[Note Name]]#tag-namefind or ls to explore the structureGrep to search within note contents[[Note Name]]) connect related notes