draft

Creates WordPress blog posts from a structured feed file, including metadata and body content.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/rejasupotaro/rejasupotaro.github.io --skill draft-rejasupotaro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: draft
Source: https://github.com/rejasupotaro/rejasupotaro.github.io/tree/main/.agent/skills/draft
Command: npx skills add https://github.com/rejasupotaro/rejasupotaro.github.io --skill draft-rejasupotaro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Converts structured knowledge from the research directory into professional, technical blog posts for the docs/ directory.

Core Features & Use Cases

  • Source Identification: Select topic directories under /research that are ready for promotion and review content in sources.md, logs.txt, and draft.md.
  • Content Synthesis: Distill key insights into a logical, neutral post structure, including bullets, tables, and diagrams as needed.
  • Writing the Post: Create a Markdown file in /docs/ with appropriate frontmatter and a clear narrative that mirrors the investigation.
  • Integration and Review: Register the new post in mkdocs.yml nav and prepare for a review cycle using the review skill.

Quick Start

Identify a topic in /research, draft a new post in /docs with metadata and a clean structure.

Frequently Asked Questions about draft

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

FAQPage Schema
How do I turn research notes into technical blog posts?

To turn research notes into technical blog posts, the Skill reads sources.md, logs.txt, and draft.md from your research directory, distills key insights, and writes a structured Markdown file into the docs directory. It synthesizes content using a neutral tone with proper citations.

How do I generate MkDocs blog posts from structured research files?

You can generate MkDocs blog posts by promoting a topic directory under /research. The Skill extracts insights from your structured files, creates a Markdown post in /docs with appropriate frontmatter, and registers the new page in mkdocs.yml nav.

What is the best way to structure technical writing for docs from research logs?

The best way to structure technical writing from research logs is to distill key insights into a logical narrative. The Skill mirrors your investigation structure, applying neutral tone, proper citations, and formatting elements like bullets, tables, and diagrams as needed.

Does the technical writing synthesis process support automatic mkdocs.yml registration?

Yes, the technical writing synthesis process includes automatic mkdocs.yml registration. After creating the Markdown file in the docs directory, the Skill integrates the new post into the mkdocs.yml navigation structure to prepare it for deployment.

Can I use draft notes to create a neutral tone technical blog post with citations?

Yes, you can use draft notes to create a technical blog post. The Skill reads draft.md alongside sources.md and logs.txt, synthesizing the content into a neutral tone post that includes proper citations and a clear narrative mirroring the investigation.