From ffebc4b31756ff972febe80e4d651f22c72f8394 Mon Sep 17 00:00:00 2001 From: t34wrj <34412560+t34wrj@users.noreply.github.com> Date: Thu, 31 Jul 2025 07:49:26 +0100 Subject: [PATCH] Update README.md to reflect addition of legal advisor Updated number of specialised subagents and included 2 specific references to legal advisor subagent. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a320819..162260c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A comprehensive collection of specialized AI subagents for [Claude Code](https:/ ## Overview -This repository contains 44 specialized subagents that extend Claude Code's capabilities. Each subagent is an expert in a specific domain, automatically invoked based on context or explicitly called when needed. +This repository contains 45 specialized subagents that extend Claude Code's capabilities. Each subagent is an expert in a specific domain, automatically invoked based on context or explicitly called when needed. ## Available Subagents @@ -65,6 +65,7 @@ This repository contains 44 specialized subagents that extend Claude Code's capa - **[content-marketer](content-marketer.md)** - Write blog posts, social media content, and email newsletters - **[sales-automator](sales-automator.md)** - Draft cold emails, follow-ups, and proposal templates - **[customer-support](customer-support.md)** - Handle support tickets, FAQ responses, and customer emails +- **[legal-advisor](legal-advisor.md)** - Draft privacy policies, terms of service, disclaimers, and legal notices ## Installation @@ -262,6 +263,7 @@ payment-integration → security-auditor → Validated implementation - **content-marketer**: SEO content, blog posts, social media, email campaigns - **sales-automator**: Cold emails, follow-ups, proposals, lead nurturing - **customer-support**: Support tickets, FAQs, help documentation, troubleshooting +- **legal-advisor** - Draft privacy policies, terms of service, disclaimers, and legal notices ## Best Practices @@ -325,4 +327,4 @@ If agents aren't working as expected: - [Claude Code Documentation](https://docs.anthropic.com/en/docs/claude-code) - [Subagents Documentation](https://docs.anthropic.com/en/docs/claude-code/sub-agents) -- [Claude Code GitHub](https://github.com/anthropics/claude-code) \ No newline at end of file +- [Claude Code GitHub](https://github.com/anthropics/claude-code)