@olegkoval/agent-skills 1.38.2 → 1.38.3
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/adapters/claude/olko-github-pr/skills/lekker-review/SKILL.md +2 -1
- package/package.json +1 -1
- package/plugins/olko-apple-kit/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-creative/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-garmin-kit/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-git-tools/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-github-pr/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-github-pr/skills/lekker-review/SKILL.md +2 -1
- package/plugins/olko-obsidian/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-product/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-reflection/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-release/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-skill-meta/.claude-plugin/plugin.json +1 -1
- package/plugins/olko-web-ops/.claude-plugin/plugin.json +1 -1
|
@@ -23,7 +23,8 @@ description: >
|
|
|
23
23
|
form.
|
|
24
24
|
license: MIT
|
|
25
25
|
allowed-tools: Bash, Read, Write, Edit, Agent, Workflow, AskUserQuestion, Artifact
|
|
26
|
-
compatibility:
|
|
26
|
+
compatibility: >
|
|
27
|
+
Claude Code only. Requires the Workflow tool (multi-agent orchestration)
|
|
27
28
|
and the Artifact tool (living review page): other Agent Skills-compatible tools
|
|
28
29
|
without an equivalent to Workflow cannot run the review/verify/critic pipeline this
|
|
29
30
|
skill depends on. Requires git and gh (GitHub CLI) authenticated.
|
package/package.json
CHANGED
|
@@ -23,7 +23,8 @@ description: >
|
|
|
23
23
|
form.
|
|
24
24
|
license: MIT
|
|
25
25
|
allowed-tools: Bash, Read, Write, Edit, Agent, Workflow, AskUserQuestion, Artifact
|
|
26
|
-
compatibility:
|
|
26
|
+
compatibility: >
|
|
27
|
+
Claude Code only. Requires the Workflow tool (multi-agent orchestration)
|
|
27
28
|
and the Artifact tool (living review page): other Agent Skills-compatible tools
|
|
28
29
|
without an equivalent to Workflow cannot run the review/verify/critic pipeline this
|
|
29
30
|
skill depends on. Requires git and gh (GitHub CLI) authenticated.
|