create-note

Create draft blog posts from project learnings with optional tags.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of documenting learnings, insights, and drafting blog posts directly from your coding projects, saving you time and effort in content creation.

Core Features & Use Cases

  • Capture Learnings: Easily save valuable insights discovered during development.
  • Draft Blog Posts: Generate initial drafts of blog content based on project learnings.
  • Contextual Tagging: Automatically suggests relevant tags based on your project.
  • Use Case: While working on a new feature, you discover an elegant solution to a common problem. Use /note to capture this insight, which then becomes a draft blog post with relevant tags, ready for further refinement.

Quick Start

Use the create-note skill to capture your learnings from the current project and draft a blog post.

Frequently Asked Questions about create-note

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

FAQPage Schema
How do I draft blog posts from project learnings and coding insights?

Drafting blog posts from project learnings involves capturing coding discoveries and problem-solving techniques, which this Skill converts into initial content drafts saved to a configured content directory.

What is the best way to document code snippets and tag them during development?

Documenting code snippets during development is handled by capturing insights and optionally including code snippets, while automatically generating relevant contextual tags based on the project's environment.

Do I need a specific content directory configured to save draft blog posts?

Yes, saving draft blog posts requires configuring a BLOG_CONTENT_DIR environment variable to define the target directory where your drafted documentation and content will be stored.

Can I generate contextual tags automatically based on my project context?

Generating contextual tags automatically is supported by analyzing your project context, providing relevant tag suggestions directly within the generated draft blog post for easier content organization.

Does this documentation approach work for capturing insights without writing full content?

Capturing insights without writing full content is possible because the Skill generates initial drafts, allowing you to save raw problem-solving techniques and refine the blog post later.

What are the limitations when drafting content from project discoveries?

The main limitation when drafting content is that it requires a predefined BLOG_CONTENT_DIR for saving files, and the generated drafts serve as initial frameworks requiring further manual refinement.