awesome-slash 4.2.0 → 4.2.2
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/.claude-plugin/marketplace.json +13 -13
- package/.claude-plugin/plugin.json +1 -1
- package/AGENTS.md +1 -1
- package/CHANGELOG.md +13 -6
- package/README.md +0 -14
- package/adapters/codex/skills/audit-project-agents/SKILL.md +1 -1
- package/adapters/codex/skills/ship-ci-review-loop/SKILL.md +1 -1
- package/adapters/codex/skills/ship-deployment/SKILL.md +1 -1
- package/adapters/opencode/commands/audit-project-agents.md +11 -0
- package/adapters/opencode/commands/ship-ci-review-loop.md +21 -1
- package/adapters/opencode/commands/ship-deployment.md +5 -0
- package/adapters/opencode/skills/agnix/SKILL.md +1 -1
- package/adapters/opencode/skills/consult/SKILL.md +1 -1
- package/adapters/opencode/skills/deslop/SKILL.md +1 -1
- package/adapters/opencode/skills/discover-tasks/SKILL.md +1 -1
- package/adapters/opencode/skills/drift-analysis/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-agent-prompts/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-claude-memory/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-cross-file/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-docs/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-hooks/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-orchestrator/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-plugins/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-prompts/SKILL.md +1 -1
- package/adapters/opencode/skills/enhance-skills/SKILL.md +1 -1
- package/adapters/opencode/skills/learn/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-analyzer/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-baseline-manager/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-benchmarker/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-code-paths/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-investigation-logger/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-profiler/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-theory-gatherer/SKILL.md +1 -1
- package/adapters/opencode/skills/perf-theory-tester/SKILL.md +1 -1
- package/adapters/opencode/skills/sync-docs/SKILL.md +1 -1
- package/adapters/opencode/skills/validate-delivery/SKILL.md +1 -1
- package/bin/cli.js +4 -0
- package/lib/enhance/docs-patterns.js +1 -1
- package/lib/enhance/fixer.js +38 -13
- package/lib/enhance/projectmemory-analyzer.js +17 -9
- package/lib/enhance/projectmemory-patterns.js +2 -2
- package/lib/enhance/prompt-patterns.js +31 -28
- package/lib/enhance/security-patterns.js +6 -6
- package/lib/package.json +0 -3
- package/lib/patterns/slop-analyzers.js +1 -1
- package/package.json +1 -1
- package/plugins/agnix/.claude-plugin/plugin.json +1 -1
- package/plugins/agnix/skills/agnix/SKILL.md +1 -1
- package/plugins/audit-project/.claude-plugin/plugin.json +1 -1
- package/plugins/audit-project/commands/audit-project-agents.md +5 -0
- package/plugins/audit-project/lib/enhance/docs-patterns.js +1 -1
- package/plugins/audit-project/lib/enhance/fixer.js +38 -13
- package/plugins/audit-project/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/audit-project/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/audit-project/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/audit-project/lib/enhance/security-patterns.js +6 -6
- package/plugins/audit-project/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/consult/.claude-plugin/plugin.json +1 -1
- package/plugins/consult/skills/consult/SKILL.md +1 -1
- package/plugins/deslop/.claude-plugin/plugin.json +1 -1
- package/plugins/deslop/lib/enhance/docs-patterns.js +1 -1
- package/plugins/deslop/lib/enhance/fixer.js +38 -13
- package/plugins/deslop/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/deslop/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/deslop/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/deslop/lib/enhance/security-patterns.js +6 -6
- package/plugins/deslop/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/deslop/skills/deslop/SKILL.md +1 -1
- package/plugins/drift-detect/.claude-plugin/plugin.json +1 -1
- package/plugins/drift-detect/lib/enhance/docs-patterns.js +1 -1
- package/plugins/drift-detect/lib/enhance/fixer.js +38 -13
- package/plugins/drift-detect/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/drift-detect/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/drift-detect/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/drift-detect/lib/enhance/security-patterns.js +6 -6
- package/plugins/drift-detect/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/drift-detect/skills/drift-analysis/SKILL.md +1 -1
- package/plugins/enhance/.claude-plugin/plugin.json +1 -1
- package/plugins/enhance/lib/enhance/docs-patterns.js +1 -1
- package/plugins/enhance/lib/enhance/fixer.js +38 -13
- package/plugins/enhance/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/enhance/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/enhance/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/enhance/lib/enhance/security-patterns.js +6 -6
- package/plugins/enhance/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/enhance/skills/enhance-agent-prompts/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-claude-memory/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-cross-file/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-docs/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-hooks/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-orchestrator/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-plugins/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-prompts/SKILL.md +1 -1
- package/plugins/enhance/skills/enhance-skills/SKILL.md +1 -1
- package/plugins/learn/.claude-plugin/plugin.json +1 -1
- package/plugins/learn/lib/enhance/docs-patterns.js +1 -1
- package/plugins/learn/lib/enhance/fixer.js +38 -13
- package/plugins/learn/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/learn/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/learn/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/learn/lib/enhance/security-patterns.js +6 -6
- package/plugins/learn/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/learn/skills/learn/SKILL.md +1 -1
- package/plugins/next-task/.claude-plugin/plugin.json +1 -1
- package/plugins/next-task/lib/enhance/docs-patterns.js +1 -1
- package/plugins/next-task/lib/enhance/fixer.js +38 -13
- package/plugins/next-task/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/next-task/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/next-task/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/next-task/lib/enhance/security-patterns.js +6 -6
- package/plugins/next-task/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/next-task/skills/discover-tasks/SKILL.md +1 -1
- package/plugins/next-task/skills/validate-delivery/SKILL.md +1 -1
- package/plugins/perf/.claude-plugin/plugin.json +1 -1
- package/plugins/perf/lib/enhance/docs-patterns.js +1 -1
- package/plugins/perf/lib/enhance/fixer.js +38 -13
- package/plugins/perf/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/perf/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/perf/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/perf/lib/enhance/security-patterns.js +6 -6
- package/plugins/perf/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/perf/skills/perf-analyzer/SKILL.md +1 -1
- package/plugins/perf/skills/perf-baseline-manager/SKILL.md +1 -1
- package/plugins/perf/skills/perf-benchmarker/SKILL.md +1 -1
- package/plugins/perf/skills/perf-code-paths/SKILL.md +1 -1
- package/plugins/perf/skills/perf-investigation-logger/SKILL.md +1 -1
- package/plugins/perf/skills/perf-profiler/SKILL.md +1 -1
- package/plugins/perf/skills/perf-theory-gatherer/SKILL.md +1 -1
- package/plugins/perf/skills/perf-theory-tester/SKILL.md +1 -1
- package/plugins/repo-map/.claude-plugin/plugin.json +1 -1
- package/plugins/repo-map/lib/enhance/docs-patterns.js +1 -1
- package/plugins/repo-map/lib/enhance/fixer.js +38 -13
- package/plugins/repo-map/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/repo-map/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/repo-map/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/repo-map/lib/enhance/security-patterns.js +6 -6
- package/plugins/repo-map/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/ship/.claude-plugin/plugin.json +1 -1
- package/plugins/ship/commands/ship-ci-review-loop.md +5 -0
- package/plugins/ship/commands/ship-deployment.md +5 -0
- package/plugins/ship/lib/enhance/docs-patterns.js +1 -1
- package/plugins/ship/lib/enhance/fixer.js +38 -13
- package/plugins/ship/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/ship/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/ship/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/ship/lib/enhance/security-patterns.js +6 -6
- package/plugins/ship/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/sync-docs/.claude-plugin/plugin.json +1 -1
- package/plugins/sync-docs/lib/enhance/docs-patterns.js +1 -1
- package/plugins/sync-docs/lib/enhance/fixer.js +38 -13
- package/plugins/sync-docs/lib/enhance/projectmemory-analyzer.js +17 -9
- package/plugins/sync-docs/lib/enhance/projectmemory-patterns.js +2 -2
- package/plugins/sync-docs/lib/enhance/prompt-patterns.js +31 -28
- package/plugins/sync-docs/lib/enhance/security-patterns.js +6 -6
- package/plugins/sync-docs/lib/patterns/slop-analyzers.js +1 -1
- package/plugins/sync-docs/skills/sync-docs/SKILL.md +1 -1
- package/scripts/gen-adapters.js +10 -0
- package/scripts/generate-docs.js +1 -1
- package/scripts/preflight.js +1 -2
- package/scripts/stamp-version.js +0 -5
- package/site/content.json +8 -1
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.
|
|
8
|
+
"version": "4.2.2",
|
|
9
9
|
"author": "Avi Fenesh",
|
|
10
10
|
"author_url": "https://github.com/avifenesh"
|
|
11
11
|
},
|
|
@@ -164,6 +164,13 @@
|
|
|
164
164
|
"description": "Progressive discovery gathers 10-40 online sources, scores them by quality, and synthesizes a structured guide with RAG index. Creates reusable knowledge in agent-knowledge/.",
|
|
165
165
|
"example": "/learn react hooks --depth=deep",
|
|
166
166
|
"category": "learning"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"name": "/consult",
|
|
170
|
+
"tagline": "Get a second opinion from another AI tool",
|
|
171
|
+
"description": "Cross-tool AI consultation. Ask Gemini, Codex, Claude, OpenCode, or Copilot for a second opinion on any question. Supports session continuations, context injection, and configurable thinking effort.",
|
|
172
|
+
"example": "/consult \"Is this the right approach?\" --tool=gemini --effort=high",
|
|
173
|
+
"category": "analysis"
|
|
167
174
|
}
|
|
168
175
|
],
|
|
169
176
|
"philosophy": [
|