add-to-inbox

Create Obsidian inbox notes with project and source frontmatter from user content.

9|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/gmoigneu/opencode-config --skill add-to-inbox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-to-inbox
Source: https://github.com/gmoigneu/opencode-config/tree/main/skills/add-to-inbox
Command: npx skills add https://github.com/gmoigneu/opencode-config --skill add-to-inbox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create structured Obsidian notes from fleeting ideas without losing project context, avoiding scattered drafts and manual frontmatter entry.

Core Features & Use Cases

  • Project-aware capture: Detects git repository name or uses the working directory to populate the note's project and source frontmatter.
  • Automated filename and templating: Generates a concise, kebab-case filename and writes a note using a pre-defined frontmatter template under the vault's 01 Inbox.
  • Use Case: While working in a repo, quickly convert a brainstorm or bug note into a timestamped inbox note that includes the project and directory for later triage.

Quick Start

Use add-to-inbox to create a new Obsidian inbox note from my text and automatically include the current project and working directory as frontmatter.

Frequently Asked Questions about add-to-inbox

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture quick notes into Obsidian with automatic project context?

To capture quick notes into Obsidian with project context, use a tool that extracts the git repository name and working directory. This automatically populates frontmatter with project and source details, placing the generated file under the vault's 01 Inbox path.

How to create an Obsidian inbox note with frontmatter from raw text?

Create an Obsidian inbox note by providing raw text to a capture tool that generates a descriptive kebab-case filename. It applies a pre-defined frontmatter template with a created timestamp, project, and source metadata, then writes the file directly to your vault's 01 Inbox.

Does the Obsidian inbox capture work without a git repository?

Yes, the Obsidian inbox capture works without a git repository by falling back to your current working directory. It uses the working directory name to populate the project and source frontmatter fields if a git repository name is not detected.

What is the best way to track meeting notes and todos tied to a specific project in Obsidian?

The best way to track meeting notes and todos in Obsidian is using project-aware capture to generate timestamped inbox notes. This method automatically extracts the git repository name or working directory, embedding the project context directly into the note's frontmatter for later triage.

Can I automate filename generation for fleeting ideas saved to an Obsidian vault?

You can automate filename generation for fleeting ideas by using a templating tool that creates concise, kebab-case filenames. This eliminates manual frontmatter entry and ensures your notes are consistently named and saved under the vault's 01 Inbox path.