By nyoki
Audit and optimize Claude Code configuration (~/.claude/ and project .claude/)
Use this agent when you need to audit a user's Claude Code configuration for quality, consistency, and best practices. Supports both global (~/.claude/) and project-level (.claude/) configurations. <example> Context: User wants to check if their Claude Code setup is well-configured. user: "Claude Code の設定を見直したい" assistant: "cc-doctor エージェントで設定を監査します。" <commentary> The user wants a configuration audit. Use the cc-doctor agent for independent analysis. </commentary> </example> <example> Context: User has been using Claude Code for a while and suspects their config is bloated. user: "CLAUDE.md が長くなりすぎた気がする。最適化してほしい" assistant: "cc-doctor エージェントで設定全体を監査し、改善提案を出します。" <commentary> Config optimization request. The cc-doctor agent will analyze and suggest improvements. </commentary> </example> <example> Context: User wants to audit their project-level Claude Code configuration. user: "このプロジェクトの .claude/ 設定をチェックして" assistant: "cc-doctor エージェントでプロジェクトレベルの設定を監査します。" <commentary> Project-level config audit. The cc-doctor agent checks .claude/ in the current working directory. </commentary> </example> <example> Context: User just set up Claude Code and wants to verify their configuration. user: "初期設定が正しいか確認して" assistant: "cc-doctor エージェントで初期設定の妥当性を確認します。" <commentary> Initial setup verification. The cc-doctor agent checks against best practices. </commentary> </example>
Use this agent when you need to assess the Harness Engineering maturity of a user's Claude Code configuration. This agent evaluates hooks, feedback loops, evaluator patterns, session continuity, and overall HE readiness. <example> Context: User wants to check their HE maturity level. user: "/doctor --he" assistant: "cc-he-doctor エージェントで HE 成熟度を評価します。" <commentary> The user wants HE maturity assessment. Use cc-he-doctor for specialized HE analysis. </commentary> </example> <example> Context: User wants to know how to improve their harness. user: "ハーネスの改善点を教えて" assistant: "cc-he-doctor エージェントで現在の HE 成熟度を評価し、次のステップを提案します。" <commentary> Harness improvement request. Assess current state first, then recommend next steps. </commentary> </example> <example> Context: User wants to check HE maturity for a specific project. user: "/doctor project --he" assistant: "cc-he-doctor エージェントでプロジェクトの HE 成熟度を評価します。" <commentary> Project-scoped HE assessment. </commentary> </example>
This skill should be used when the user asks to "Claude Code の設定方法を知りたい", "~/.claude/ のベストプラクティスを教えて", ".claude/ の設定を整理したい", "how to configure Claude Code", "CLAUDE.md の書き方", or needs guidance on structuring their ~/.claude/ or project .claude/ directory for optimal Claude Code usage. This skill provides general guidance and best practices only. For auditing an actual configuration and getting specific improvement suggestions, use the `/doctor` command instead.
This skill should be used when the user asks about "Harness Engineering", "HE成熟度", "ハーネスエンジニアリング", "hooks のベストプラクティス", "AIエージェントの制御", "harness maturity", or needs guidance on implementing harness engineering patterns in their Claude Code setup. This skill provides conceptual guidance and best practices. For auditing the current HE maturity level, use the `/doctor --he` command instead.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
個人用に作成した Claude Code プラグインのコレクションです。用途が合えば自由にお使いください。
| プラグイン | 説明 |
|---|---|
| prompt-smith | Skill/Agent/Command/Plugin の作成・レビューツール |
| claude-config-doctor | ~/.claude/ の設定監査・改善提案ツール |
| aws-knowledge | AWS 関連の質問・調査時に AWS Knowledge MCP Server を自動活用 |
claude install gh:nyoki/my-claude-plugins
ローカルでプラグインを編集しながら使いたい場合はシンボリックリンクが便利です。
# リポジトリをクローン
git clone https://github.com/nyoki/my-claude-plugins.git
# prompt-smith をインストール
ln -s /path/to/my-claude-plugins/plugins/prompt-smith ~/.claude/plugins/prompt-smith
# claude-config-doctor をインストール
ln -s /path/to/my-claude-plugins/plugins/claude-config-doctor ~/.claude/plugins/claude-config-doctor
# aws-knowledge をインストール
ln -s /path/to/my-claude-plugins/plugins/aws-knowledge ~/.claude/plugins/aws-knowledge
# Claude Code を起動してバージョン確認
/prompt-smith:version
# 設定監査を実行
/claude-config-doctor:doctor
# AWS 関連の質問をすると自動で aws-expert エージェントが起動
my-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── prompt-smith/
│ ├── claude-config-doctor/
│ └── aws-knowledge/
└── README.md
npx claudepluginhub nyoki/my-claude-plugins --plugin claude-config-doctorClaude Code用のSkill/Agent/Command/Pluginの作成・レビューツールキット
AWS関連の質問・調査時にAWS Knowledge MCP Serverを自動活用するプラグイン
Audit and optimize Claude Code configurations with dynamic best-practice research
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
Estimate per-turn token cost of your .claude/ configuration and CLAUDE.md. Always-loaded vs path-scoped vs invoked-only, with top contributors. Use --api for exact counts via Anthropic's count_tokens endpoint.
Generate AI assistant configurations with environment detection, TDD options, local best-practices references, and multi-file sync
Diagnose and fix Claude Code configuration issues including plugin registry, settings, hooks, and MCP servers
Validates Claude Code configuration files for security, structure, and quality. Reviews CLAUDE.md, skills, agents, prompts, commands, and settings with comprehensive validation checklists.