Sub-skill of docx: Step 1: Convert to Markdown (+4).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill step-1-convert-to-markdown --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Step 1 Convert To Markdown?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-step-1-convert-to-markdown-workspace-hub)More formats (shields.io, HTML) on the badges page.
---
name: docx-step-1-convert-to-markdown
description: 'Sub-skill of docx: Step 1: Convert to Markdown (+4).'
version: 1.1.0
category: data
type: reference
scripts_exempt: true
---
# Step 1: Convert to Markdown (+4)
## Step 1: Convert to Markdown
```bash
pandoc document.docx -t markdown -o document.md
```
## Step 2: Plan Changes
Document the specific changes needed before implementation.
## Step 3: Apply Changes in Batches
Apply 3-10 related modifications at a time, preserving formatting.
## Step 4: Validate Changes
Ensure original formatting and unchanged content are preserved.
## Key Principle
When modifying text like "30 days" to "60 days", only mark the changed portion while preserving unchanged runs with their original RSID attributes.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.