원클릭으로
markdown-formatter
Automated validation, reporting, and fixing for Markdown documents using markdownlint, prettier and md_table_tool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Automated validation, reporting, and fixing for Markdown documents using markdownlint, prettier and md_table_tool.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
| name | markdown-formatter |
| description | Automated validation, reporting, and fixing for Markdown documents using markdownlint, prettier and md_table_tool. |
| metadata | {"version":"1.0.0","author":"markdown-writer-specialist"} |
This skill provides automated validation, reporting, and fixing for Markdown documents. It is intended to be invoked by agents (notably markdown-writer-specialist) and via CLI to ensure consistent, lint-compliant Markdown.
| Tool | Purpose | Command |
|---|---|---|
markdownlint-cli | Lint and auto-fix Markdown | npx markdownlint-cli |
prettier | Reflow paragraphs and format | npx prettier --write |
md_table_tool.py | Fix table alignment | python3 skills/md-table-fixer/scripts/md_table_tool.py |
# Lint (report only)
npx markdownlint-cli <file_or_directory>
# Auto-fix markdownlint fixable issues
npx markdownlint-cli --fix <file_or_directory>
# Reflow paragraphs using prettier (recommended for MD013)
npx prettier --write --prose-wrap always <file>
# Detect table issues
python3 skills/md-table-fixer/scripts/md_table_tool.py detect <file_or_directory>
# Fix table alignment
python3 skills/md-table-fixer/scripts/md_table_tool.py fix <file_or_directory>
draft.mdlint command. If exit_code != 0 then:
fix commandtable_fix to correct tableslint to gather remaining issuesremaining_errors in a partial response to the user--fix)prettiermd_table_tool.pyBefore:
# Title
Content here
After:
# Title
Content here
Before:
Text
- Item 1
- Item 2
More text
After:
Text
- Item 1
- Item 2
More text
Use prettier to reflow:
npx prettier --write --prose-wrap always <file>
Use md_table_tool.py:
python3 skills/md-table-fixer/scripts/md_table_tool.py fix <file>
The skill returns machine-friendly YAML/JSON payloads matching the following schemas:
status: success
errors_before: 8
errors_after: 0
actions_taken:
- "markdownlint --fix"
status: partial
errors_before: 12
errors_after: 4
remaining_errors:
- line: 10
rule: MD013
message: "Line length: 200 (max 120)"
actions_taken:
- "markdownlint --fix"
status: error
error_message: "Configuration file not found"
hint: "Check .markdownlint.json exists"
prettier reflow may alter semantics in edge cases — review changes before committingmd_table_tool.py)This skill is primarily used by markdown-writer-specialist to validate and fix generated Markdown documents.
markdownlint-cli (npm package)prettier (optional but recommended)skills/md-table-fixer/scripts/md_table_tool.pyUse .markdownlint.json in repo root to control lint rules.
Slide layout library for PPT HTML slides - indexed layout contracts, selection rules, constraints, templates, and page budget guidance.
Detect document domain (14 domains: software/hardware/manufacturing/standards/biotech/business/energy/data_science/automotive/cloud_infrastructure/telecom/iot/medical_devices/security) via keyword matching. Supports multi-domain documents and confidence scoring.
Detect and fix Markdown table alignment issues (MD060) with display-width awareness for CJK characters.
Persistent memory management for AI agents - 3-tier file-based memory system with mandatory L1 raw logs and optional L2/L3 extraction.
Browser-first news retrieval with paywall-aware stop policy, combining DuckDuckGo Lite discovery and RSS feeds.
Brand-style design system for PPT HTML slides - single source of truth for 6 reusable style profiles, including consulting-style and editorial-briefing styles.
SOC 직업 분류 기준