← Back to list

add-to-inbox
by gmoigneu
My personal opencode configuration
⭐ 5🍴 0📅 Jan 23, 2026
SKILL.md
name: add-to-inbox description: Create a new note in the Obsidian inbox with user-specified content, including project context license: Apache-2.0 compatibility: opencode
Vault Configuration
Obsidian vault path: "~/Documents/nls" Inbox location: "01 Inbox"
Quick Start
- Determine the current project context (git repo name, working directory)
- Get the content/idea from the user
- Generate a descriptive filename based on the content
- Create a new note in
{vault}/01 Inbox/{filename}.md - Include project context in the note
Note Template
---
created: YYYY-MM-DD HH:mm
project: {project-name}
source: {working-directory}
status: inbox
---
# {Title}
{User-provided content}
## Context
- **Project:** {project-name}
- **Directory:** {working-directory}
- **Created during:** {brief description of what was being worked on}
Process
Step 1: Gather context
- Get current date and time from system
- Identify project name from git remote or directory name
- Get current working directory path
Step 2: Process user input
- Extract the main idea/content from user's request
- Generate a concise, descriptive title for the note
- Create a filename from the title (lowercase, hyphens, no special chars)
Step 3: Create the note
- Build path:
{vault}/01 Inbox/{filename}.md - Populate template with gathered information
- Include any additional context the user provides
Step 4: Confirm creation
- Verify the file was created successfully
- Report the note location to the user
Filename Guidelines
- Use lowercase letters and hyphens only
- Keep it concise but descriptive (3-6 words)
- No dates in filename (dates are in frontmatter)
- Examples:
api-rate-limiting-idea.md,refactor-auth-module.md
Success Criteria
- Note created in correct inbox path
- Frontmatter includes project context
- Content accurately captures user's input
- Filename is descriptive and properly formatted
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon