·tsdoc-comments

パブリック API を文書化するときに使用します。ライブラリコードを記述するときに使用します。 JSDoc スタイルのコメントを使用する場合に使用します。ドキュメントを作成するときに使用します。複合型を説明するときに使用します。

7インストール·0トレンド·@marius-townhouse

インストール

$npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tsdoc-comments

SKILL.md

TSDoc is the standard for documenting TypeScript code. It extends JSDoc with TypeScript-specific features like generic type parameters (@template). Good documentation explains not just what code does, but why, and helps users understand your API through IDE tooltips and generated docs.

Well-documented code reduces support burden and improves developer experience for your API consumers.

Document public APIs with TSDoc. Explain what, why, and provide examples. Use @template for generic type parameters.

パブリック API を文書化するときに使用します。ライブラリコードを記述するときに使用します。 JSDoc スタイルのコメントを使用する場合に使用します。ドキュメントを作成するときに使用します。複合型を説明するときに使用します。 ソース: marius-townhouse/effective-typescript-skills。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tsdoc-comments
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-05
更新日
2026-02-18

クイックアンサー

tsdoc-comments とは?

パブリック API を文書化するときに使用します。ライブラリコードを記述するときに使用します。 JSDoc スタイルのコメントを使用する場合に使用します。ドキュメントを作成するときに使用します。複合型を説明するときに使用します。 ソース: marius-townhouse/effective-typescript-skills。

tsdoc-comments のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/marius-townhouse/effective-typescript-skills --skill tsdoc-comments インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/marius-townhouse/effective-typescript-skills