Skip to content

Commit bc031b3

Browse files
Merge pull request #37 from giuseppe-trisciuoglio/fix/typescript-code-review
fix typescript command and added react code review
2 parents c8dedc3 + aad2d8e commit bc031b3

File tree

6 files changed

+752
-9
lines changed

6 files changed

+752
-9
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"metadata": {
88
"description": "Developer Kit for building applications with Claude Code using best practices and patterns.",
9-
"version": "1.25.0"
9+
"version": "1.25.1"
1010
},
1111
"plugins": [
1212
{

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Specialized AI assistants for specific development domains.
5959
|-------------------|---------------------------------------------------------------------------------------------------------------------|
6060
| Java/Spring Boot | `spring-boot-code-review-expert`, `java-refactor-expert`, `java-security-expert` |
6161
| TypeScript/NestJS | `nestjs-backend-development-expert`, `typescript-refactor-expert`, `nestjs-security-expert` |
62-
| React/Frontend | `react-frontend-development-expert`, `react-software-architect-review`, `expo-react-native-development-expert` |
62+
| React/Frontend | `react-frontend-development-expert`, `react-software-architect-review`, `expo-react-native-development-expert`, `devkit.react.code-review` |
6363
| Python | `python-code-review-expert`, `python-refactor-expert`, `python-security-expert`, `python-software-architect-expert` |
6464
| PHP/WordPress | `php-code-review-expert`, `php-refactor-expert`, `php-security-expert`, `php-software-architect-expert`, `wordpress-development-expert` |
6565
| AWS | `aws-solution-architect-expert`, `aws-cloudformation-devops-expert`, `aws-architecture-review-expert` |
@@ -79,7 +79,7 @@ Workflow automation commands for development tasks.
7979
| Security | `/devkit.java.security-review`, `/devkit.ts.security-review`, `/devkit.generate-security-assessment` |
8080
| Spec Kit | `/speckit.check-integration`, `/speckit.optimize`, `/speckit.verify` |
8181
| GitHub | `/devkit.github.create-pr`, `/devkit.github.review-pr` |
82-
| TypeScript | `/devkit.typescript.code-review`, `/devkit.ts.security-review` |
82+
| TypeScript | `/devkit.typescript.code-review`, `/devkit.ts.security-review`, `/devkit.react.code-review` |
8383
| Documentation | `/devkit.generate-document`, `/devkit.generate-changelog`, `/devkit.write-a-minute-of-a-meeting` |
8484
| Workflow | `/devkit.feature-development`, `/devkit.fix-debugging`, `/devkit.refactor` |
8585

commands/CHANGELOG.md

Lines changed: 263 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,263 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Added
11+
- New features for the next release
12+
13+
### Changed
14+
- Changes in existing functionality
15+
16+
### Deprecated
17+
- Soon-to-be removed features
18+
19+
### Removed
20+
- Removed features
21+
22+
### Fixed
23+
- Bug fixes
24+
25+
### Security
26+
- Security improvements
27+
28+
## [v1.25.1] - 2026-02-05
29+
30+
### Fixed
31+
- Added wordpress-sage-theme skill to marketplace.json
32+
33+
## [v1.25.0] - 2026-02-01
34+
35+
### Added
36+
- PHP code review expert agent with Laravel/Symfony best practices
37+
- PHP refactor expert for clean code and SOLID principles
38+
- PHP security expert for vulnerability assessment and DevSecOps
39+
- WordPress development expert skill
40+
- PHP software architect expert skill
41+
42+
### Changed
43+
- Updated marketplace.json with new PHP agents and WordPress skills
44+
- Improved agent documentation structure
45+
46+
## [v1.24.0] - 2026-01-XX
47+
48+
### Added
49+
- TypeScript code review expert agent for Nx workspaces
50+
- React code review expert agent for frontend architecture
51+
- General code reviewer with confidence-based filtering
52+
- TypeScript documentation specialist
53+
- TypeScript software architect review expert
54+
55+
### Changed
56+
- Updated marketplace.json with new TypeScript and React agents
57+
58+
## [v1.23.0] - 2026-01-XX
59+
60+
### Added
61+
- Spring Boot code review expert agent
62+
- Spring Boot backend development expert
63+
- Spring Boot unit testing expert
64+
- Spring Boot Java security expert
65+
66+
### Changed
67+
- Consolidated Spring Boot documentation under skills/
68+
69+
## [v1.22.0] - 2026-01-XX
70+
71+
### Added
72+
- LangChain4j AI development expert skill
73+
- LangChain4j Spring Boot integration patterns
74+
- LangChain4j RAG implementation patterns
75+
- LangChain4j MCP server patterns
76+
77+
## [v1.21.0] - 2026-01-XX
78+
79+
### Added
80+
- AWS CloudFormation skill collection
81+
- CloudFormation Lambda, S3, EC2, VPC, RDS patterns
82+
- CloudFormation CloudWatch monitoring patterns
83+
- CloudFormation security and IAM patterns
84+
85+
## [v1.20.0] - 2026-01-XX
86+
87+
### Added
88+
- Docker expert skill for containerization
89+
- Docker Compose and multi-stage build patterns
90+
91+
## [v1.19.0] - 2026-01-XX
92+
93+
### Added
94+
- React Native/Expo development expert
95+
- Frontend design patterns and guidelines
96+
97+
## [v1.18.0] - 2026-01-XX
98+
99+
### Added
100+
- Prompt engineering skill
101+
- Document generation expert
102+
- RAG and chunking strategy skills
103+
104+
## [v1.17.0] - 2026-01-XX
105+
106+
### Added
107+
- Python software architect review expert
108+
- Python refactor expert
109+
- Python code review expert
110+
111+
## [v1.16.0] - 2026-01-XX
112+
113+
### Added
114+
- Java refactor expert
115+
- Java documentation specialist
116+
- Java software architect review expert
117+
118+
## [v1.15.0] - 2026-01-XX
119+
120+
### Added
121+
- Spring Boot Actuator skill with monitoring patterns
122+
- Spring Boot Cache skill
123+
- Spring Boot CRUD patterns
124+
- Spring Boot Dependency Injection patterns
125+
- Spring Boot Event-Driven Architecture patterns
126+
- Spring Boot REST API standards
127+
- Spring Boot Security JWT patterns
128+
- Spring Boot Test patterns with Testcontainers
129+
- Spring Data JPA skill
130+
131+
## [v1.14.0] - 2026-01-XX
132+
133+
### Added
134+
- AWS SDK Java v2 skills (S3, Lambda, DynamoDB, SQS, RDS, KMS, Secrets Manager)
135+
136+
## [v1.13.0] - 2026-01-XX
137+
138+
### Added
139+
- Unit testing skills collection
140+
- Unit test service layer, controller, utility methods
141+
- Unit test bean validation, configuration properties
142+
- Unit test exception handler, scheduled/async tasks
143+
- Unit test security authorization, parameterized tests
144+
- Unit test JSON serialization, WireMock REST API
145+
- Unit test boundary conditions, caching, mappers
146+
- Unit test application events
147+
148+
## [v1.12.0] - 2026-01-XX
149+
150+
### Added
151+
- NestJS security expert
152+
- NestJS database expert (Drizzle ORM)
153+
- NestJS testing expert
154+
- NestJS backend development expert
155+
156+
## [v1.11.0] - 2026-01-XX
157+
158+
### Added
159+
- General code explorer agent
160+
- General debugger agent
161+
- General refactor expert
162+
- General software architect
163+
164+
## [v1.10.0] - 2026-01-XX
165+
166+
### Added
167+
- Feature development workflow skill
168+
- LRA (Long-Running Agent) framework skills
169+
- Code review and security review skills
170+
- Document and meeting minutes generation
171+
172+
## [v1.9.0] - 2026-01-XX
173+
174+
### Added
175+
- AWS RDS Spring Boot integration skill
176+
177+
## [v1.8.0] - 2026-01-XX
178+
179+
### Added
180+
- Spring Boot resilience patterns with Resilience4j
181+
182+
## [v1.7.0] - 2026-01-XX
183+
184+
### Added
185+
- Spring Boot OpenAPI documentation skill
186+
187+
## [v1.6.0] - 2026-01-XX
188+
189+
### Added
190+
- Spring Boot Saga pattern for distributed transactions
191+
192+
## [v1.5.0] - 2026-01-XX
193+
194+
### Added
195+
- Spring Data Neo4j skill for graph databases
196+
197+
## [v1.4.0] - 2026-01-XX
198+
199+
### Added
200+
- Spring AI MCP Server patterns
201+
- Qdrant vector store integration
202+
203+
## [v1.3.0] - 2026-01-XX
204+
205+
### Added
206+
- LangChain4j AI Services patterns
207+
- LangChain4j testing strategies
208+
- LangChain4j tool/function calling patterns
209+
- LangChain4j vector stores configuration
210+
211+
## [v1.2.0] - 2026-01-XX
212+
213+
### Added
214+
- TypeScript skills collection
215+
- TypeScript documentation, refactor, security
216+
- TypeScript code review, software architecture
217+
218+
## [v1.1.0] - 2026-01-XX
219+
220+
### Added
221+
- React frontend development expert
222+
- Tailwind CSS patterns
223+
- shadcn/ui component library
224+
225+
## [v1.0.0] - 2026-01-XX
226+
227+
### Added
228+
- Initial release of Developer Kit for Claude Code
229+
- Spring Boot patterns collection
230+
- JUnit testing patterns collection
231+
- LangChain4j patterns collection
232+
- AWS Java SDK patterns collection
233+
- Plugin marketplace configuration
234+
- Claude Code CLI integration
235+
236+
[Unreleased]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.25.1...HEAD
237+
[v1.25.1]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.25.0...v1.25.1
238+
[v1.25.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.24.0...v1.25.0
239+
[v1.24.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.23.0...v1.24.0
240+
[v1.23.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.22.0...v1.23.0
241+
[v1.22.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.21.0...v1.22.0
242+
[v1.21.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.20.0...v1.21.0
243+
[v1.20.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.19.0...v1.20.0
244+
[v1.19.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.18.0...v1.19.0
245+
[v1.18.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.17.0...v1.18.0
246+
[v1.17.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.16.0...v1.17.0
247+
[v1.16.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.15.0...v1.16.0
248+
[v1.15.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.14.0...v1.15.0
249+
[v1.14.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.13.0...v1.14.0
250+
[v1.13.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.12.0...v1.13.0
251+
[v1.12.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.11.0...v1.12.0
252+
[v1.11.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.10.0...v1.11.0
253+
[v1.10.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.9.0...v1.10.0
254+
[v1.9.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.8.0...v1.9.0
255+
[v1.8.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.7.0...v1.8.0
256+
[v1.7.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.6.0...v1.7.0
257+
[v1.6.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.5.0...v1.6.0
258+
[v1.5.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.4.0...v1.5.0
259+
[v1.4.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.3.0...v1.4.0
260+
[v1.3.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.2.0...v1.3.0
261+
[v1.2.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.1.0...v1.2.0
262+
[v1.1.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/compare/v1.0.0...v1.1.0
263+
[v1.0.0]: https://github.com/giuseppe-trisciuoglio/developer-kit/releases/tag/v1.0.0

0 commit comments

Comments
 (0)