AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Markdown Fix

skill-eaglesakura-agent-skills-markdown-fix · by eaglesakura

>-

No reviews yet
0 installs
30 views
0.0% view→install

Install

$ agentstack add skill-eaglesakura-agent-skills-markdown-fix

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-eaglesakura-agent-skills-markdown-fix)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Markdown Fix? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Markdown / Fix Lint, Fix Format

書式が揃っていると markdown-search の見出し抽出やレビュー差分が安定する。 内容の設計は別 SKILL に任せ、ここでは lint / format に集中する。

いつ使うか

  • *.md 作成・更新の直後
  • 「整形」「lint」「フォーマット」依頼
  • ディレクトリ配下の Markdown をまとめて直すとき

入力

  • 対象ファイル、またはディレクトリ(配下のすべての *.md
find "path/to/directory/" -name "*.md"

手順

基本ツールは npx markdownlint-cli2。 コマンド実行時は、プロジェクト規定のツールチェイン(あれば)に従う。

ステップ1. 自動修正

npx markdownlint-cli2 --fix path/to/markdown_file.md

複数ファイル・ディレクトリも同様にパスを渡す。

ステップ2. 残件の手修正

  • --fix で消えない警告はメッセージを読み、個別に直す
  • 技術文書の見出しルール(重複見出し・言語タグ等)は markdown-documentation の lint リファレンスを参照してよい

ステップ3. 再実行

  • 手修正後にもう一度ステップ1を実行し、警告ゼロを目指す

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.