@reddb-io/red-skills-internal 3.19.2 → 3.19.4

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.
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "internal",
3
+ "version": "3.19.4",
4
+ "description": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
5
+ "skills": [
6
+ "./skills/maintainer/bootstrap",
7
+ "./skills/maintainer/create-plugin"
8
+ ]
9
+ }
@@ -0,0 +1,41 @@
1
+ {
2
+ "name": "internal",
3
+ "version": "3.19.4",
4
+ "description": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
5
+ "author": {
6
+ "name": "reddb.io",
7
+ "url": "https://github.com/reddb-io"
8
+ },
9
+ "homepage": "https://github.com/reddb-io/red-skills",
10
+ "repository": "https://github.com/reddb-io/red-skills",
11
+ "license": "Apache-2.0",
12
+ "keywords": [
13
+ "codex",
14
+ "claude-code",
15
+ "skills",
16
+ "agents",
17
+ "internal"
18
+ ],
19
+ "skills": [
20
+ "./skills/maintainer/"
21
+ ],
22
+ "interface": {
23
+ "displayName": "RedSkills Internal",
24
+ "shortDescription": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
25
+ "longDescription": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
26
+ "developerName": "reddb.io",
27
+ "category": "Developer Tools",
28
+ "capabilities": [
29
+ "Interactive",
30
+ "Read",
31
+ "Write",
32
+ "Shell"
33
+ ],
34
+ "websiteURL": "https://github.com/reddb-io/red-skills",
35
+ "defaultPrompt": [
36
+ "Use $bootstrap when this workspace needs it.",
37
+ "Use $create-plugin when this workspace needs it."
38
+ ],
39
+ "brandColor": "#D92D20"
40
+ }
41
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "internal",
3
+ "version": "3.19.4",
4
+ "description": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
5
+ "author": {
6
+ "name": "reddb.io",
7
+ "url": "https://github.com/reddb-io"
8
+ },
9
+ "homepage": "https://github.com/reddb-io/red-skills",
10
+ "repository": "https://github.com/reddb-io/red-skills",
11
+ "license": "Apache-2.0",
12
+ "keywords": [
13
+ "gemini-cli",
14
+ "skills",
15
+ "agents",
16
+ "internal"
17
+ ],
18
+ "skills": [
19
+ "./skills/maintainer/"
20
+ ],
21
+ "interface": {
22
+ "displayName": "RedSkills Internal",
23
+ "shortDescription": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
24
+ "longDescription": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
25
+ "developerName": "reddb.io",
26
+ "category": "Developer Tools",
27
+ "capabilities": [
28
+ "Interactive",
29
+ "Read",
30
+ "Write",
31
+ "Shell"
32
+ ],
33
+ "websiteURL": "https://github.com/reddb-io/red-skills",
34
+ "defaultPrompt": [
35
+ "Use $bootstrap when this workspace needs it.",
36
+ "Use $create-plugin when this workspace needs it."
37
+ ],
38
+ "brandColor": "#D92D20"
39
+ }
40
+ }
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.
4
4
 
5
- This package ships the **internal** plugin's skill tree for [pi](https://pi.dev) (the `@earendil-works/pi-coding-agent` harness). It carries the same `SKILL.md` files the Claude Code and Codex marketplaces already expose, scoped to the published buckets only:
5
+ This package ships the **internal** plugin: its manifests, hooks, scripts and the skill tree, for [pi](https://pi.dev) (the `@earendil-works/pi-coding-agent` harness) and for the RedSkills universal installer, which materialises it for OpenCode, RedCode and local marketplace registrations. It carries the same `SKILL.md` files the Claude Code and Codex marketplaces already expose, scoped to the published buckets only:
6
6
 
7
7
  - `skills/maintainer/`
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddb-io/red-skills-internal",
3
- "version": "3.19.2",
3
+ "version": "3.19.4",
4
4
  "description": "reddb.io internal plugin - maintainer-only skills for operating the red-skills repository.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/reddb-io/red-skills",
@@ -24,6 +24,10 @@
24
24
  "files": [
25
25
  "skills/**/*",
26
26
  "dist/**/*",
27
+ ".claude-plugin/**/*",
28
+ ".codex-plugin/**/*",
29
+ ".gemini-plugin/**/*",
30
+ "scripts/**/*",
27
31
  "package.json",
28
32
  "README.md"
29
33
  ]
@@ -0,0 +1,7 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+
4
+ REPO="$(cd "$(dirname "$0")/../../.." && pwd)"
5
+ cd "$REPO"
6
+
7
+ node scripts/plugin-structural-smoke.mjs plugins/internal