awesome-slash 4.2.0 → 4.2.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.
Files changed (73) hide show
  1. package/.claude-plugin/marketplace.json +13 -13
  2. package/.claude-plugin/plugin.json +1 -1
  3. package/AGENTS.md +1 -1
  4. package/CHANGELOG.md +6 -6
  5. package/README.md +0 -14
  6. package/adapters/opencode/skills/agnix/SKILL.md +1 -1
  7. package/adapters/opencode/skills/consult/SKILL.md +1 -1
  8. package/adapters/opencode/skills/deslop/SKILL.md +1 -1
  9. package/adapters/opencode/skills/discover-tasks/SKILL.md +1 -1
  10. package/adapters/opencode/skills/drift-analysis/SKILL.md +1 -1
  11. package/adapters/opencode/skills/enhance-agent-prompts/SKILL.md +1 -1
  12. package/adapters/opencode/skills/enhance-claude-memory/SKILL.md +1 -1
  13. package/adapters/opencode/skills/enhance-cross-file/SKILL.md +1 -1
  14. package/adapters/opencode/skills/enhance-docs/SKILL.md +1 -1
  15. package/adapters/opencode/skills/enhance-hooks/SKILL.md +1 -1
  16. package/adapters/opencode/skills/enhance-orchestrator/SKILL.md +1 -1
  17. package/adapters/opencode/skills/enhance-plugins/SKILL.md +1 -1
  18. package/adapters/opencode/skills/enhance-prompts/SKILL.md +1 -1
  19. package/adapters/opencode/skills/enhance-skills/SKILL.md +1 -1
  20. package/adapters/opencode/skills/learn/SKILL.md +1 -1
  21. package/adapters/opencode/skills/perf-analyzer/SKILL.md +1 -1
  22. package/adapters/opencode/skills/perf-baseline-manager/SKILL.md +1 -1
  23. package/adapters/opencode/skills/perf-benchmarker/SKILL.md +1 -1
  24. package/adapters/opencode/skills/perf-code-paths/SKILL.md +1 -1
  25. package/adapters/opencode/skills/perf-investigation-logger/SKILL.md +1 -1
  26. package/adapters/opencode/skills/perf-profiler/SKILL.md +1 -1
  27. package/adapters/opencode/skills/perf-theory-gatherer/SKILL.md +1 -1
  28. package/adapters/opencode/skills/perf-theory-tester/SKILL.md +1 -1
  29. package/adapters/opencode/skills/sync-docs/SKILL.md +1 -1
  30. package/adapters/opencode/skills/validate-delivery/SKILL.md +1 -1
  31. package/lib/package.json +0 -3
  32. package/package.json +1 -1
  33. package/plugins/agnix/.claude-plugin/plugin.json +1 -1
  34. package/plugins/agnix/skills/agnix/SKILL.md +1 -1
  35. package/plugins/audit-project/.claude-plugin/plugin.json +1 -1
  36. package/plugins/consult/.claude-plugin/plugin.json +1 -1
  37. package/plugins/consult/skills/consult/SKILL.md +1 -1
  38. package/plugins/deslop/.claude-plugin/plugin.json +1 -1
  39. package/plugins/deslop/skills/deslop/SKILL.md +1 -1
  40. package/plugins/drift-detect/.claude-plugin/plugin.json +1 -1
  41. package/plugins/drift-detect/skills/drift-analysis/SKILL.md +1 -1
  42. package/plugins/enhance/.claude-plugin/plugin.json +1 -1
  43. package/plugins/enhance/skills/enhance-agent-prompts/SKILL.md +1 -1
  44. package/plugins/enhance/skills/enhance-claude-memory/SKILL.md +1 -1
  45. package/plugins/enhance/skills/enhance-cross-file/SKILL.md +1 -1
  46. package/plugins/enhance/skills/enhance-docs/SKILL.md +1 -1
  47. package/plugins/enhance/skills/enhance-hooks/SKILL.md +1 -1
  48. package/plugins/enhance/skills/enhance-orchestrator/SKILL.md +1 -1
  49. package/plugins/enhance/skills/enhance-plugins/SKILL.md +1 -1
  50. package/plugins/enhance/skills/enhance-prompts/SKILL.md +1 -1
  51. package/plugins/enhance/skills/enhance-skills/SKILL.md +1 -1
  52. package/plugins/learn/.claude-plugin/plugin.json +1 -1
  53. package/plugins/learn/skills/learn/SKILL.md +1 -1
  54. package/plugins/next-task/.claude-plugin/plugin.json +1 -1
  55. package/plugins/next-task/skills/discover-tasks/SKILL.md +1 -1
  56. package/plugins/next-task/skills/validate-delivery/SKILL.md +1 -1
  57. package/plugins/perf/.claude-plugin/plugin.json +1 -1
  58. package/plugins/perf/skills/perf-analyzer/SKILL.md +1 -1
  59. package/plugins/perf/skills/perf-baseline-manager/SKILL.md +1 -1
  60. package/plugins/perf/skills/perf-benchmarker/SKILL.md +1 -1
  61. package/plugins/perf/skills/perf-code-paths/SKILL.md +1 -1
  62. package/plugins/perf/skills/perf-investigation-logger/SKILL.md +1 -1
  63. package/plugins/perf/skills/perf-profiler/SKILL.md +1 -1
  64. package/plugins/perf/skills/perf-theory-gatherer/SKILL.md +1 -1
  65. package/plugins/perf/skills/perf-theory-tester/SKILL.md +1 -1
  66. package/plugins/repo-map/.claude-plugin/plugin.json +1 -1
  67. package/plugins/ship/.claude-plugin/plugin.json +1 -1
  68. package/plugins/sync-docs/.claude-plugin/plugin.json +1 -1
  69. package/plugins/sync-docs/skills/sync-docs/SKILL.md +1 -1
  70. package/scripts/generate-docs.js +1 -1
  71. package/scripts/preflight.js +1 -2
  72. package/scripts/stamp-version.js +0 -5
  73. package/site/content.json +1 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "awesome-slash",
3
3
  "description": "12 specialized plugins for AI workflow automation - task orchestration, PR workflow, slop detection, code review, drift detection, enhancement analysis, documentation sync, repo mapping, perf investigations, topic research, agent config linting, and cross-tool AI consultation",
4
- "version": "4.2.0",
4
+ "version": "4.2.1",
5
5
  "owner": {
6
6
  "name": "Avi Fenesh",
7
7
  "url": "https://github.com/avifenesh"
@@ -26,84 +26,84 @@
26
26
  "name": "next-task",
27
27
  "source": "./plugins/next-task",
28
28
  "description": "Master workflow orchestrator: autonomous workflow with model optimization (opus/sonnet/haiku), two-file state management, workflow enforcement gates, 14 specialist agents",
29
- "version": "4.2.0",
29
+ "version": "4.2.1",
30
30
  "category": "productivity"
31
31
  },
32
32
  {
33
33
  "name": "ship",
34
34
  "source": "./plugins/ship",
35
35
  "description": "Complete PR workflow: commit to production, skips review when called from next-task, removes task from registry on cleanup, automatic rollback",
36
- "version": "4.2.0",
36
+ "version": "4.2.1",
37
37
  "category": "deployment"
38
38
  },
39
39
  {
40
40
  "name": "deslop",
41
41
  "source": "./plugins/deslop",
42
42
  "description": "3-phase AI slop detection: regex patterns (HIGH), multi-pass analyzers (MEDIUM), CLI tools (LOW)",
43
- "version": "4.2.0",
43
+ "version": "4.2.1",
44
44
  "category": "development"
45
45
  },
46
46
  {
47
47
  "name": "audit-project",
48
48
  "source": "./plugins/audit-project",
49
49
  "description": "Multi-agent iterative code review until zero issues remain",
50
- "version": "4.2.0",
50
+ "version": "4.2.1",
51
51
  "category": "development"
52
52
  },
53
53
  {
54
54
  "name": "drift-detect",
55
55
  "source": "./plugins/drift-detect",
56
56
  "description": "Deep repository analysis to realign project plans with code reality - detects drift, gaps, and creates prioritized reconstruction plans",
57
- "version": "4.2.0",
57
+ "version": "4.2.1",
58
58
  "category": "productivity"
59
59
  },
60
60
  {
61
61
  "name": "enhance",
62
62
  "source": "./plugins/enhance",
63
63
  "description": "Master enhancement orchestrator: parallel analyzer execution for plugins, agents, docs, CLAUDE.md, and prompts with unified reporting",
64
- "version": "4.2.0",
64
+ "version": "4.2.1",
65
65
  "category": "development"
66
66
  },
67
67
  {
68
68
  "name": "sync-docs",
69
69
  "source": "./plugins/sync-docs",
70
70
  "description": "Standalone documentation sync: find outdated refs, update CHANGELOG, flag stale examples based on code changes",
71
- "version": "4.2.0",
71
+ "version": "4.2.1",
72
72
  "category": "development"
73
73
  },
74
74
  {
75
75
  "name": "repo-map",
76
76
  "source": "./plugins/repo-map",
77
77
  "description": "AST-based repository map generation using ast-grep with incremental updates for faster drift analysis",
78
- "version": "4.2.0",
78
+ "version": "4.2.1",
79
79
  "category": "development"
80
80
  },
81
81
  {
82
82
  "name": "perf",
83
83
  "source": "./plugins/perf",
84
84
  "description": "Rigorous performance investigation workflow with baselines, profiling, hypotheses, and evidence-backed decisions",
85
- "version": "4.2.0",
85
+ "version": "4.2.1",
86
86
  "category": "development"
87
87
  },
88
88
  {
89
89
  "name": "learn",
90
90
  "source": "./plugins/learn",
91
91
  "description": "Research topics online and create comprehensive learning guides with RAG-optimized indexes",
92
- "version": "4.2.0",
92
+ "version": "4.2.1",
93
93
  "category": "productivity"
94
94
  },
95
95
  {
96
96
  "name": "agnix",
97
97
  "source": "./plugins/agnix",
98
98
  "description": "Lint agent configuration files (SKILL.md, CLAUDE.md, hooks, MCP) against 155 rules across 10+ AI tools",
99
- "version": "4.2.0",
99
+ "version": "4.2.1",
100
100
  "category": "development"
101
101
  },
102
102
  {
103
103
  "name": "consult",
104
104
  "source": "./plugins/consult",
105
105
  "description": "Cross-tool AI consultation: get second opinions from Gemini CLI, Codex CLI, Claude Code, OpenCode, or Copilot CLI with model and thinking effort control",
106
- "version": "4.2.0",
106
+ "version": "4.2.1",
107
107
  "category": "productivity"
108
108
  }
109
109
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-slash",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Professional-grade slash commands for Claude Code with cross-platform support",
5
5
  "keywords": [
6
6
  "workflow",
package/AGENTS.md CHANGED
@@ -75,7 +75,7 @@
75
75
 
76
76
  <!-- GEN:START:claude-architecture -->
77
77
  ```
78
- lib/ → Shared library (published as @awesome-slash/lib, vendored to plugins)
78
+ lib/ → Shared library (vendored to plugins)
79
79
  plugins/ → 12 plugins, 41 agents (31 file-based + 10 role-based), 27 skills
80
80
  adapters/ → Platform adapters (opencode-plugin/, opencode/, codex/)
81
81
  checklists/ → Action checklists (9 files)
package/CHANGELOG.md CHANGED
@@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
14
 
15
15
  ## [Unreleased]
16
16
 
17
+ ## [4.2.1] - 2026-02-11
18
+
19
+ ### Fixed
20
+ - Removed unused `@awesome-slash/lib` publish job from release workflow
21
+ - Cleaned up all references to lib as a standalone npm package (docs, scripts, tests, configs)
22
+
17
23
  ## [4.2.0] - 2026-02-11
18
24
 
19
25
  ### Added
@@ -42,12 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
42
48
  - Enhanced `lib/discovery` with YAML array parsing and frontmatter in `discoverAgents()`/`discoverSkills()`
43
49
  - Integrated into preflight as `gap:docs-freshness` check for new-agent, new-skill, new-command, and release checklists
44
50
  - 34 tests for the generation system, 7 new discovery tests
45
- - **@awesome-slash/lib npm package** - Published shared library as standalone npm package
46
- - Enables external projects to use awesome-slash utilities via `require('@awesome-slash/lib')`
47
- - Zero dependencies, CommonJS, Node.js >= 18
48
- - npm workspaces link lib/ for local development
49
- - Plugins remain self-contained (vendored lib/ copies) for Claude Code marketplace compatibility
50
- - Version stamping, consistency validation, and CI publishing all updated
51
51
  - **Preflight command** - Unified change-aware checklist enforcement (`npm run preflight`, `preflight --all`, `preflight --release`, `preflight --json`)
52
52
  - Detects changed files and runs only relevant checklist validators
53
53
  - Includes 7 existing validators + 7 new gap checks (CHANGELOG, labels, codex triggers, lib exports, lib sync, test existence, staged files)
package/README.md CHANGED
@@ -819,20 +819,6 @@ awesome-slash --development # Dev mode (bypasses marketplace)
819
819
 
820
820
  [Full installation guide →](./docs/INSTALLATION.md)
821
821
 
822
- ### Using the Core Library
823
-
824
- The shared library is published as `@awesome-slash/lib` for direct use:
825
-
826
- ```bash
827
- npm install @awesome-slash/lib
828
- ```
829
-
830
- ```javascript
831
- const { platform, patterns, state, sources, xplat } = require('@awesome-slash/lib');
832
- ```
833
-
834
- Zero dependencies, CommonJS, Node.js >= 18.
835
-
836
822
  ---
837
823
 
838
824
  ## Requirements
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: agnix
4
4
  description: "Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 155 rules across 10+ AI tools."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix] [--strict] [--target=claude-code|cursor|codex]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: consult
4
4
  description: "Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[question] [--tool] [--effort] [--model] [--context] [--continue]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: deslop
4
4
  description: "Use when user wants to clean AI slop from code. Use for cleanup, remove debug statements, find ghost code, repo hygiene."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[report|apply] [--scope=all|diff|path] [--thoroughness=quick|normal|deep]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: discover-tasks
4
4
  description: "Use when discovering and prioritizing tasks from configured sources. Handles GitHub, GitLab, local files, and custom sources."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # discover-tasks
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: drift-analysis
4
4
  description: Use when the user asks about plan drift, reality check, comparing docs to code, project state analysis, roadmap alignment, implementation gaps, or needs guidance on identifying discrepancies between documented plans and actual implementation state.
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # Drift Analysis
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-agent-prompts
4
4
  description: "Use when improving agent prompts, frontmatter, and tool restrictions."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix] [--verbose]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-claude-memory
4
4
  description: "Use when improving CLAUDE.md or AGENTS.md project memory files."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  > **OpenCode Note**: Invoke agents using `@agent-name` syntax.
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-cross-file
4
4
  description: "Use when checking cross-file consistency: tools vs frontmatter, agent references, duplicate rules, contradictions."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-docs
4
4
  description: "Use when improving documentation structure, accuracy, and RAG readiness."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix] [--ai]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-hooks
4
4
  description: "Use when reviewing hooks for safety, timeouts, and correct frontmatter."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-orchestrator
4
4
  description: "Use when coordinating multiple enhancers for /enhance command. Runs analyzers in parallel and produces unified report."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--apply] [--focus=TYPE]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-plugins
4
4
  description: "Use when analyzing plugin structures, MCP tools, and plugin security patterns."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-prompts
4
4
  description: "Use when improving general prompts for structure, examples, and constraints."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: enhance-skills
4
4
  description: "Use when reviewing SKILL.md files for structure and trigger quality."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[path] [--fix]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: learn
4
4
  description: "Research any topic online and create learning guides. Use when user asks to 'learn about', 'research topic', 'create learning guide', 'build knowledge base', or 'study subject'."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[topic] [--depth=brief|medium|deep]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-analyzer
4
4
  description: "Use when synthesizing perf findings into evidence-backed recommendations and decisions."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # perf-analyzer
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-baseline-manager
4
4
  description: "Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # perf-baseline-manager
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-benchmarker
4
4
  description: "Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[command] [duration]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-code-paths
4
4
  description: "Use when mapping code paths, entrypoints, and likely hot files before profiling."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # perf-code-paths
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-investigation-logger
4
4
  description: "Use when appending structured perf investigation notes and evidence."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # perf-investigation-logger
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-profiler
4
4
  description: "Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[tool] [command]"
7
7
  ---
8
8
 
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-theory-gatherer
4
4
  description: "Use when generating performance hypotheses backed by git history and code evidence."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # perf-theory-gatherer
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: perf-theory-tester
4
4
  description: "Use when running controlled perf experiments to validate hypotheses."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # perf-theory-tester
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: sync-docs
4
4
  description: "Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  argument-hint: "[report|apply] [--scope=all|recent|before-pr] [--include-undocumented]"
7
7
  allowed-tools: Bash(git:*), Read, Grep, Glob
8
8
  ---
@@ -2,7 +2,7 @@
2
2
  ---
3
3
  name: validate-delivery
4
4
  description: "Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions."
5
- version: 4.2.0
5
+ version: 4.2.1
6
6
  ---
7
7
 
8
8
  # validate-delivery
package/lib/package.json CHANGED
@@ -17,9 +17,6 @@
17
17
  "url": "git+https://github.com/avifenesh/awesome-slash.git",
18
18
  "directory": "lib"
19
19
  },
20
- "publishConfig": {
21
- "access": "public"
22
- },
23
20
  "files": [
24
21
  "**/*.js",
25
22
  "**/*.json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "awesome-slash",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "12 specialized plugins for AI workflow automation (drift detection + AST repo maps + topic research + agent config linting) - works with Claude Code, OpenCode, and Codex CLI",
5
5
  "main": "lib/platform/detect-platform.js",
6
6
  "type": "commonjs",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agnix",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Lint agent configurations before they break your workflow. Validates Skills, Hooks, MCP, Memory, Plugins.",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: agnix
3
3
  description: "Use when user asks to 'lint agent configs', 'validate skills', 'check CLAUDE.md', 'validate hooks', 'lint MCP'. Validates agent configuration files against 155 rules across 10+ AI tools."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix] [--strict] [--target=claude-code|cursor|codex]"
6
6
  ---
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "audit-project",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Multi-agent iterative code review until zero issues remain",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "consult",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Cross-tool AI consultation: get second opinions from Gemini, Codex, Claude, OpenCode, or Copilot CLI",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: consult
3
3
  description: "Cross-tool AI consultation. Use when user asks to 'consult gemini', 'ask codex', 'get second opinion', 'cross-check with claude', 'consult another AI', 'ask opencode', 'copilot opinion', or wants a second opinion from a different AI tool."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[question] [--tool] [--effort] [--model] [--context] [--continue]"
6
6
  ---
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "deslop",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "AI slop cleanup with minimal diffs and behavior preservation",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: deslop
3
3
  description: "Use when user wants to clean AI slop from code. Use for cleanup, remove debug statements, find ghost code, repo hygiene."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[report|apply] [--scope=all|diff|path] [--thoroughness=quick|normal|deep]"
6
6
  ---
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drift-detect",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Deep repository analysis to realign project plans with actual code reality - discovers drift, gaps, and produces prioritized reconstruction plans",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: drift-analysis
3
3
  description: Use when the user asks about plan drift, reality check, comparing docs to code, project state analysis, roadmap alignment, implementation gaps, or needs guidance on identifying discrepancies between documented plans and actual implementation state.
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # Drift Analysis
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "enhance",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Plugin structure and tool use analyzer - validates plugin.json, MCP tools, and security patterns",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-agent-prompts
3
3
  description: "Use when improving agent prompts, frontmatter, and tool restrictions."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix] [--verbose]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-claude-memory
3
3
  description: "Use when improving CLAUDE.md or AGENTS.md project memory files."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # enhance-claude-memory
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-cross-file
3
3
  description: "Use when checking cross-file consistency: tools vs frontmatter, agent references, duplicate rules, contradictions."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-docs
3
3
  description: "Use when improving documentation structure, accuracy, and RAG readiness."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix] [--ai]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-hooks
3
3
  description: "Use when reviewing hooks for safety, timeouts, and correct frontmatter."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-orchestrator
3
3
  description: "Use when coordinating multiple enhancers for /enhance command. Runs analyzers in parallel and produces unified report."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--apply] [--focus=TYPE]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-plugins
3
3
  description: "Use when analyzing plugin structures, MCP tools, and plugin security patterns."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-prompts
3
3
  description: "Use when improving general prompts for structure, examples, and constraints."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: enhance-skills
3
3
  description: "Use when reviewing SKILL.md files for structure and trigger quality."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[path] [--fix]"
6
6
  ---
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "learn",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Research any topic online and create comprehensive learning guides with RAG-optimized indexes",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: learn
3
3
  description: "Research any topic online and create learning guides. Use when user asks to 'learn about', 'research topic', 'create learning guide', 'build knowledge base', or 'study subject'."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[topic] [--depth=brief|medium|deep]"
6
6
  ---
7
7
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-task",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Master workflow orchestrator with autonomous task-to-production automation, quality gates, and multi-agent review",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: discover-tasks
3
3
  description: "Use when discovering and prioritizing tasks from configured sources. Handles GitHub, GitLab, local files, and custom sources."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # discover-tasks
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: validate-delivery
3
3
  description: "Use when validating task completion before shipping. Runs tests, build, and requirement checks. Returns pass/fail with fix instructions."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # validate-delivery
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "perf",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Rigorous performance investigation workflow with baselines, profiling, and evidence-backed decisions",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-analyzer
3
3
  description: "Use when synthesizing perf findings into evidence-backed recommendations and decisions."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # perf-analyzer
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-baseline-manager
3
3
  description: "Use when managing perf baselines, consolidating results, or comparing versions. Ensures one baseline JSON per version."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # perf-baseline-manager
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-benchmarker
3
3
  description: "Use when running performance benchmarks, establishing baselines, or validating regressions with sequential runs. Enforces 60s minimum runs (30s only for binary search) and no parallel benchmarks."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[command] [duration]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-code-paths
3
3
  description: "Use when mapping code paths, entrypoints, and likely hot files before profiling."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # perf-code-paths
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-investigation-logger
3
3
  description: "Use when appending structured perf investigation notes and evidence."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # perf-investigation-logger
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-profiler
3
3
  description: "Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[tool] [command]"
6
6
  ---
7
7
 
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-theory-gatherer
3
3
  description: "Use when generating performance hypotheses backed by git history and code evidence."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # perf-theory-gatherer
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: perf-theory-tester
3
3
  description: "Use when running controlled perf experiments to validate hypotheses."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  ---
6
6
 
7
7
  # perf-theory-tester
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "repo-map",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "AST-based repository map generator using ast-grep for symbol and import extraction with incremental updates",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ship",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Complete PR workflow from commit to production with validation",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sync-docs",
3
- "version": "4.2.0",
3
+ "version": "4.2.1",
4
4
  "description": "Sync documentation with code changes. Find outdated refs, update CHANGELOG, flag stale examples.",
5
5
  "author": {
6
6
  "name": "Avi Fenesh",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: sync-docs
3
3
  description: "Sync documentation with code. Use when user asks to update docs, check docs, fix stale documentation, update changelog, or after code changes."
4
- version: 4.2.0
4
+ version: 4.2.1
5
5
  argument-hint: "[report|apply] [--scope=all|recent|before-pr] [--include-undocumented]"
6
6
  allowed-tools: Bash(git:*), Read, Grep, Glob
7
7
  ---
@@ -229,7 +229,7 @@ function generateArchitectureTable(plugins, agents, skills) {
229
229
 
230
230
  const lines = [
231
231
  '```',
232
- 'lib/ \u2192 Shared library (published as @awesome-slash/lib, vendored to plugins)',
232
+ 'lib/ \u2192 Shared library (vendored to plugins)',
233
233
  `plugins/ \u2192 ${plugins.length} plugins, ${totalAgents} agents (${fileBasedAgents} file-based + ${ROLE_BASED_AGENT_COUNT} role-based), ${totalSkills} skills`,
234
234
  'adapters/ \u2192 Platform adapters (opencode-plugin/, opencode/, codex/)',
235
235
  'checklists/ \u2192 Action checklists (9 files)',
@@ -623,8 +623,7 @@ function checkLibPluginSync(changedFiles, options) {
623
623
 
624
624
  collectFilesRecursive(libDir, libDir);
625
625
 
626
- // Exclude package.json from sync check - it belongs to the publishable
627
- // @awesome-slash/lib package and is intentionally not synced to plugins
626
+ // Exclude package.json - only belongs to lib/ root, not synced to plugins
628
627
  delete libFiles['package.json'];
629
628
 
630
629
  // Compare with each plugin's lib/ directory using mtime+size first, hash only on mismatch
@@ -14,7 +14,6 @@
14
14
  * Files stamped:
15
15
  * - .claude-plugin/plugin.json
16
16
  * - .claude-plugin/marketplace.json (all version occurrences)
17
- * - lib/package.json
18
17
  * - plugins/*\/.claude-plugin/plugin.json (discovered via lib/discovery)
19
18
  * - site/content.json (meta.version)
20
19
  * - plugins/*\/skills/*\/SKILL.md (version in YAML frontmatter)
@@ -131,10 +130,6 @@ function stampVersion(rootDir) {
131
130
  console.log('\nMarketplace:');
132
131
  updateMarketplaceJson(path.join(rootDir, '.claude-plugin', 'marketplace.json'), version);
133
132
 
134
- // Lib package
135
- console.log('\nLib package:');
136
- updateJsonFile(path.join(rootDir, 'lib', 'package.json'), version);
137
-
138
133
  // Plugin plugin.json files (discovered from filesystem)
139
134
  console.log('\nPlugins:');
140
135
  const discovery = require(path.join(rootDir, 'lib', 'discovery'));
package/site/content.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "url": "https://avifenesh.github.io/awesome-slash",
6
6
  "repo": "https://github.com/avifenesh/awesome-slash",
7
7
  "npm": "https://www.npmjs.com/package/awesome-slash",
8
- "version": "4.2.0",
8
+ "version": "4.2.1",
9
9
  "author": "Avi Fenesh",
10
10
  "author_url": "https://github.com/avifenesh"
11
11
  },