@drunkcoding/agents-and-skills 0.0.23 → 0.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.
@@ -12,7 +12,7 @@
12
12
  "name": "tech-graph",
13
13
  "source": "./plugins/tech-graph",
14
14
  "description": "6-step wizard for technical diagrams (SVG/PNG) via fireworks-tech-graph",
15
- "version": "0.0.23",
15
+ "version": "0.0.24",
16
16
  "category": "diagram",
17
17
  "keywords": [
18
18
  "diagram",
@@ -26,7 +26,7 @@
26
26
  "name": "html-effectiveness",
27
27
  "source": "./plugins/html-effectiveness",
28
28
  "description": "Generate self-contained interactive HTML reports from 20 upstream templates via a conversational agent.",
29
- "version": "0.0.23",
29
+ "version": "0.0.24",
30
30
  "category": "reports",
31
31
  "keywords": [
32
32
  "html",
@@ -41,7 +41,7 @@
41
41
  "name": "team-superpower",
42
42
  "source": "./plugins/team-superpower",
43
43
  "description": "Shape-adaptive engineering team that runs the Superpowers skill chain across up to 8 roles — designer, planner, software-architect, security-engineer, backend-developer, frontend-developer, qa-engineer, reviewer — driven by a `team-superpower` block in CLAUDE.md. Spawns 7 or 8 roles depending on stack (full-stack / be-only / fe-only), enforces contract sync between BE and FE, and gates the finish branch on CI green.",
44
- "version": "0.0.23",
44
+ "version": "0.0.24",
45
45
  "category": "workflow",
46
46
  "keywords": [
47
47
  "agent-teams",
@@ -60,7 +60,7 @@
60
60
  "name": "plugin-validator",
61
61
  "source": "./plugins/plugin-validator",
62
62
  "description": "Orchestrated validator for Claude Code plugins — validates skills, agents, commands, and hooks across every plugin under plugins/**.",
63
- "version": "0.0.23",
63
+ "version": "0.0.24",
64
64
  "category": "tooling",
65
65
  "keywords": [
66
66
  "validation",
@@ -76,7 +76,7 @@
76
76
  "name": "auto-power",
77
77
  "source": "./plugins/auto-power",
78
78
  "description": "Single-command hands-off pipeline wrapping obra/superpowers. Auto-answers safe clarifying questions during spec, then runs plan → arch+sec → impl → verify → review → ff-merge with no further touchpoints. Checkpointed and resumable; escalates only on substantive failures.",
79
- "version": "0.0.23",
79
+ "version": "0.0.24",
80
80
  "category": "workflow",
81
81
  "keywords": [
82
82
  "superpowers",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drunkcoding/agents-and-skills",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Personal collection of Claude Code skills and agents, installable via `npx skills`.",
5
5
  "keywords": [
6
6
  "claude-code",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "auto-power",
3
3
  "displayName": "Auto Power",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "description": "Single-command, hands-off pipeline that wraps obra/superpowers: auto-answers safe clarifying questions during spec, then runs plan → arch+sec → impl → verify → review → ff-merge with no further touchpoints. Checkpointed and resumable; escalates only on substantive failures (security, architecture, repeated QA fail, semantic conflict).",
6
6
  "author": {
7
7
  "name": "Steven Hoang"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "html-effectiveness",
3
3
  "displayName": "HTML Effectiveness Reports",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "description": "Generate self-contained interactive HTML reports from 20 upstream templates via a conversational agent.",
6
6
  "author": {
7
7
  "name": "Steven Hoang"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "plugin-validator",
3
3
  "displayName": "Plugin Validator",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "description": "Orchestrated validator for Claude Code plugins — validates skills, agents, commands, and hooks across every plugin under plugins/**.",
6
6
  "author": {
7
7
  "name": "Steven Hoang"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "team-superpower",
3
3
  "displayName": "Team Superpower",
4
- "version": "0.0.23",
4
+ "version": "0.0.24",
5
5
  "description": "Shape-adaptive coordination layer that runs the obra/superpowers skill chain across a Claude Code agent team — one /team-feature command takes an idea through design, plan, pre-impl architecture+security gate, BE/FE implementation, QA gate, code review, CI gate, and finish with at most 3 owner touchpoints. Stack (full-stack / be-only / fe-only), test/build commands, contract sync between BE and FE, security checklist, and CI required checks are driven by a `team-superpower` block in the repo's CLAUDE.md.",
6
6
  "author": {
7
7
  "name": "Steven Hoang"
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: backend-developer
3
3
  description: Specialised v5 implementer for server-side, infrastructure, and CI tasks. Reads `CLAUDE.md` to pick test/build/format commands per project stack. Claims `impl:*` tasks routed to backend by the wave brief (including `-migration-*`, `-contract-publish-*`, `contract-update-*`, `impl:rework-*`).
4
- tools: Read, Write, Edit, Bash, Glob, Grep
4
+ tools: Read, Write, Edit, Bash, Glob, Grep, mcp__gitnexus__impact, mcp__gitnexus__context, mcp__gitnexus__detect_changes, mcp__gitnexus__rename, mcp__gitnexus__query, mcp__claude_ai_Context7__resolve-library-id, mcp__claude_ai_Context7__query-docs
5
5
  model: sonnet
6
6
  effort: medium
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: feature-planner
3
- description: Owns plan production. Phase A only — shut down at handover.
4
- tools: Read, Write, Bash, Glob, Grep
3
+ description: "Use when phase A is active. Owns plan production. Phase A only — shut down at handover."
4
+ tools: Read, Write, Bash, Glob, Grep, mcp__gitnexus__context, mcp__gitnexus__query, mcp__gitnexus__impact, mcp__claude_ai_Context7__resolve-library-id, mcp__claude_ai_Context7__query-docs
5
5
  model: sonnet
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: frontend-developer
3
3
  description: Specialised v5 implementer for UI and component tasks. Reads `CLAUDE.md` to pick test/build commands, UI library, and contract codegen per project stack. Claims frontend tasks (including `impl:rework-*` and `impl:contract-update-*` UI follow-ups) routed by the wave brief. Re-pulls the contract hash on resume.
4
- tools: Read, Write, Edit, Bash, Glob, Grep
4
+ tools: Read, Write, Edit, Bash, Glob, Grep, mcp__gitnexus__impact, mcp__gitnexus__context, mcp__gitnexus__detect_changes, mcp__gitnexus__rename, mcp__gitnexus__query, mcp__claude_ai_Context7__resolve-library-id, mcp__claude_ai_Context7__query-docs
5
5
  model: sonnet
6
6
  effort: medium
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: orchestrator
3
- description: Lead session for team-superpower v5. Sole spawner. Coordinates phase transitions via spawn + shutdown. Responds to SPAWN_REQUEST and RESTART_REQUEST. Runs final cleanup + push.
4
- tools: Read, Write, Bash, Task, Glob, Grep
3
+ description: "Use when /team-feature launches. Lead session for team-superpower v5. Sole spawner. Coordinates phase transitions via spawn + shutdown. Responds to SPAWN_REQUEST and RESTART_REQUEST. Runs final cleanup + push."
4
+ tools: Read, Write, Bash, Task, Glob, Grep, mcp__gitnexus__detect_changes, mcp__gitnexus__context
5
5
  model: opus
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: qc-engineer
3
- description: End-of-plan quality check teammate. One instance per feature. Replaces v4 per-task QA.
4
- tools: Read, Write, Bash, Glob, Grep
3
+ description: "Use when PLAN_COMPLETE is posted. End-of-plan quality check teammate. One instance per feature. Replaces v4 per-task QA."
4
+ tools: Read, Write, Bash, Glob, Grep, mcp__gitnexus__detect_changes, mcp__gitnexus__impact
5
5
  model: sonnet
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: solution-architect
3
- description: Owns spec, architecture map, ADR conformance. Phase A only — shut down at handover.
4
- tools: Read, Write, Glob, Grep
3
+ description: "Use when phase A is active. Owns spec, architecture map, ADR conformance. Phase A only — shut down at handover."
4
+ tools: Read, Write, Bash, Glob, Grep, mcp__gitnexus__context, mcp__gitnexus__query, mcp__gitnexus__impact, mcp__gitnexus__route_map, mcp__gitnexus__detect_changes, mcp__claude_ai_Context7__resolve-library-id, mcp__claude_ai_Context7__query-docs
5
5
  model: opus
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: team-leader
3
- description: Phase B–F coordinator teammate. Composes spawn briefs and posts SPAWN_REQUEST to lead. Runs phase-end SOLID/DRY/domain review. Cannot spawn teammates.
4
- tools: Read, Write, Bash, Glob, Grep
3
+ description: "Use when phases B–F are active. Phase B–F coordinator teammate. Composes spawn briefs and posts SPAWN_REQUEST to lead. Runs phase-end SOLID/DRY/domain review. Cannot spawn teammates."
4
+ tools: Read, Write, Bash, Glob, Grep, mcp__gitnexus__impact, mcp__gitnexus__query, mcp__gitnexus__context, mcp__gitnexus__detect_changes
5
5
  model: opus
6
6
  ---
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-graph",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "Step-by-step wizard for generating technical diagrams as SVG+PNG.",
5
5
  "author": {
6
6
  "name": "steven"