@slamb2k/mad-skills 2.0.23 → 2.0.24

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.23",
4
+ "version": "2.0.24",
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.23",
3
+ "version": "2.0.24",
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` | yes | stop | Install with: npx skills add slamb2k/mad-skills --skill ship |
88
- | prime | skill | `.claude/skills/prime/SKILL.md` | no | fallback | Context loading; falls back to manual CLAUDE.md/goals scan |
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 |
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 |
@@ -89,7 +89,7 @@ Before starting, check dependencies:
89
89
  |-----------|------|-------|----------|------------|--------|
90
90
  | docker | cli | `docker --version` | no | ask | Needed for local build verification; skip verify phase if absent |
91
91
  | git | cli | `git --version` | yes | stop | Install from https://git-scm.com |
92
- | sync | skill | `.claude/skills/sync/SKILL.md` | no | fallback | Repo sync; falls back to manual git pull |
92
+ | 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 |
93
93
 
94
94
  For each row:
95
95
  1. Run the Check command
@@ -75,7 +75,7 @@ Before starting, check dependencies:
75
75
  | Dependency | Type | Check | Required | Resolution | Detail |
76
76
  |-----------|------|-------|----------|------------|--------|
77
77
  | git | cli | `git --version` | yes | stop | Install from https://git-scm.com |
78
- | sync | skill | `.claude/skills/sync/SKILL.md` | no | fallback | Repo sync; falls back to manual git pull |
78
+ | 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 |
79
79
  | terraform | cli | `terraform --version` | no | fallback | Detected if user wants Terraform; suggest install from https://terraform.io |
80
80
  | az | cli | `az --version` | no | fallback | Needed for Bicep; suggest install from https://aka.ms/install-azure-cli |
81
81
  | 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-10T04:02:48.480Z",
2
+ "generated": "2026-03-11T04:28:37.105Z",
3
3
  "count": 10,
4
4
  "skills": [
5
5
  {
@@ -75,7 +75,7 @@ Before starting, check all dependencies in this table:
75
75
  | Dependency | Type | Check | Required | Resolution | Detail |
76
76
  |-----------|------|-------|----------|------------|--------|
77
77
  | git | cli | `git --version` | yes | stop | Install from https://git-scm.com |
78
- | sync | skill | `.claude/skills/sync/SKILL.md` | no | fallback | Repo sync; falls back to manual git pull |
78
+ | 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 |
79
79
  | lefthook | npm | `npx lefthook --help` | yes | install | `npm install -g lefthook` |
80
80
  | gh | cli | `gh --version` | yes | url | https://cli.github.com |
81
81
 
@@ -129,7 +129,7 @@ Task(
129
129
  subagent_type: "Bash",
130
130
  model: "haiku",
131
131
  description: "Sync with default branch",
132
- prompt: "Follow ~/.claude/skills/sync/SKILL.md subagent prompt. Return SYNC_REPORT."
132
+ prompt: "Follow ~/.claude/skills/sync/SKILL.md or ~/.claude/plugins/marketplaces/slamb2k/skills/sync/SKILL.md subagent prompt. Return SYNC_REPORT."
133
133
  )
134
134
  ```
135
135
 
@@ -72,7 +72,7 @@ Before starting, check all dependencies in this table:
72
72
  | Dependency | Type | Check | Required | Resolution | Detail |
73
73
  |-----------|------|-------|----------|------------|--------|
74
74
  | create-specification | skill | `~/.claude/skills/create-specification/SKILL.md` or `~/.agents/skills/create-specification/SKILL.md` | yes | ask | This skill is needed to format the final spec. Install with: `npx skills add slamb2k/mad-skills --skill create-specification` |
75
- | prime | skill | `.claude/skills/prime/SKILL.md` | no | fallback | Context loading; falls back to manual project scan |
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 |
76
76
 
77
77
  For each row, in order:
78
78
  1. Test file existence (check both paths for symlinked skills)