@joaosens/fullstack-prompts 1.0.0
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/.prompts/About.Me.md +188 -0
- package/.prompts/Backend.Rules.md +325 -0
- package/.prompts/Frontend.Rules.md +366 -0
- package/.prompts/Main.Context.md +165 -0
- package/.prompts/System.Example.md +2165 -0
- package/package.json +18 -0
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@joaosens/fullstack-prompts",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"description": "Production-grade Full Stack system instructions for Cursor and Continue. Transforms AI into a Senior Systems Architect specialized in FastAPI, React, Redis, and scalable microSaaS engineering.",
|
|
5
|
+
"files": [
|
|
6
|
+
".prompts"
|
|
7
|
+
],
|
|
8
|
+
"keywords": [
|
|
9
|
+
"continue",
|
|
10
|
+
"cursor",
|
|
11
|
+
"prompts",
|
|
12
|
+
"fastapi",
|
|
13
|
+
"react",
|
|
14
|
+
"architecture"
|
|
15
|
+
],
|
|
16
|
+
"author": "joaosens",
|
|
17
|
+
"license": "MIT"
|
|
18
|
+
}
|