Install
$ agentstack add skill-eaglesakura-agent-skills-markdown-fix ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Author: eaglesakura
- Source: eaglesakura/agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.