note

Generate draft blog posts with YAML frontmatter from project learnings.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/builtby-win/skills --skill note-builtby-win
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: note
Source: https://github.com/builtby-win/skills/tree/main/skills/note
Command: npx skills add https://github.com/builtby-win/skills --skill note-builtby-win

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly capture and document learnings, insights, or solutions encountered during your projects, transforming them into draft blog posts.

Core Features & Use Cases

  • Capture Learnings: Easily document interesting discoveries or solutions to tricky problems.
  • Draft Blog Posts: Automatically generates a draft blog post with relevant metadata.
  • Use Case: While working on a complex feature, you discover an elegant solution to a common bug. You can use this skill to immediately document it as a draft blog post, ensuring the knowledge isn't lost and can be shared later.

Quick Start

Use the note skill to create a draft blog post about dynamic import handling.

Frequently Asked Questions about note

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

FAQPage Schema
How do I create draft blog posts from project learnings and code snippets?

You can create draft blog posts from project learnings by capturing user-defined insights, code snippets, and project context to generate Markdown files with YAML frontmatter. This ensures your technical discoveries are documented and ready for sharing.

What is the best way to capture and document knowledge during a coding project?

The best way to capture and document knowledge is to transform project insights and solutions into draft blog posts. This prevents knowledge loss by generating structured Markdown files with relevant metadata and project context tags.

Do I need to configure a blog content directory before generating Markdown documentation?

Yes, you need to configure a blog content directory before generating Markdown documentation. This setup allows the system to properly save the draft blog posts with YAML frontmatter and apply tagging based on your specific project context.

Can I use project context to automatically tag generated Markdown files?

Yes, you can use project context to automatically tag generated Markdown files. The system supports tagging based on project context, allowing you to organize draft blog posts and captured learnings efficiently within your documentation workflow.

Does the generated blog draft include YAML frontmatter for static site generators?

Yes, the generated blog draft includes YAML frontmatter for static site generators. It creates Markdown files complete with this metadata, ensuring your documented project learnings are compatible with standard blogging platforms and documentation systems.