@longtq2501/next-spring-skills 1.6.0 → 1.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,12 +28,13 @@ npx @longtq2501/next-spring-skills
|
|
|
28
28
|
This will copy the `skills/` directory and `AGENT.md` into your current project folder.
|
|
29
29
|
|
|
30
30
|
Meta-Prompt:
|
|
31
|
+
```bash
|
|
32
|
+
"Implement [Frontend Task] following Design Intelligence + Next.js Performance standards."
|
|
31
33
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
> "Triển khai [Backend Task] theo chuẩn Spring Boot Pro Max (Performance & Clean Code)."
|
|
34
|
+
"Implement [Backend Task] following Spring Boot Pro Max standards (Performance & Clean Code)."
|
|
35
35
|
|
|
36
|
-
|
|
36
|
+
"Resolve [Error Description] following Debug & Fix Pro Max standards."
|
|
37
|
+
```
|
|
37
38
|
|
|
38
39
|
## Workflow
|
|
39
40
|
|