note-taker

Capture text, voice, and image notes into a git-backed repository.

104|15|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/luongnv89/skills --skill note-taker-luongnv89
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note-taker
Source: https://github.com/luongnv89/skills/tree/main/skills/note-taker
Command: npx skills add https://github.com/luongnv89/skills --skill note-taker-luongnv89

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and assets (resource) components.

What problem does it solve?

Note-taking workflows that capture input (text, voice, or image) and store it in a git-backed notes repository, then summarize, organize, and extract tasks to a KanBAN.md, and commit/push changes.

Core Features & Use Cases

  • Intake supports text, voice, and image inputs with structured metadata and automatic summarization.
  • Automatic filename and folder creation at notes/YYYY/MM/YYYY-MM-DD--<slug>.md with a stable slug.
  • Write notes using the provided template in assets/note-template.md to ensure consistent structure.
  • Store attachments (images, audio) in organized asset directories and reference them from the note.
  • Redact secrets before committing to prevent leakage of API keys, tokens, or passwords.
  • Extract tasks into Kanban by updating KANBAN.md with links to the corresponding note.
  • Maintain a clickable README index for the notes repository and support end-of-day review.
  • Daily routines include reviewing backlog and proposing re-organization to improve structure.

Quick Start

Provide your note content and optional title or tags to create a new git-backed note.

Frequently Asked Questions about note-taker

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

FAQPage Schema
How do I automate capturing and organizing notes in a git repository?

Automate note-taking by capturing text, voice, and image inputs, then structuring them into a git-backed notes repository. The workflow generates stable filenames, applies templates, and pushes changes directly.

How does redaction of secrets work before committing notes to git?

Secret redaction scans notes for API keys, tokens, or passwords and removes them before committing to the git repository. This prevents sensitive data leakage during automated push operations.

Can I extract tasks from notes into a Kanban board automatically?

Yes, you can extract tasks from notes into a KANBAN.md file automatically. The system updates the Kanban board with direct links to the corresponding note files for backlog management.

What is the best way to maintain a notes repository index for daily review?

Maintain a notes repository index by automatically updating a clickable README file. This supports end-of-day review by providing a structured overview of backlog and notes organization.

Do I need a specific folder structure for automated note-taking in git?

No specific pre-existing folder structure is needed. The note-taking automation creates folders and files dynamically at notes/YYYY/MM/YYYY-MM-DD--<slug>.md and organizes attachments in asset directories.

Does this note-taking workflow support voice and image inputs?

Yes, the note-taking workflow supports text, voice, and image inputs. It stores attachments like audio and images in organized directories and references them from the structured markdown note.