Install
$ agentstack add skill-eaglesakura-agent-skills-markdown-documentation ✓ 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
ドキュメンテーション / 技術文書の記載
技術ドキュメントの読み手は後続の実装・レビュー Agent である。 文体・必須セクション・実在コード引用を揃えることで、検索(markdown-search)とレビューが安定する。
いつ使うか / 使わないか
- 使う:
docs/等の技術文書、アーキテクチャ・規約・ナレッジの作成更新 - 使わない:
.ai-agent/plan/の要件・詳細設計(engineer.*)、単なる lint 修正(markdown-fix)、探索のみ(markdown-search)
ひな形は [assets/template.md](./assets/template.md) を起点にする。
基本方針
- 「である」調で簡潔に書く
- 本文は
DO/推奨を示し、DO NOTはナレッジベース(や example)に寄せる - 実装例は実在コードを優先し、架空コードで埋めない
必須構造
- 概要(冒頭)— 目的・役割・特徴・関連コンポーネント
- 原則・規則(必要な数だけ)— 各原則に次を付ける
${原則名}の補足(意図・利点・注意・例外)${原則名}の実装例(良い例必須、悪い例は必要時)
- ナレッジベース(末尾付近、参考リンクの直前)—
### DO:/### DO NOT: - 参考リンク(Web を参照した場合)— URL は `` 形式
見出しは文書内で一意にする(「補足」「実装例」の重複を避ける)。階層は最大 4、飛ばさない。
作業手順
- 既存コードと類似ドキュメントを調査する(必要なら先に
markdown-search) - テンプレートに沿いドラフトを書く
- コード引用・パスは [references/code-blocks.md](./references/code-blocks.md) に従う
- 作図・パス表記は [references/diagrams-and-paths.md](./references/diagrams-and-paths.md) に従う
- 必須セクションと見出し一意性を確認する
- [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.
- 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.