Score breakdown0 Version history1 Source
Category Weight Category score Contribution
Security prompt, exec, net, exfil, eval
35%
100
35.0 pts
Supply chain hash, typosquat, maintainer, lockfile
20%
100
20.0 pts
Maintenance staleness, pinning, CI
15%
100
15.0 pts
Transparency SKILL.md, perms, README
15%
100
15.0 pts
Community installs, verify, response
15%
100
15.0 pts
Findings & checks · 0 flagged
Security score 100 · 0 findings
✓ — All security checks passedNo findings in this category for the latest scan. pass
Supply chain score 100 · 0 findings
✓ — All supply chain checks passedNo findings in this category for the latest scan. pass
Maintenance score 100 · 0 findings
✓ — All maintenance checks passedNo findings in this category for the latest scan. pass
Transparency score 100 · 0 findings
✓ — All transparency checks passedNo findings in this category for the latest scan. pass
Community score 100 · 0 findings
✓ — All community checks passedNo findings in this category for the latest scan. pass
Every scanned point with the score it earned and what moved between them.
1 scans · 90 days 6e499d5 latest
Jun 26, 2026 100 6e499d5
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
skills/vb-project-setup/SKILL.md · 1 file skills/vb-project-setup/SKILL.md 2.9 KB · Markdown Rendered Raw ⧉ Copy
name : vb-project-setup
description : "クリーンなプロジェクト境界、再現性のある SDK 設定、ライブラリ・アプリ・テスト・CI・ローカル開発向けの保守しやすいベースラインを持つ VB.NET ソリューションを新規作成または再編成する。"
compatibility : "新規リポジトリ、または既存 VB.NET ソリューションの構造的リファクタリングに最適。"
VB.NET プロジェクトセットアップ 次の場面で起動 新規 VB.NET ソリューションを作成する、または既存ソリューションを再編成する Directory.Build.props、共有パッケージ管理、またはリポジトリ全体のデフォルト設定を構成するアプリ・ライブラリ・テストプロジェクトのプロジェクトレイアウトを定義する ワークフロー アプリモデルとデプロイターゲットを起点に、最小限の正しい SDK とターゲットフレームワークセットを選択する。 ソリューションフォルダとプロジェクト名は、一時的な実装の詳細ではなく、境界コンテキストや製品領域を反映する名前にする。 重複を減らすために、共有ビルド設定・アナライザールール・Nullable コンテキスト・パッケージバージョンを集中管理する。ただし重要な差異を隠さないよう注意する。 テストプロジェクトと CI フックを早期に作成し、新プロジェクトが未検証のテンプレートに留まらないようにする。 循環依存やユーティリティの「なんでも入れ場」ではなく、プロジェクト参照とコンポジションを優先する。 ワークフローが自明でない場合は、ローカルのビルド・テスト・実行手順をリポジトリドキュメントまたは AGENTS.md に記載する。 成果物 一貫したソリューション構造 理解しやすい共有ビルドデフォルト設定 将来の作業のための品質・テストの足がかり 検証 プロジェクトに明確な責務境界がある 共有 MSBuild 設定がプラットフォーム固有のニーズを意図せず上書きしていない 新たな貢献者が推測なしにリポジトリをビルドおよびテストできる 参考資料 patterns.md : ソリューションレイアウト規約、Directory.Build.props、Directory.Build.targets、Central Package Management、global.json、nuget.config、アナライザー、マルチターゲティング、SourceLinktemplates.md : コンソールアプリ・クラスライブラリ・ASP.NET Core API・ワーカーサービス・Blazor・テストプロジェクト・.NET Aspire・gRPC サービス向けの dotnet new テンプレート