scribe

Research topics across codebases and the web into Obsidian notes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/BaeHenryS/personal-toolkit --skill scribe-baehenrys
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scribe
Source: https://github.com/BaeHenryS/personal-toolkit/tree/main/plugins/vault/skills/scribe
Command: npx skills add https://github.com/BaeHenryS/personal-toolkit --skill scribe-baehenrys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The scribe skill automates researching topics across codebases and the web and converts findings into Obsidian notes.

Core Features & Use Cases

  • Codebase exploration: Identify key files, components, and patterns and document them as notes.
  • Web research integration: Gather external documentation and best practices to supplement vault notes.
  • Note drafting and editing: Create new notes or update existing ones with structured, review-ready content.
  • Workflow automation: Manage phases (research, draft, iterate, commit) with user approval at each step.

Quick Start

Use the scribe to research a topic and save notes to Obsidian.

  • /scribe "<topic or question>"
  • /scribe --edit [[note-name]] "update with new findings"

Frequently Asked Questions about scribe

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

FAQPage Schema
How do I automate note-taking from codebase research into Obsidian?▼

You can automate note-taking from codebase research into Obsidian by using a skill that explores files and web sources, drafts structured content, and commits findings directly to your local vault through a configured workflow.

Can I update existing Obsidian notes with new web research findings?▼

Yes, you can update existing Obsidian notes with new web research findings by targeting a specific note name, allowing the workflow to draft additions and commit them alongside your current content with user approval.

How does the research and drafting workflow work for Obsidian notes?▼

The research and drafting workflow for Obsidian notes operates in structured phases: it gathers codebase and web findings, generates a draft, iterates based on feedback, and commits the final note to your vault upon user approval.

Do I need a specific vault configuration to save web research to Obsidian?▼

Yes, you need a specific vault configuration to save web research to Obsidian. The skill relies on a local vault-config.yaml file and your existing notes structure to generate drafts, store findings, and reference sources accurately.

What's the best way to document codebase patterns and components as notes?▼

The best way to document codebase patterns and components as notes is to use an automated research tool that identifies key files, drafts structured documentation, and saves the review-ready content directly into your Obsidian vault.

Are there limitations when using automated research tools for Obsidian note-taking?▼

Limitations when using automated research tools for Obsidian note-taking include strict dependencies on your local vault-config.yaml structure and the requirement for manual user approval at each iteration phase before final commit.