Typescript Agent
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
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 RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development