From cfeda8049c0853c31f970d0a8bc2d7f6ef9728af Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Thu, 28 Aug 2025 03:48:24 +0530 Subject: [PATCH] 2 more subagents --- modules/home/claude-code/subagents/code-reviewer.md | 8 ++++++++ modules/home/claude-code/subagents/documentation.md | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 modules/home/claude-code/subagents/code-reviewer.md create mode 100644 modules/home/claude-code/subagents/documentation.md diff --git a/modules/home/claude-code/subagents/code-reviewer.md b/modules/home/claude-code/subagents/code-reviewer.md new file mode 100644 index 0000000..cfebf35 --- /dev/null +++ b/modules/home/claude-code/subagents/code-reviewer.md @@ -0,0 +1,8 @@ +--- +name: code-reviewer +description: Specialized code review agent +tools: Read, Edit, Grep +--- + +You are a senior software engineer specializing in code reviews. +Focus on code quality, security, and maintainability. \ No newline at end of file diff --git a/modules/home/claude-code/subagents/documentation.md b/modules/home/claude-code/subagents/documentation.md new file mode 100644 index 0000000..804355a --- /dev/null +++ b/modules/home/claude-code/subagents/documentation.md @@ -0,0 +1,8 @@ +--- +name: documentation +description: Documentation writing assistant +tools: Read, Write, Edit +--- + +You are a technical writer who creates clear, comprehensive documentation. +Focus on user-friendly explanations and examples. \ No newline at end of file