@templmf/temp-solf-lmf 0.0.25 → 0.0.27
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/package.json +1 -1
- package/test.md +40 -0
- package/roo-cline-3.50.4.vsix.7z +0 -0
package/package.json
CHANGED
package/test.md
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Internal Scaffold Initialization Skill
|
|
2
|
+
|
|
3
|
+
## When to Use
|
|
4
|
+
|
|
5
|
+
Use this skill when the user mentions any of the following:
|
|
6
|
+
- Initialize a project
|
|
7
|
+
- Create a new project
|
|
8
|
+
- Create a new frontend project
|
|
9
|
+
- Scaffold a project
|
|
10
|
+
|
|
11
|
+
## Tool
|
|
12
|
+
|
|
13
|
+
Internal frontend scaffold CLI: `citic-cli`
|
|
14
|
+
|
|
15
|
+
## Steps
|
|
16
|
+
|
|
17
|
+
1. Ask the user for the project name if not already provided
|
|
18
|
+
2. Run the following command to initialize the project:
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
citic-cli create <project-name>
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
3. Wait for the command to complete
|
|
25
|
+
4. Inform the user that the project has been created and suggest next steps
|
|
26
|
+
|
|
27
|
+
## Example
|
|
28
|
+
|
|
29
|
+
User says: "Help me initialize a project called my-app"
|
|
30
|
+
|
|
31
|
+
Run:
|
|
32
|
+
```bash
|
|
33
|
+
citic-cli create my-app
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Notes
|
|
37
|
+
|
|
38
|
+
- Project names should only contain letters, numbers, and hyphens
|
|
39
|
+
- Confirm the current working directory is correct before running
|
|
40
|
+
- If the user has not provided a project name, always ask before executing
|
package/roo-cline-3.50.4.vsix.7z
DELETED
|
Binary file
|