@slamb2k/mad-skills 2.0.38 → 2.0.40

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mad-skills",
3
3
  "description": "AI-assisted planning, development and governance tools",
4
- "version": "2.0.38",
4
+ "version": "2.0.40",
5
5
  "author": {
6
6
  "name": "slamb2k",
7
7
  "url": "https://github.com/slamb2k"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slamb2k/mad-skills",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "description": "Claude Code skills collection — full lifecycle development tools",
5
5
  "type": "module",
6
6
  "repository": {
@@ -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 | `~/.claude/skills/ship/SKILL.md` or `~/.claude/plugins/marketplaces/slamb2k/skills/ship/SKILL.md` | yes | stop | Install with: npx skills add slamb2k/mad-skills --skill ship |
88
- | prime | skill | `~/.claude/skills/prime/SKILL.md` or `~/.claude/plugins/marketplaces/slamb2k/skills/prime/SKILL.md` | no | fallback | Context loading; falls back to manual CLAUDE.md/goals scan |
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 |
@@ -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 | `~/.claude/skills/sync/SKILL.md` or `~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md` | no | fallback | Repo sync; falls back to manual git pull |
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:**
@@ -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 | `~/.claude/skills/sync/SKILL.md` or `~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md` | no | fallback | Repo sync; falls back to manual git pull |
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 |
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-03-17T03:05:22.402Z",
2
+ "generated": "2026-03-18T00:48:31.500Z",
3
3
  "count": 10,
4
4
  "skills": [
5
5
  {
@@ -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 | `~/.claude/skills/sync/SKILL.md` or `~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md` | no | fallback | Repo sync; falls back to manual git pull |
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 |
@@ -258,6 +258,12 @@ FAILING CHECKS: {FAILING_CHECKS}
258
258
  )"
259
259
  git push
260
260
 
261
+ CRITICAL — after pushing, your job is DONE. Return immediately.
262
+ - Do NOT manually trigger, queue, or run any CI builds or pipelines
263
+ - Do NOT use `az pipelines run`, `gh workflow run`, or any build-triggering command
264
+ - The PR build policy will trigger automatically on push
265
+ - The orchestrator will poll for the new build via ci-watch.sh
266
+
261
267
  ## Output Format
262
268
 
263
269
  FIX_REPORT:
@@ -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 | `~/.claude/skills/prime/SKILL.md` or `~/.claude/plugins/marketplaces/slamb2k/skills/prime/SKILL.md` | no | fallback | Context loading; falls back to manual project scan |
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)