company-skill 3.4.1 → 3.4.3
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 +3 -15
- package/banner.png +0 -0
- package/package.json +1 -1
- package/skill/SKILL.md +5 -5
package/README.md
CHANGED
|
@@ -1,12 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
|
|
5
|
-
██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
|
|
6
|
-
██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
|
|
7
|
-
██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
8
|
-
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
9
|
-
```
|
|
1
|
+
<p align="center">
|
|
2
|
+
<img src="banner.png" alt="COMPANY" width="700">
|
|
3
|
+
</p>
|
|
10
4
|
|
|
11
5
|
Give it a goal. The whole company works until it's done.
|
|
12
6
|
|
|
@@ -108,12 +102,6 @@ No source = rejected by reviewer.
|
|
|
108
102
|
## Visual Indicators
|
|
109
103
|
|
|
110
104
|
```
|
|
111
|
-
██████ ██████ ███ ███ ██████ █████ ███ ██ ██ ██
|
|
112
|
-
██ ██ ██ ████████ ██ ██ ██ ██ ████ ██ ██ ██
|
|
113
|
-
██ ██ ██ ██ ██ ██ ██████ ███████ ██ ████ ████
|
|
114
|
-
██ ██ ██ ██ ██ ██ ██ ██ ██ ███ ██
|
|
115
|
-
██████ ██████ ██ ██ ██ ██ ██ ██ ██ ██
|
|
116
|
-
|
|
117
105
|
════════════════════════════════════════════════
|
|
118
106
|
CYCLE 1 - THINK > EXECUTE > VERIFY
|
|
119
107
|
════════════════════════════════════════════════
|
package/banner.png
ADDED
|
Binary file
|
package/package.json
CHANGED
package/skill/SKILL.md
CHANGED
|
@@ -36,11 +36,11 @@ echo "Skills installed"
|
|
|
36
36
|
Step 2: Print banner as plain text (NOT Bash):
|
|
37
37
|
|
|
38
38
|
```
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
39
|
+
■■■■■■ ■■■■■■ ■■■ ■■■ ■■■■■■ ■■■■■ ■■ ■■ ■■ ■■
|
|
40
|
+
■■ ■■ ■■ ■■■■ ■■■■ ■■ ■■ ■■ ■■ ■■■ ■■ ■■ ■■
|
|
41
|
+
■■ ■■ ■■ ■■ ■■■■ ■■ ■■■■■■ ■■■■■■■ ■■ ■■ ■■ ■■■■
|
|
42
|
+
■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■■ ■■
|
|
43
|
+
■■■■■■ ■■■■■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■ ■■
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
Then check if COMPANY.md exists and report how many roles found. Check if playbook.md exists.
|