@slamb2k/mad-skills 2.0.38 → 2.0.39
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
CHANGED
package/skills/build/SKILL.md
CHANGED
|
@@ -84,8 +84,8 @@ Before starting, check all dependencies in this table:
|
|
|
84
84
|
|
|
85
85
|
| Dependency | Type | Check | Required | Resolution | Detail |
|
|
86
86
|
|-----------|------|-------|----------|------------|--------|
|
|
87
|
-
| ship | skill |
|
|
88
|
-
| prime | skill |
|
|
87
|
+
| ship | skill | `ls .claude/skills/ship/SKILL.md ~/.claude/skills/ship/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/ship/SKILL.md 2>/dev/null` | yes | stop | Install with: npx skills add slamb2k/mad-skills --skill ship |
|
|
88
|
+
| prime | skill | `ls .claude/skills/prime/SKILL.md ~/.claude/skills/prime/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/prime/SKILL.md 2>/dev/null` | no | fallback | Context loading; falls back to manual CLAUDE.md/goals scan |
|
|
89
89
|
| feature-dev:code-explorer | agent | — | no | fallback | Uses general-purpose agent |
|
|
90
90
|
| feature-dev:code-architect | agent | — | no | fallback | Uses general-purpose agent |
|
|
91
91
|
| feature-dev:code-reviewer | agent | — | no | fallback | Uses general-purpose agent |
|
package/skills/dock/SKILL.md
CHANGED
|
@@ -110,7 +110,7 @@ Before starting, check dependencies:
|
|
|
110
110
|
|-----------|------|-------|----------|------------|--------|
|
|
111
111
|
| docker | cli | `docker --version` | no | ask | Needed for local build verification; skip verify phase if absent |
|
|
112
112
|
| git | cli | `git --version` | yes | stop | Install from https://git-scm.com |
|
|
113
|
-
| sync | skill |
|
|
113
|
+
| sync | skill | `ls .claude/skills/sync/SKILL.md ~/.claude/skills/sync/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md 2>/dev/null` | no | fallback | Repo sync; falls back to manual git pull |
|
|
114
114
|
| az devops | cli | `az devops -h 2>/dev/null` | no | fallback | Falls back to REST API with PAT; see AzDO tooling below |
|
|
115
115
|
|
|
116
116
|
**Platform-conditional rules:**
|
package/skills/keel/SKILL.md
CHANGED
|
@@ -97,7 +97,7 @@ Before starting, check all dependencies in this table. The table contains
|
|
|
97
97
|
| Dependency | Type | Check | Required | Resolution | Detail |
|
|
98
98
|
|-----------|------|-------|----------|------------|--------|
|
|
99
99
|
| git | cli | `git --version` | yes | stop | Install from https://git-scm.com |
|
|
100
|
-
| sync | skill |
|
|
100
|
+
| sync | skill | `ls .claude/skills/sync/SKILL.md ~/.claude/skills/sync/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md 2>/dev/null` | no | fallback | Repo sync; falls back to manual git pull |
|
|
101
101
|
| terraform | cli | `terraform --version` | no | fallback | Detected if user wants Terraform; suggest install from https://terraform.io |
|
|
102
102
|
| az | cli | `az --version` | no | fallback | Needed for Bicep; suggest install from https://aka.ms/install-azure-cli |
|
|
103
103
|
| pulumi | cli | `pulumi version` | no | fallback | Detected if user wants Pulumi; suggest install from https://pulumi.com |
|
package/skills/manifest.json
CHANGED
package/skills/rig/SKILL.md
CHANGED
|
@@ -97,7 +97,7 @@ Before starting, check all dependencies in this table. The table contains
|
|
|
97
97
|
| Dependency | Type | Check | Required | Resolution | Detail |
|
|
98
98
|
|-----------|------|-------|----------|------------|--------|
|
|
99
99
|
| git | cli | `git --version` | yes | stop | Install from https://git-scm.com |
|
|
100
|
-
| sync | skill |
|
|
100
|
+
| sync | skill | `ls .claude/skills/sync/SKILL.md ~/.claude/skills/sync/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md 2>/dev/null` | no | fallback | Repo sync; falls back to manual git pull |
|
|
101
101
|
| lefthook | npm | `npx lefthook --help` | yes | install | `npm install -g lefthook` |
|
|
102
102
|
| gh | cli | `gh --version` | yes | url | https://cli.github.com |
|
|
103
103
|
| az devops | cli | `az devops -h 2>/dev/null` | no | fallback | Falls back to REST API with PAT; see AzDO tooling below |
|
package/skills/speccy/SKILL.md
CHANGED
|
@@ -72,7 +72,7 @@ Before starting, check all dependencies in this table:
|
|
|
72
72
|
|
|
73
73
|
| Dependency | Type | Check | Required | Resolution | Detail |
|
|
74
74
|
|-----------|------|-------|----------|------------|--------|
|
|
75
|
-
| prime | skill |
|
|
75
|
+
| prime | skill | `ls .claude/skills/prime/SKILL.md ~/.claude/skills/prime/SKILL.md ~/.claude/plugins/marketplaces/slamb2k/skills/prime/SKILL.md 2>/dev/null` | no | fallback | Context loading; falls back to manual project scan |
|
|
76
76
|
|
|
77
77
|
For each row, in order:
|
|
78
78
|
1. Test file existence (check both paths for symlinked skills)
|