用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/runceel/ai-dev-template --skill documentation-guide命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Provides up-to-date information about ASP.NET Core 10 and Blazor .NET 10 new features. Use when the user asks about Blazor .NET 10 capabilities, ASP.NET Core 10 features, OpenAPI, Minimal APIs, SignalR, or needs guidance on ASP.NET Core/Blazor .NET 10 specific features.
Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture" (new design) - "Analyze my current Azure infrastructure", "Draw a diagram for rg-xxx" (existing analysis) - "Foundry is slow", "I want to reduce costs", "Strengthen security" (natural language modification) - Azure resource deployment, Bicep template generation, IaC code generation - Microsoft Foundry, AI Search, OpenAI, Fabric, ADLS Gen2, Databricks, and all Azure services
Modular Monolith + Clean Architecture の設計ガイド。新しいモジュールの作成、画面の実装、機能追加を行う際には、必ずこのスキルを参照して従ってください。
基于 SOC 职业分类
正在显示 SKILL.md
| name | documentation-guide |
| description | ドキュメント作成時の共通ルール。Markdown ドキュメントを新規作成・更新する際には、必ずこのスキルを参照して従ってください。 |
本スキルは、リポジトリ内の Markdown ドキュメントを作成・更新する際に従うべきルールを定義する。
docs/ 配下の全ドキュメントREADME.mdセッション内部の作業用ファイル(
plan.md等)には適用しない。
構成例:
# ドキュメントタイトル
> メタ情報(対象システム、関連ドキュメントへのリンクなど)
---
## 概要
このドキュメントは〜を定義する。
### 主要なポイント(表や箇条書きで簡潔に)
| 項目 | 内容 |
|------|------|
| ... | ... |
---
## 1. 詳細セクション ...
├── 等)はコードブロックのままでよい(Mermaid 化不要)使い分け:
| 内容 | 記法 |
|---|---|
| フローチャート | flowchart TD / flowchart LR |
| シーケンス図 | sequenceDiagram |
| 依存関係・構成図 | graph LR / graph TD |
| クラス図 | classDiagram |
| ディレクトリツリー | コードブロック(```) |
#(H1)から ####(H4)まで使用可能。H5 以下は使用しない```csharp, ```mermaid 等)