Skip to content

Commit 398feab

Browse files
authored
Merge branch 'main' into feature/readme-generator
2 parents 52ab250 + 9df83a1 commit 398feab

8 files changed

Lines changed: 403 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"name": "voltagent-qa-sec",
3838
"source": "./categories/04-quality-security",
3939
"description": "Testing, security, and code quality experts - code review, penetration testing, QA automation",
40-
"version": "1.0.1",
40+
"version": "1.0.2",
4141
"category": "quality",
4242
"keywords": ["testing", "security", "code-review", "qa", "penetration-testing", "compliance"]
4343
},
@@ -68,10 +68,10 @@
6868
{
6969
"name": "voltagent-biz",
7070
"source": "./categories/08-business-product",
71-
"description": "Product management and business analysis - product strategy, project management, UX research",
72-
"version": "1.0.1",
71+
"description": "Product, legal, and business specialists - product strategy, licensing, project management, UX research",
72+
"version": "1.0.2",
7373
"category": "business",
74-
"keywords": ["product-management", "business-analysis", "ux", "scrum", "project-management"]
74+
"keywords": ["product-management", "business-analysis", "legal", "licensing", "ux", "scrum", "project-management"]
7575
},
7676
{
7777
"name": "voltagent-meta",

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Testing, security, and code quality experts.
184184

185185
- [**accessibility-tester**](categories/04-quality-security/accessibility-tester.md) - A11y compliance expert
186186
- [**ad-security-reviewer**](categories/04-quality-security/ad-security-reviewer.md) - Active Directory security and GPO audit specialist
187+
- [**ai-writing-auditor**](categories/04-quality-security/ai-writing-auditor.md) - AI writing pattern detector and rewriter
187188
- [**architect-reviewer**](categories/04-quality-security/architect-reviewer.md) - Architecture review specialist
188189
- [**chaos-engineer**](categories/04-quality-security/chaos-engineer.md) - System resilience testing expert
189190
- [**code-reviewer**](categories/04-quality-security/code-reviewer.md) - Code quality guardian
@@ -263,6 +264,7 @@ Product management and business analysis.
263264
- [**content-marketer**](categories/08-business-product/content-marketer.md) - Content marketing specialist
264265
- [**customer-success-manager**](categories/08-business-product/customer-success-manager.md) - Customer success expert
265266
- [**legal-advisor**](categories/08-business-product/legal-advisor.md) - Legal and compliance specialist
267+
- [**license-engineer**](categories/08-business-product/license-engineer.md) - Software licensing and compliance systems specialist
266268
- [**product-manager**](categories/08-business-product/product-manager.md) - Product strategy expert
267269
- [**project-manager**](categories/08-business-product/project-manager.md) - Project management specialist
268270
- [**sales-engineer**](categories/08-business-product/sales-engineer.md) - Technical sales expert
@@ -276,6 +278,7 @@ Product management and business analysis.
276278

277279
Agent coordination and meta-programming.
278280

281+
- [**airis-mcp-gateway**](https://github.com/agiletec-inc/airis-mcp-gateway) - Docker-based MCP multiplexer that aggregates 60+ tools behind 7 meta-tools, reducing context token usage by 97%. One command to start, auto-enables servers on demand
279282
- [**agent-installer**](categories/09-meta-orchestration/agent-installer.md) - Browse and install agents from this repository via GitHub
280283
- [**agent-organizer**](categories/09-meta-orchestration/agent-organizer.md) - Multi-agent coordinator
281284
- [**context-manager**](categories/09-meta-orchestration/context-manager.md) - Context optimization expert

categories/04-quality-security/.claude-plugin/plugin.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voltagent-qa-sec",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Testing, security, and code quality experts - code review, penetration testing, QA automation",
55
"author": {
66
"name": "VoltAgent Community",
@@ -11,6 +11,7 @@
1111
"agents": [
1212
"./accessibility-tester.md",
1313
"./ad-security-reviewer.md",
14+
"./ai-writing-auditor.md",
1415
"./architect-reviewer.md",
1516
"./chaos-engineer.md",
1617
"./code-reviewer.md",

categories/04-quality-security/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ Active Directory security specialist reviewing directory configuration, admin mo
2626

2727
**Use when:** Reviewing AD security posture, assessing privileged groups and delegation, tightening GPOs and auth settings, or planning hardening work to reduce lateral movement and domain compromise risk.
2828

29+
### [**ai-writing-auditor**](ai-writing-auditor.md) - AI writing pattern detector and rewriter
30+
Detects 34 categories of AI writing patterns in content and rewrites text to remove them. Uses a 103-entry tiered vocabulary (P0/P1/P2 severity), content-type profiles for LinkedIn, blogs, technical docs, investor emails, documentation, and casual formats, and produces a findings table with suggested fixes. Based on the open-source [avoid-ai-writing](https://github.com/conorbronsdon/avoid-ai-writing) skill.
31+
32+
**Use when:** Cleaning AI-assisted drafts before publishing, auditing documentation for machine-generated patterns, editing blog posts or release notes to read naturally, or running after a content-producing agent as a post-processing step.
33+
2934
### [**architect-reviewer**](architect-reviewer.md) - Architecture review specialist
3035
Architecture expert evaluating system designs for scalability, maintainability, and best practices. Identifies architectural risks and suggests improvements. Ensures long-term system health.
3136

@@ -91,6 +96,7 @@ Automation specialist building robust test frameworks. Expert in various testing
9196
| If you need to... | Use this subagent |
9297
|-------------------|-------------------|
9398
| Make apps accessible | **accessibility-tester** |
99+
| Remove AI writing patterns | **ai-writing-auditor** |
94100
| Review architecture | **architect-reviewer** |
95101
| Test system resilience | **chaos-engineer** |
96102
| Review code quality | **code-reviewer** |
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
name: ai-writing-auditor
3+
description: "Use this agent when you need to audit content for AI writing patterns and rewrite text to remove them."
4+
tools: Read, Write, Edit, Bash, Glob, Grep
5+
model: opus
6+
---
7+
8+
You are an AI writing auditor that detects and removes machine-generated writing patterns ("AI-isms") from text content. Your goal is to make AI-assisted writing sound natural and human.
9+
10+
When invoked:
11+
1. Read the provided content
12+
2. Audit it for AI writing patterns across 34 detection categories
13+
3. Rewrite the content with all AI-isms removed
14+
4. Show a diff summary listing what changed and why
15+
16+
## Detection Categories
17+
18+
### Formatting patterns
19+
- Em dashes: replace with commas, periods, or sentence breaks. Target: zero. Hard max: one per 1,000 words.
20+
- Bold overuse: strip bold from most phrases. One bolded phrase per major section at most.
21+
- Emoji in headers: remove entirely. Social posts may use one or two sparingly at line ends.
22+
- Excessive bullet lists: convert to prose paragraphs. Bullets only for genuinely list-like content.
23+
24+
### Sentence structure patterns
25+
- "It's not X, it's Y" constructions: rewrite as direct positive statements
26+
- Hollow intensifiers: cut "genuine," "truly," "quite frankly," "let's be clear," "it's worth noting that"
27+
- Hedging: cut "perhaps," "could potentially," "it's important to note that"
28+
- Missing bridge sentences: each paragraph should connect to the last
29+
- Compulsive rule of three: vary groupings, max one triad pattern per piece
30+
31+
### Vocabulary (103-entry tiered system)
32+
33+
**Tier 1 (always replace):** Words that appear 5-20x more often in AI text than human text. Replace on sight.
34+
Examples: delve, landscape (metaphor), tapestry, realm, paradigm, embark, beacon, testament to, robust, comprehensive, cutting-edge, leverage, pivotal, seamless, game-changer, utilize, nestled, showcasing, deep dive, holistic, actionable, synergy
35+
36+
**Tier 2 (flag in clusters):** Individually fine, but two or more in the same paragraph signals AI origin.
37+
Examples: harness, navigate, foster, elevate, unleash, streamline, empower, bolster, spearhead, resonate, revolutionize, facilitate, nuanced, crucial, multifaceted, ecosystem (metaphor), myriad, cornerstone, paramount, transformative
38+
39+
**Tier 3 (flag by density):** Common words AI overuses. Flag when they exceed roughly 3% of total word count.
40+
Examples: significant, innovative, effective, dynamic, scalable, compelling, unprecedented, exceptional, remarkable, sophisticated, instrumental, world-class
41+
42+
## Content-Type Profiles
43+
44+
Strictness adjusts by format:
45+
- **LinkedIn posts:** relaxed on formatting and structure, strict on vocabulary
46+
- **Blog/newsletter:** all rules at full strength (default)
47+
- **Technical blog:** relaxed on hedging and some Tier 2 words with legitimate technical meaning
48+
- **Investor emails:** extra strict on promotional language and significance inflation
49+
- **Documentation:** relaxed overall, clarity over voice
50+
- **Casual:** only flag P0 credibility killers
51+
52+
## Severity Levels
53+
- **P0 (credibility killers):** Cutoff disclaimers, chatbot artifacts, vague attributions, significance inflation
54+
- **P1 (obvious AI smell):** Tier 1 vocabulary, template phrases, "let's" openers, synonym cycling, formulaic openings, bold overuse, em dash frequency
55+
- **P2 (stylistic polish):** Generic conclusions, rule of three, uniform paragraph length, copula avoidance, transition phrases
56+
57+
## Audit Output Format
58+
59+
For each piece of content, produce:
60+
61+
1. **Findings table:** Each AI-ism found, its severity (P0/P1/P2), the exact text, and a suggested fix
62+
2. **Rewritten version:** The full content with all issues fixed
63+
3. **Change summary:** What was changed and why, grouped by category
64+
65+
## Source
66+
67+
Based on the open-source avoid-ai-writing skill:
68+
https://github.com/conorbronsdon/avoid-ai-writing (MIT license)
69+
70+
Adapted from brandonwise/humanizer vocabulary research for the tiered detection system.
71+
72+
## Integration with other agents
73+
74+
- Pair with any content-producing agent to clean output before delivery
75+
- Run after code-reviewer when reviewing documentation or comments
76+
- Use with compliance-auditor when checking customer-facing copy
77+
- Apply to README files, API docs, blog posts, release notes, and any prose output

categories/08-business-product/.claude-plugin/plugin.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "voltagent-biz",
3-
"version": "1.0.1",
4-
"description": "Product management and business analysis - product strategy, project management, UX research",
3+
"version": "1.0.2",
4+
"description": "Product, legal, and business specialists - product strategy, licensing, project management, UX research",
55
"author": {
66
"name": "VoltAgent Community",
77
"url": "https://github.com/VoltAgent"
@@ -13,6 +13,7 @@
1313
"./content-marketer.md",
1414
"./customer-success-manager.md",
1515
"./legal-advisor.md",
16+
"./license-engineer.md",
1617
"./product-manager.md",
1718
"./project-manager.md",
1819
"./sales-engineer.md",

categories/08-business-product/README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Use these subagents when you need to:
1111
- **Create content** that drives engagement
1212
- **Manage customer relationships** and success
1313
- **Ensure legal compliance** in technical decisions
14+
- **Design licensing strategy** for open source and commercial distribution
1415
- **Manage projects** effectively with Agile methods
1516
- **Bridge technical and business** communication
1617

@@ -36,6 +37,11 @@ Legal expert navigating technology law and compliance. Masters privacy regulatio
3637

3738
**Use when:** Reviewing terms of service, ensuring data privacy compliance, understanding licensing, managing intellectual property, or assessing legal risks.
3839

40+
### [**license-engineer**](license-engineer.md) - Software licensing and compliance systems specialist
41+
Licensing systems expert designing OSS and proprietary licensing architectures for software products. Masters license selection, dependency compliance pipelines, dual-licensing strategies, and deployment risk controls. Protects commercialization options while preserving ethical open-source practices.
42+
43+
**Use when:** Selecting open source licenses, designing dual-licensing models, auditing dependency compatibility, implementing notice and attribution workflows, or preparing software for SaaS, enterprise, app store, or embedded distribution.
44+
3945
### [**product-manager**](product-manager.md) - Product strategy expert
4046
Product visionary defining what to build and why. Expert in market analysis, user needs, and product strategy. Drives product success from conception to market leadership.
4147

@@ -74,6 +80,7 @@ User research specialist uncovering user needs and behaviors. Expert in research
7480
| Create content | **content-marketer** |
7581
| Retain customers | **customer-success-manager** |
7682
| Handle legal matters | **legal-advisor** |
83+
| Design software licensing | **license-engineer** |
7784
| Shape product vision | **product-manager** |
7885
| Manage projects | **project-manager** |
7986
| Support sales | **sales-engineer** |
@@ -95,6 +102,11 @@ User research specialist uncovering user needs and behaviors. Expert in research
95102
- **technical-writer** for docs
96103
- **customer-success-manager** for retention
97104

105+
**Legal and Licensing:**
106+
- **legal-advisor** for contracts, privacy, and regulatory interpretation
107+
- **license-engineer** for OSS strategy, dual-licensing, and dependency compliance
108+
- **product-manager** for monetization and packaging decisions
109+
98110
**Agile Teams:**
99111
- **scrum-master** for process
100112
- **product-manager** for priorities
@@ -126,4 +138,4 @@ User research specialist uncovering user needs and behaviors. Expert in research
126138
- **Legal compliance:** Consider regulations early
127139
- **Business value focus:** Technology serves business goals
128140

129-
Choose your business & product specialist and build products that matter!
141+
Choose your business & product specialist and build products that matter!

0 commit comments

Comments
 (0)