@tamng0905/builder-essential-skills 0.1.0 → 0.1.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Tam Nguyen
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -7,44 +7,67 @@
7
7
  </p>
8
8
 
9
9
  <p align="center">
10
+ <a href="#install">Install</a> ·
10
11
  <a href="#pick-a-skill">Pick a skill</a> ·
11
- <a href="#get-started">Get started</a> ·
12
12
  <a href="#bring-your-own-workflow">Create a skill</a>
13
13
  </p>
14
14
 
15
+ ## Install
16
+
17
+ Install every skill for your user account:
18
+
19
+ ```bash
20
+ npx @tamng0905/builder-essential-skills
21
+ ```
22
+
23
+ Install into the repository you are currently in:
24
+
25
+ ```bash
26
+ npx @tamng0905/builder-essential-skills --project
27
+ ```
28
+
29
+ Install only one skill:
30
+
31
+ ```bash
32
+ npx @tamng0905/builder-essential-skills --skill lead
33
+ ```
34
+
35
+ Add `--project` to that command to install the selected skill into the current
36
+ repository. Restart Claude Code or Codex after installation.
37
+
15
38
  ## Pick a skill
16
39
 
17
40
  <table>
18
41
  <tr>
19
42
  <td width="50%" valign="top">
20
- <a href="skills/lead/SKILL.md"><img src="assets/skill-cards/lead.svg" alt="lead — build and delivery skill" width="100%"></a>
43
+ <a href="skills/lead/SKILL.md"><img src="assets/skill-banners/lead.webp" alt="lead — build and delivery skill" width="100%"></a>
21
44
  </td>
22
45
  <td width="50%" valign="top">
23
- <a href="skills/lead-research/SKILL.md"><img src="assets/skill-cards/lead-research.svg" alt="lead-research — research and strategy skill" width="100%"></a>
46
+ <a href="skills/lead-research/SKILL.md"><img src="assets/skill-banners/lead-research.webp" alt="lead-research — research and strategy skill" width="100%"></a>
24
47
  </td>
25
48
  </tr>
26
49
  <tr>
27
50
  <td width="50%" valign="top">
28
- <a href="skills/async-learning-teacher/SKILL.md"><img src="assets/skill-cards/async-learning-teacher.svg" alt="async-learning-teacher — learning skill" width="100%"></a>
51
+ <a href="skills/async-learning-teacher/SKILL.md"><img src="assets/skill-banners/async-learning-teacher.webp" alt="async-learning-teacher — learning skill" width="100%"></a>
29
52
  </td>
30
53
  <td width="50%" valign="top">
31
- <a href="skills/validate-market/SKILL.md"><img src="assets/skill-cards/validate-market.svg" alt="validate-market — product and market skill" width="100%"></a>
54
+ <a href="skills/validate-market/SKILL.md"><img src="assets/skill-banners/validate-market.webp" alt="validate-market — product and market skill" width="100%"></a>
32
55
  </td>
33
56
  </tr>
34
57
  <tr>
35
58
  <td width="50%" valign="top">
36
- <a href="skills/write-blog/SKILL.md"><img src="assets/skill-cards/write-blog.svg" alt="write-blog — writing and growth skill" width="100%"></a>
59
+ <a href="skills/write-blog/SKILL.md"><img src="assets/skill-banners/write-blog.webp" alt="write-blog — writing and growth skill" width="100%"></a>
37
60
  </td>
38
61
  <td width="50%" valign="top">
39
- <a href="skills/orwell-writing/SKILL.md"><img src="assets/skill-cards/orwell-writing.svg" alt="orwell-writing — direct writing skill" width="100%"></a>
62
+ <a href="skills/orwell-writing/SKILL.md"><img src="assets/skill-banners/orwell-writing.webp" alt="orwell-writing — direct writing skill" width="100%"></a>
40
63
  </td>
41
64
  </tr>
42
65
  <tr>
43
66
  <td width="50%" valign="top">
44
- <a href="skills/code-standards/SKILL.md"><img src="assets/skill-cards/code-standards.svg" alt="code-standards — engineering quality skill" width="100%"></a>
67
+ <a href="skills/code-standards/SKILL.md"><img src="assets/skill-banners/code-standards.webp" alt="code-standards — engineering quality skill" width="100%"></a>
45
68
  </td>
46
69
  <td width="50%" valign="top">
47
- <a href="skills/session-profiler/SKILL.md"><img src="assets/skill-cards/session-profiler.svg" alt="session-profiler — developer tools skill" width="100%"></a>
70
+ <a href="skills/session-profiler/SKILL.md"><img src="assets/skill-banners/session-profiler.webp" alt="session-profiler — developer tools skill" width="100%"></a>
48
71
  </td>
49
72
  </tr>
50
73
  </table>
@@ -61,7 +84,9 @@ adapt, and share.
61
84
 
62
85
  Use the whole collection, or take only the skills your team needs.
63
86
 
64
- ## Get started
87
+ ## Local install
88
+
89
+ Use the local scripts only when you are installing from a cloned checkout.
65
90
 
66
91
  From the repository root, install every skill for the current user:
67
92
 
@@ -69,28 +94,6 @@ From the repository root, install every skill for the current user:
69
94
  ./install.sh
70
95
  ```
71
96
 
72
- Once this repository is published to npm, install the collection from
73
- anywhere with:
74
-
75
- ```bash
76
- npx @tamng0905/builder-essential-skills
77
- ```
78
-
79
- To install into the repository you are currently in:
80
-
81
- ```bash
82
- npx @tamng0905/builder-essential-skills --project
83
- ```
84
-
85
- To install only one skill:
86
-
87
- ```bash
88
- npx @tamng0905/builder-essential-skills --skill lead
89
- ```
90
-
91
- Add `--project` to that command to install the selected skill into the current
92
- repository.
93
-
94
97
  The `npx` command installs the same files as the scripts below. It supports
95
98
  macOS, Linux, and Windows wherever Node.js 18 or newer is available.
96
99
 
@@ -272,5 +275,4 @@ Re-run the installer after adding or changing a skill:
272
275
 
273
276
  ## License
274
277
 
275
- Add the license that matches how you want others to use this collection before
276
- publishing it broadly.
278
+ MIT. See [LICENSE](LICENSE).
Binary file
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@tamng0905/builder-essential-skills",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Builder's Essential Skills — reusable workflows for Claude Code and Codex",
5
+ "license": "MIT",
5
6
  "type": "commonjs",
6
7
  "scripts": {
7
8
  "test": "node --test"
@@ -16,6 +17,7 @@
16
17
  ".claude/agents",
17
18
  "install.ps1",
18
19
  "install.sh",
20
+ "LICENSE",
19
21
  "README.md"
20
22
  ],
21
23
  "engines": {
@@ -1,7 +1,7 @@
1
1
  # Async Learning Teacher
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/async-learning-teacher.svg" alt="async-learning-teacher skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/async-learning-teacher.webp" alt="async-learning-teacher — learning skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  ## Install
@@ -1,7 +1,7 @@
1
1
  # Code Standards
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/code-standards.svg" alt="code-standards skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/code-standards.webp" alt="code-standards — engineering quality skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Apply a disciplined workflow to code changes: orient, establish a baseline,
@@ -1,7 +1,7 @@
1
1
  # Lead
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/lead.svg" alt="lead skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/lead.webp" alt="lead — build and delivery skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Run the autonomous build factory: turn a goal into an approved plan, freeze
@@ -1,7 +1,7 @@
1
1
  # Lead Research
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/lead-research.svg" alt="lead-research skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/lead-research.webp" alt="lead-research — research and strategy skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Map a topic cheaply, design parallel research assignments, verify claims
@@ -1,7 +1,7 @@
1
1
  # Orwell Writing
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/orwell-writing.svg" alt="orwell-writing skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/orwell-writing.webp" alt="orwell-writing — direct writing skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Draft, revise, and polish prose in plain English while preserving the intended
@@ -1,7 +1,7 @@
1
1
  # Session Profiler
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/session-profiler.svg" alt="session-profiler skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/session-profiler.webp" alt="session-profiler — developer tools skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Inspect Claude Code and Codex session transcripts, summarize agent activity,
@@ -1,7 +1,7 @@
1
1
  # Validate Market
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/validate-market.svg" alt="validate-market skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/validate-market.webp" alt="validate-market — product and market skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Run an honest market-fit and viability audit that compares competitors, tests
@@ -1,7 +1,7 @@
1
1
  # Write Blog
2
2
 
3
3
  <p align="center">
4
- <img src="../../assets/skill-cards/write-blog.svg" alt="write-blog skill card" width="100%">
4
+ <a href="SKILL.md"><img src="../../assets/skill-banners/write-blog.webp" alt="write-blog — writing and growth skill" width="100%"></a>
5
5
  </p>
6
6
 
7
7
  Write and ship a human-sounding blog post that targets search traffic, avoids