Expand Topic Markdown

Expand markdown outlines into comprehensive discussions with code examples.

Updated Jul 26, 2026
One-click install
npx skills add https://github.com/jvalinsky/garazyk --skill expand-topic-markdown
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Expand Topic Markdown
Source: https://github.com/jvalinsky/garazyk/tree/main/.agents/skills/expand_md_topic
Command: npx skills add https://github.com/jvalinsky/garazyk --skill expand-topic-markdown

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill transforms brief markdown outlines into comprehensive, well-structured discussions, ideal for generating detailed documentation, tutorials, or blog posts from high-level notes.

Core Features & Use Cases

  • Content Expansion: Takes a markdown file with an outline and fleshes it out into a complete document.
  • Research Integration: Can optionally use web searches or local code analysis to gather necessary information.
  • Use Case: You have a markdown file with just a few bullet points for a new feature documentation. This Skill will expand those points into a full explanation with examples and code snippets.

Quick Start

Expand the markdown file located at 'docs/new_feature_outline.md' into a comprehensive discussion.

Frequently Asked Questions about Expand Topic Markdown

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

FAQPage Schema
How do I expand a markdown outline into full documentation?

To expand a markdown outline into full documentation, provide the file path to the Skill. It fleshes out brief bullet points into a comprehensive discussion with introductions, detailed body sections, and conclusions using GitHub Flavored Markdown.

Can I generate a complete blog post from a markdown file with just bullet points?

Yes, you can generate a complete blog post from a markdown file of bullet points. The Skill transforms high-level notes into well-structured discussions, optionally incorporating web research and code snippets as needed.

How do I add code examples and research when expanding markdown content?

To add code examples and research when expanding markdown content, the Skill can optionally use web searches or local code analysis. It integrates these findings directly into the expanded body sections of your documentation.

Does this markdown expansion tool output GitHub Flavored Markdown?

Yes, this markdown expansion tool outputs GitHub Flavored Markdown. The generated comprehensive discussion, including all structured introductions, body sections, and conclusions, adheres strictly to this format.

What is the best way to turn feature outlines into detailed tutorials?

The best way to turn feature outlines into detailed tutorials is to process the markdown file through this Skill. It logically structures the expanded content and automatically integrates relevant code examples to explain new features comprehensively.