スキル一覧に戻る
robertbagge

markdown-writer

by robertbagge

2🍴 0📅 2025年11月27日
GitHubで見るManusで実行

SKILL.md


name: markdown-writer description: Write markdown content to file paths using the MCP markdown-writer server. Use when you need to save generated markdown content to a file, especially in contexts where (1) The Write tool is unavailable or restricted, (2) You need guaranteed atomic writes with verification, (3) Writing markdown files for documentation, reports, or research outputs, (4) An agent needs to persist markdown without user permission prompts. allowed-tools: mcp__markdown-writer__write, mcp__markdown-writer__verify

Markdown Writer

Write markdown content to disk reliably using the MCP markdown-writer server with atomic writes and verification.

Usage

Write a file

Use the mcp__markdown-writer__write tool directly:

Example:

Use mcp__markdown-writer__write to write the following content to /path/to/file.md:

# Your Markdown Content

Multi-line content works fine.

## Sections supported
- Lists
- Code blocks
- All markdown features

Parameters:

  • path: Absolute path (e.g., /tmp/test.md) or relative path from repository root (e.g., docs/test.md)
  • content: Markdown content to write

Verify a file (optional)

Use the mcp__markdown-writer__verify tool:

Example:

Use mcp__markdown-writer__verify to check /path/to/file.md

Parameters:

  • path: Absolute path (e.g., /tmp/test.md) or relative path from repository root (e.g., docs/test.md)

Key Behaviors

  • Creates parent directories automatically
  • Overwrites existing files without prompting
  • Atomic writes via temporary files and rename
  • Supports absolute paths (e.g., /tmp/file.md) and relative paths from repository root (e.g., docs/file.md)
  • Path validation prevents traversal attacks (../)
  • Returns file size and statistics

When to Use This Skill

Use this skill when:

  • You need to write markdown files from within an agent/subagent
  • The Write tool is restricted or unavailable
  • You need guaranteed atomic writes
  • You're generating documentation, reports, or research outputs
  • You want to avoid user permission prompts for file writes

Notes

  • The MCP server handles all file operations
  • No external Python dependencies required
  • All operations are logged for debugging

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です