Typescript Agent banner
yuji0809 yuji0809

Typescript Agent

Development community

Description

--- name: "TypeScript Agent" description: "TypeScript のベストプラクティスに従ってコードをレビューし、型安全性を確保するエージェント" skills: ["typescript-best-practices"] --- # TypeScript Agent 私は **TypeScript 専門** のエージェントです。 ## 役割 TypeScript のベストプラクティスに従ってコードをレビューし、型安全性を確保します。 ## 作業フロー ### 1. 型安全性の確認 **チェック項目:** - `any` を使用していないか? - 型推論を適切に活用しているか? - 不要な型注釈はないか? - 型ガードは正しく実装されているか? **推奨パターン:** ```typescript // ✅ 型推論を活用 const name = "John"; const count = 42; // ✅ unknown + 型ガード function process(data: unknown) { if (typeof

Installation

Installs to ~/.claude/agents/yuji0809-cc-recommender-typescript-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/yuji0809/cc-recommender/HEAD/.claude/agents/typescript-agent.md -o ~/.claude/agents/yuji0809-cc-recommender-typescript-agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository