Skip to content

Commit 4aa10a8

Browse files
authored
Initial development (#494)
* Initial development * Bumping new version and adding new tests for system-prompts and skills that version from maven need to match with those files * Minor change * Adding license: Apache-2.0 to all Skills
1 parent 8131bf8 commit 4aa10a8

137 files changed

Lines changed: 1501 additions & 129 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cursor/rules/100-java-system-prompt-java-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: 100-java-system-prompt-java-list
33
metadata:
44
author: Juan Antonio Breña Moral
5-
version: 0.12.0
5+
version: 0.13.0-SNAPSHOT
66
---
77
# Create a Checklist with all Java steps to use with system prompts for Java
88

.cursor/rules/110-java-maven-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to improve your Maven pom.xml using best practice
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Maven Best Practices
1010

.cursor/rules/111-java-maven-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to think to add maven dependencies to your projec
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Add Maven dependencies for improved code quality
1010

.cursor/rules/112-java-maven-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to add or configure Maven plugins in your pom.xml
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Maven Plugins: pom.xml Configuration Best Practices
1010

.cursor/rules/113-java-maven-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to create a DEVELOPER.md file for a Maven project
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Create DEVELOPER.md for the Maven projects
1010

.cursor/rules/121-java-object-oriented-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to review, improve, or refactor Java code for obj
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Java Object-Oriented Design Guidelines
1010

.cursor/rules/122-java-type-design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to review, improve, or refactor Java code for typ
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Type Design Thinking in Java
1010

.cursor/rules/123-java-exception-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to apply Java exception handling best practices
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Java Exception Handling Guidelines
1010

.cursor/rules/124-java-secure-coding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to apply Java secure coding best practices — in
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Java Secure coding guidelines
1010

.cursor/rules/125-java-concurrency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use when you need to apply Java concurrency best practices — incl
44
license: Apache-2.0
55
metadata:
66
author: Juan Antonio Breña Moral
7-
version: 0.12.0
7+
version: 0.13.0-SNAPSHOT
88
---
99
# Java rules for Concurrency objects
1010

0 commit comments

Comments
 (0)