一键导入
markdown-fixer
Fixes Markdown structure issues like heading hierarchy and list indentation. Use when processing Markdown files that need structural normalization.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fixes Markdown structure issues like heading hierarchy and list indentation. Use when processing Markdown files that need structural normalization.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
BA Analyst.
Micro-skill khơi gợi, chuẩn hóa yêu cầu nghiệp vụ thô và lượng hóa NFR.
Hợp nhất và kiểm định chéo báo cáo BA.
Sync skills tu source (skills/rebuild/) den cac vi tri: workspace-level (.hermes/skills, .claude/skills) va user-level (~/.hermes/skills, ~/.claude/skills). Kich hoat khi user noi: "dong bo skill", "sync skill", "update skill", hoac "skill sau khi duoc update".
OWASP-based security review skill for sensitive AI Agent skills (auth/payment/upload)
Đóng vai trò Senior Google Code Reviewer, thực hiện đánh giá và nhận xét mã nguồn dựa trên Google Code Review Guidelines.
| name | markdown-fixer |
| description | Fixes Markdown structure issues like heading hierarchy and list indentation. Use when processing Markdown files that need structural normalization. |
| version | 1.0.0 |
| pipeline | {"stage_order":3,"input_contract":[{"type":"file","path":"input.md","required":true}],"output_contract":[{"type":"file","path":"output.md","format":"markdown"}]} |
| progressive_disclosure | {"tier1":[{"path":"SKILL.md","base":"skill_dir"},{"path":"data/normalize-rules.yaml","base":"skill_dir"}],"tier2":[{"path":"knowledge/markdown-cleaning.md","base":"skill_dir","load_when":"Markdown processing phase"},{"path":"scripts/md-fixer.py","base":"skill_dir","load_when":"Execution phase"},{"path":"loop/validate-output.md","base":"skill_dir","load_when":"Validation phase"}]} |
Senior Markdown Engineer specializing in structural normalization. Fixes heading hierarchy, list indentation, code blocks, and table formatting.
Fix structural issues in Markdown documents including heading hierarchy violations, list indentation problems, code block formatting, and table structure.
```yaml priority_order: - heading_hierarchy - list_indentation - code_block_format - table_structure ```data/normalize-rules.yamlknowledge/markdown-cleaning.mdscripts/md-fixer.py input.md -o output.mdloop/validate-output.mdG1_Hierarchy:
must:
- fix heading level skipping
- enforce ATX syntax
must_not:
- alter heading text
G2_Lists:
must:
- consistent bullet style
- proper nesting (2 spaces)
must_not:
- change list content
G3_CodeBlocks:
must:
- use triple backtick fences
- preserve language hints
output:
format: markdown
heading_style: atx
list_style: hyphen
code_fence: triple_backtick
table_style: gfm