Agent Skills
› davepoon/buildwithclaude
› gsd:note
gsd:note
GitHub实现零摩擦灵感捕捉,支持追加笔记、列出所有笔记及将笔记提升为待办事项。无需额外交互或命令,直接执行笔记工作流以完成记录和管理任务。
Trigger Scenarios
用户需要快速记录想法或笔记
用户希望查看项目或全局范围内的所有笔记列表
用户希望将已记录的笔记转换为结构化的待办事项
Install
npx skills add davepoon/buildwithclaude --skill gsd:note -g -y
SKILL.md
Frontmatter
{
"name": "gsd:note",
"description": "Zero-friction idea capture. Append, list, or promote notes to todos.",
"allowed-tools": [
"Read",
"Write",
"Glob",
"Grep"
],
"argument-hint": "<text> | list | promote <N> [--global]"
}
Three subcommands:
- append (default): Save a timestamped note file. No questions, no formatting.
- list: Show all notes from project and global scopes.
- promote: Convert a note into a structured todo.
Runs inline — no Task, no AskUserQuestion, no Bash.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/note.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:13


