yuji0809

11 mods across 1 repository, 10 stars between them.

Architecture Agent

01

yuji0809/cc-recommender

Agent Claude Code

A coding agent that reviews a project's architecture and design rules for consistency. Architecture here means how parts of the code are organized and allowed to depend on one another.

10 3mo ago A 31 tokens original MIT

yuji0809/cc-recommender

Agent Claude Code

Agent "Dependabot Review Agent" from yuji0809/cc-recommender, covering dependabot review agent, 役割, 作業フロー, 1. 対象prの特定 and 2. 各prの情報収集.

10 3mo ago A 25 tokens original MIT

Documentation Agent

03

yuji0809/cc-recommender

Agent Claude Code

A coding agent that checks whether Markdown documentation matches the code. It focuses on files such as README files, CLAUDE.md, and Markdown documents in the docs folder.

10 3mo ago A 30 tokens original MIT

Security Agent

04

yuji0809/cc-recommender

Agent Claude Code

A coding security agent that reviews code for common security problems and suggests fixes. It checks areas such as secrets, input validation, shell commands, dependencies, and licenses.

10 3mo ago A 30 tokens original MIT

TDD Agent

05

yuji0809/cc-recommender

Agent Claude Code

A coding agent that follows test-driven development (TDD), a method where tests are written before the code they check. It works through failing tests, a minimal implementation, and cleanup in the Red-Green-Refactor cycle.

10 3mo ago A 32 tokens original MIT

TypeScript Agent

06

yuji0809/cc-recommender

Agent Claude Code

A software agent focused on reviewing TypeScript code, a typed version of JavaScript. It checks type safety, type definitions, function signatures, asynchronous return types, and error handling.

10 3mo ago A 33 tokens original MIT

dependabot-review

07

yuji0809/cc-recommender

Command Claude Code

A command for reviewing Dependabot pull requests. Dependabot is a service that automatically proposes updates to a project's packages and dependencies.

10 3mo ago A 18 tokens original MIT

pr-description-ja

09

yuji0809/cc-recommender

Command Claude Code

A command that reviews the current Git branch and drafts a pull request description in Japanese. A pull request is a request to merge code changes into another branch.

10 3mo ago A 25 tokens original MIT

pre-commit-check

10

yuji0809/cc-recommender

Command Claude Code

A pre-commit command that checks recent code changes for architecture, security, TypeScript, and documentation issues using four parallel review agents.

10 3mo ago A 31 tokens original MIT

yuji0809/cc-recommender

Instructions file

Development instructions for cc-recommender, an MCP server that analyzes a project and recommends suitable Claude Code skills, plugins, and MCP servers. It defines a layered code structure and file-level responsibility rules.

10 3mo ago A 4,539 tokens original MIT