@reddb-io/red-skills-internal 3.9.0 → 3.11.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reddb-io/red-skills-internal",
3
- "version": "3.9.0",
3
+ "version": "3.11.0",
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",
@@ -0,0 +1,5 @@
1
+ interface:
2
+ display_name: "Bootstrap"
3
+ short_description: "Placeholder maintainer-only internal skill. Use to confirm the internal plugin installed and that the current repo explicitly opted in with plugins.internal.enabled."
4
+ policy:
5
+ allow_implicit_invocation: false
@@ -0,0 +1,5 @@
1
+ interface:
2
+ display_name: "Create Plugin"
3
+ short_description: "Use when a RedSkills maintainer needs to scaffold a new repository plugin that is born compliant with the marketplace, skill, README, CHANGES, and structural-smoke contracts."
4
+ policy:
5
+ allow_implicit_invocation: false