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

Markdown Documentation

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

>-

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

Install

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

✓ 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-documentation)

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 Documentation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ドキュメンテーション / 技術文書の記載

技術ドキュメントの読み手は後続の実装・レビュー Agent である。 文体・必須セクション・実在コード引用を揃えることで、検索(markdown-search)とレビューが安定する。

いつ使うか / 使わないか

  • 使う: docs/ 等の技術文書、アーキテクチャ・規約・ナレッジの作成更新
  • 使わない: .ai-agent/plan/ の要件・詳細設計(engineer.*)、単なる lint 修正(markdown-fix)、探索のみ(markdown-search

ひな形は [assets/template.md](./assets/template.md) を起点にする。

基本方針

  • 「である」調で簡潔に書く
  • 本文は DO / 推奨 を示し、DO NOT はナレッジベース(や example)に寄せる
  • 実装例は実在コードを優先し、架空コードで埋めない

必須構造

  1. 概要(冒頭)— 目的・役割・特徴・関連コンポーネント
  2. 原則・規則(必要な数だけ)— 各原則に次を付ける
  • ${原則名}の補足(意図・利点・注意・例外)
  • ${原則名}の実装例(良い例必須、悪い例は必要時)
  1. ナレッジベース(末尾付近、参考リンクの直前)— ### DO: / ### DO NOT:
  2. 参考リンク(Web を参照した場合)— URL は `` 形式

見出しは文書内で一意にする(「補足」「実装例」の重複を避ける)。階層は最大 4、飛ばさない。

作業手順

  1. 既存コードと類似ドキュメントを調査する(必要なら先に markdown-search
  2. テンプレートに沿いドラフトを書く
  3. コード引用・パスは [references/code-blocks.md](./references/code-blocks.md) に従う
  4. 作図・パス表記は [references/diagrams-and-paths.md](./references/diagrams-and-paths.md) に従う
  5. 必須セクションと見出し一意性を確認する
  6. [references/lint-and-validation.md](./references/lint-and-validation.md) を確認し、仕上げに markdown-fix を実行する

アプリ基盤の書き方

  • 量産不要な基盤は「実装済み・詳細は参照先」と短く書く
  • 実装者が使う情報に焦点を当て、基盤内部の長文実装例は避ける

詳細リファレンス

| ファイル | 内容 | | --- | --- | | [references/code-blocks.md](./references/code-blocks.md) | コード引用・テンプレート・ディレクトリツリー | | [references/lint-and-validation.md](./references/lint-and-validation.md) | リンターと整合性チェック | | [references/diagrams-and-paths.md](./references/diagrams-and-paths.md) | Mermaid・相対パス |

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.