Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
kongyo-ts-react-doctor logo

kongyo-ts-react-doctor

kongyo-ts-react-doctor

OtherClaude Codeby kongyo2

Summary

React/TypeScript プロジェクトで react-doctor を実行して診断する

Install to Claude Code

/plugin install kongyo-ts-react-doctor@kongyo-ts-react-doctor

Run in Claude Code. Add the marketplace first with /plugin marketplace add kongyo2/kongyo-ts-react-doctor if you haven't already.

README.md

kongyo-ts-react-doctor

TypeScript React プロジェクトを react-doctor で診断するための Claude Code プラグインです。診断結果を鵜呑みにせず、コード文脈に照らして必要な修正だけを行うことを目的とした skill kongyo-ts-react-doctor を収録しています。

React の変更後、レビュー前、バグ修正後、品質確認時に呼び出してください。

収録スキル

| Skill | 用途 | |---|---| | kongyo-ts-react-doctor | リポジトリルートで npx -y react-doctor@latest . --verbose をそのまま実行し、正常完了/不完全実行を切り分けた上で、確度と重要度の高い指摘だけをコード文脈と突き合わせて修正する |

skill の詳細は kongyo-ts-react-doctor/SKILL.md を参照してください。

インストール

Claude Code のマーケットプレイスから導入

Claude Code は プラグインマーケットプレイス経由でプラグインを配布 できます。本リポジトリは .claude-plugin/marketplace.json を含むため、そのままマーケットプレイスとして追加できます。

Claude Code を起動して次のコマンドを実行してください。

/plugin marketplace add kongyo2/kongyo-ts-react-doctor
/plugin install kongyo-ts-react-doctor@kongyo-ts-react-doctor

対話的に選びたい場合は、マーケットプレイス追加後に /plugin を開き、Discover タブから kongyo-ts-react-doctor を選択してインストールできます。インストール後に skill を反映するには /reload-plugins を実行してください。

vercel-labs/skills の npx skills CLI から導入

vercel-labs/skills が提供する npx skills CLI を使うと、Claude Code に限らず OpenCode / Codex / Cursor など多数のエージェントに同じ skill を配ることができます。

# GitHub shorthand(推奨)
npx skills add kongyo2/kongyo-ts-react-doctor

# 完全な GitHub URL を指定する場合
npx skills add https://github.com/kongyo2/kongyo-ts-react-doctor

使い方

インストール後、skill は description の trigger に該当する作業をすると自動的に読み込まれます。明示的に呼び出したいときは会話で名前を挙げるだけで十分です。

kongyo-ts-react-doctor を使って、この React プロジェクトを診断して。

典型的な出番:

  • React コンポーネントや hook を変更した直後の品質チェック
  • PR レビュー前に dead code / lint / score をまとめて確認したいとき
  • バグ修正後に回帰が残っていないか機械的に拾いたいとき
  • No issues detected と出たときに、本当に完全実行だったのかを切り分けたいとき

ライセンス

MIT

Related plugins

Browse all →