Skip to content

Commit 28535fb

Browse files
authored
Fix: Update paths to github.com/laywill (#261)
* Fix: Update paths to github.com/laywill * Fix: mdlint CONTRIBUTING.md
1 parent 362528c commit 28535fb

19 files changed

Lines changed: 335 additions & 186 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 201 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,236 @@
11
{
2-
"name": "voltagent-subagents",
3-
"owner": {
4-
"name": "VoltAgent Community",
5-
"url": "https://github.com/VoltAgent"
6-
},
72
"metadata": {
8-
"version": "1.0.0",
9-
"description": "Curated collection of 127 specialized Claude Code subagents organized into 10 focused categories"
3+
"description": "Curated collection of specialized Claude Code subagents organized into focused categories",
4+
"version": "1.1.0"
5+
},
6+
"name": "laywill-subagents",
7+
"owner": {
8+
"name": "laywill",
9+
"url": "https://github.com/laywill"
1010
},
1111
"plugins": [
1212
{
13-
"name": "voltagent-core-dev",
14-
"source": "./categories/01-core-development",
15-
"description": "Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design",
16-
"version": "1.0.0",
1713
"category": "development",
18-
"keywords": ["backend", "frontend", "fullstack", "mobile", "api", "microservices"]
14+
"description": "Essential development subagents for everyday coding tasks - backend, frontend, fullstack, mobile, and API design",
15+
"keywords": [
16+
"api",
17+
"backend",
18+
"electron",
19+
"frontend",
20+
"fullstack",
21+
"graphql",
22+
"microservices",
23+
"mobile",
24+
"ui",
25+
"websocket"
26+
],
27+
"name": "laywill-core-dev",
28+
"source": "./categories/01-core-development",
29+
"version": "1.1.0"
1930
},
2031
{
21-
"name": "voltagent-lang",
22-
"source": "./categories/02-language-specialists",
23-
"description": "Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more",
24-
"version": "1.0.0",
2532
"category": "development",
26-
"keywords": ["python", "typescript", "golang", "rust", "java", "react", "vue", "angular"]
33+
"description": "Language-specific expert agents with deep framework knowledge - Python, TypeScript, Go, Rust, Java, and more",
34+
"keywords": [
35+
"angular",
36+
"cpp",
37+
"csharp",
38+
"django",
39+
"dotnet",
40+
"elixir",
41+
"flutter",
42+
"golang",
43+
"java",
44+
"javascript",
45+
"kotlin",
46+
"laravel",
47+
"nextjs",
48+
"php",
49+
"powershell",
50+
"python",
51+
"rails",
52+
"react",
53+
"rust",
54+
"spring-boot",
55+
"sql",
56+
"swift",
57+
"typescript",
58+
"vue"
59+
],
60+
"name": "laywill-lang",
61+
"source": "./categories/02-language-specialists",
62+
"version": "1.1.0"
2763
},
2864
{
29-
"name": "voltagent-infra",
30-
"source": "./categories/03-infrastructure",
31-
"description": "DevOps, cloud, and deployment specialists - Kubernetes, Terraform, AWS, Azure, GCP, and SRE",
32-
"version": "1.0.0",
3365
"category": "infrastructure",
34-
"keywords": ["devops", "kubernetes", "terraform", "aws", "azure", "gcp", "sre", "cloud"]
66+
"description": "DevOps, cloud, and deployment specialists - Kubernetes, Terraform, AWS, Azure, GCP, and SRE",
67+
"keywords": [
68+
"aws",
69+
"azure",
70+
"cloud",
71+
"database",
72+
"deployment",
73+
"devops",
74+
"gcp",
75+
"incident-response",
76+
"kubernetes",
77+
"network",
78+
"platform",
79+
"security",
80+
"sre",
81+
"terraform",
82+
"windows-server"
83+
],
84+
"name": "laywill-infra",
85+
"source": "./categories/03-infrastructure",
86+
"version": "1.1.0"
3587
},
3688
{
37-
"name": "voltagent-qa-sec",
38-
"source": "./categories/04-quality-security",
39-
"description": "Testing, security, and code quality experts - code review, penetration testing, QA automation",
40-
"version": "1.0.0",
4189
"category": "quality",
42-
"keywords": ["testing", "security", "code-review", "qa", "penetration-testing", "compliance"]
90+
"description": "Testing, security, and code quality experts - code review, penetration testing, QA automation",
91+
"keywords": [
92+
"accessibility",
93+
"ad-security",
94+
"architectural-review",
95+
"audit",
96+
"chaos-engineering",
97+
"code-review",
98+
"compliance",
99+
"debugging",
100+
"error-detection",
101+
"penetration-testing",
102+
"performance",
103+
"powershell-security",
104+
"qa",
105+
"security",
106+
"testing"
107+
],
108+
"name": "laywill-qa-sec",
109+
"source": "./categories/04-quality-security",
110+
"version": "1.1.0"
43111
},
44112
{
45-
"name": "voltagent-data-ai",
46-
"source": "./categories/05-data-ai",
47-
"description": "Data engineering, ML, and AI specialists - data pipelines, machine learning, LLM architecture",
48-
"version": "1.0.0",
49113
"category": "data",
50-
"keywords": ["data-engineering", "machine-learning", "ai", "llm", "mlops", "nlp"]
114+
"description": "Data engineering, ML, and AI specialists - data pipelines, machine learning, LLM architecture",
115+
"keywords": [
116+
"ai",
117+
"data-analytics",
118+
"data-engineering",
119+
"data-science",
120+
"database-optimization",
121+
"llm",
122+
"machine-learning",
123+
"mlops",
124+
"nlp",
125+
"postgresql",
126+
"prompts"
127+
],
128+
"name": "laywill-data-ai",
129+
"source": "./categories/05-data-ai",
130+
"version": "1.1.0"
51131
},
52132
{
53-
"name": "voltagent-dev-exp",
54-
"source": "./categories/06-developer-experience",
55-
"description": "Tooling and developer productivity experts - CLI tools, documentation, DX optimization",
56-
"version": "1.0.0",
57133
"category": "tooling",
58-
"keywords": ["developer-experience", "cli", "documentation", "tooling", "build", "dx"]
134+
"description": "Tooling and developer productivity experts - CLI tools, documentation, DX optimization",
135+
"keywords": [
136+
"build",
137+
"cli",
138+
"dependency-management",
139+
"developer-experience",
140+
"documentation",
141+
"dx",
142+
"git-workflow",
143+
"legacy-code",
144+
"mcp",
145+
"powershell-modules",
146+
"powershell-ui",
147+
"refactoring",
148+
"slack",
149+
"tooling"
150+
],
151+
"name": "laywill-dev-exp",
152+
"source": "./categories/06-developer-experience",
153+
"version": "1.1.0"
59154
},
60155
{
61-
"name": "voltagent-domains",
62-
"source": "./categories/07-specialized-domains",
63-
"description": "Domain-specific technology experts - blockchain, fintech, gaming, IoT, payments",
64-
"version": "1.0.0",
65156
"category": "specialized",
66-
"keywords": ["blockchain", "fintech", "gaming", "iot", "payments", "embedded"]
157+
"description": "Domain-specific technology experts - blockchain, fintech, gaming, IoT, payments",
158+
"keywords": [
159+
"api-documentation",
160+
"apps",
161+
"blockchain",
162+
"embedded",
163+
"fintech",
164+
"gaming",
165+
"iot",
166+
"m365",
167+
"mobile",
168+
"payments",
169+
"quantitative-finance",
170+
"risk-management",
171+
"seo"
172+
],
173+
"name": "laywill-domains",
174+
"source": "./categories/07-specialized-domains",
175+
"version": "1.1.0"
67176
},
68177
{
69-
"name": "voltagent-biz",
70-
"source": "./categories/08-business-product",
71-
"description": "Product management and business analysis - product strategy, project management, UX research",
72-
"version": "1.0.0",
73178
"category": "business",
74-
"keywords": ["product-management", "business-analysis", "ux", "scrum", "project-management"]
179+
"description": "Product management and business analysis - product strategy, project management, UX research",
180+
"keywords": [
181+
"business-analysis",
182+
"content-marketing",
183+
"customer-success",
184+
"legal",
185+
"product-management",
186+
"project-management",
187+
"sales",
188+
"scrum",
189+
"technical-writing",
190+
"ux",
191+
"wordpress"
192+
],
193+
"name": "laywill-biz",
194+
"source": "./categories/08-business-product",
195+
"version": "1.1.0"
75196
},
76197
{
77-
"name": "voltagent-meta",
78-
"source": "./categories/09-meta-orchestration",
79-
"description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation. Works best with other voltagent plugins installed.",
80-
"version": "1.0.0",
81198
"category": "orchestration",
82-
"keywords": ["multi-agent", "orchestration", "workflow", "coordination", "meta"]
199+
"description": "Agent coordination and meta-programming - multi-agent orchestration, workflow automation. Works best with other laywill plugins installed.",
200+
"keywords": [
201+
"agent-installation",
202+
"agent-organization",
203+
"context-management",
204+
"errors",
205+
"it-ops",
206+
"knowledge-management",
207+
"coordination",
208+
"performance",
209+
"task-management",
210+
"meta",
211+
"multi-agent",
212+
"orchestration",
213+
"workflow"
214+
],
215+
"name": "laywill-meta",
216+
"source": "./categories/09-meta-orchestration",
217+
"version": "1.1.0"
83218
},
84219
{
85-
"name": "voltagent-research",
86-
"source": "./categories/10-research-analysis",
87-
"description": "Research, search, and analysis specialists - market research, competitive analysis, trend forecasting",
88-
"version": "1.0.0",
89220
"category": "research",
90-
"keywords": ["research", "analysis", "market-research", "competitive-analysis", "trends"]
221+
"description": "Research, search, and analysis specialists - market research, competitive analysis, trend forecasting",
222+
"keywords": [
223+
"analysis",
224+
"competitive-analysis",
225+
"data-research",
226+
"market-research",
227+
"research",
228+
"search",
229+
"trends"
230+
],
231+
"name": "laywill-research",
232+
"source": "./categories/10-research-analysis",
233+
"version": "1.1.0"
91234
}
92235
]
93-
}
236+
}

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Thank you for your interest in contributing to this collection!
1717
### Subagent Requirements
1818

1919
Each subagent should include:
20+
2021
- Clear role definition
2122
- List of expertise areas
2223
- Required MCP tools (if any)
@@ -38,7 +39,7 @@ When you add a new agent, you MUST update these files:
3839
- Add detailed agent description in the "Available Subagents" section
3940
- Update the "Quick Selection Guide" table
4041
- If applicable, add to "Common Technology Stacks" section
41-
42+
4243
3. **Your Agent File** (e.g., `categories/02-language-specialists/your-agent.md`)
4344
- Follow the standard template structure
4445
- Include all required sections
@@ -88,4 +89,4 @@ Tools are Claude Code skills that enhance the catalog experience (discovery, bro
8889

8990
By contributing, you agree that your contributions will be licensed under the MIT License.
9091

91-
All subagents in this repository are provided "as is" without warranty. The maintainers do not audit or guarantee the security or correctness of any contribution and accept no liability for any issues arising from their use.
92+
All subagents in this repository are provided "as is" without warranty. The maintainers do not audit or guarantee the security or correctness of any contribution and accept no liability for any issues arising from their use.

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 VoltAgent
3+
Copyright (c) 2025 William Lay
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)