@olegkoval/agent-skills 1.9.0 → 1.9.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 (55) hide show
  1. package/.claude-plugin/plugin.json +1 -1
  2. package/package.json +1 -1
  3. package/packages/marketing/search-console-indexing-audit/SKILL.md +1 -0
  4. package/packages/marketing/search-console-indexing-audit/adapters/claude/skills/search-console-indexing-audit/SKILL.md +1 -0
  5. package/packages/marketing/search-console-indexing-audit/adapters/cursor/skills/search-console-indexing-audit/SKILL.md +1 -0
  6. package/packages/marketing/viral-launch/SKILL.md +1 -0
  7. package/packages/marketing/viral-launch/adapters/claude/skills/viral-launch/SKILL.md +1 -0
  8. package/packages/marketing/viral-launch/adapters/cursor/skills/viral-launch/SKILL.md +1 -0
  9. package/packages/music/fill-music-player/SKILL.md +1 -0
  10. package/packages/music/fill-music-player/adapters/claude/skills/fill-music-player/SKILL.md +1 -0
  11. package/packages/music/fill-music-player/adapters/cursor/skills/fill-music-player/SKILL.md +1 -0
  12. package/packages/photography/gallery/SKILL.md +1 -0
  13. package/packages/photography/gallery/adapters/claude/skills/gallery/SKILL.md +1 -0
  14. package/packages/photography/gallery/adapters/cursor/skills/gallery/SKILL.md +1 -0
  15. package/packages/software-development/add-to-my-skills/SKILL.md +1 -0
  16. package/packages/software-development/add-to-my-skills/adapters/claude/skills/add-to-my-skills/SKILL.md +1 -0
  17. package/packages/software-development/add-to-my-skills/adapters/cursor/skills/add-to-my-skills/SKILL.md +1 -0
  18. package/packages/software-development/ai-tools-setup/SKILL.md +1 -0
  19. package/packages/software-development/ai-tools-setup/adapters/claude/skills/ai-tools-setup/SKILL.md +1 -0
  20. package/packages/software-development/ai-tools-setup/adapters/cursor/skills/ai-tools-setup/SKILL.md +1 -0
  21. package/packages/software-development/changelog-generator/SKILL.md +1 -0
  22. package/packages/software-development/changelog-generator/adapters/claude/skills/changelog-generator/SKILL.md +1 -0
  23. package/packages/software-development/changelog-generator/adapters/cursor/skills/changelog-generator/SKILL.md +1 -0
  24. package/packages/software-development/cloudflare-block-countries/SKILL.md +1 -0
  25. package/packages/software-development/cloudflare-block-countries/adapters/claude/skills/cloudflare-block-countries/SKILL.md +1 -0
  26. package/packages/software-development/cloudflare-block-countries/adapters/cursor/skills/cloudflare-block-countries/SKILL.md +1 -0
  27. package/packages/software-development/docs-index-keeper/SKILL.md +1 -0
  28. package/packages/software-development/docs-index-keeper/adapters/claude/skills/docs-index-keeper/SKILL.md +1 -0
  29. package/packages/software-development/docs-index-keeper/adapters/cursor/skills/docs-index-keeper/SKILL.md +1 -0
  30. package/packages/software-development/gh-cli/SKILL.md +1 -0
  31. package/packages/software-development/gh-cli/adapters/claude/skills/gh-cli/SKILL.md +1 -0
  32. package/packages/software-development/gh-cli/adapters/cursor/skills/gh-cli/SKILL.md +1 -0
  33. package/packages/software-development/git-commit/SKILL.md +1 -0
  34. package/packages/software-development/git-commit/adapters/claude/skills/git-commit/SKILL.md +1 -0
  35. package/packages/software-development/git-commit/adapters/cursor/skills/git-commit/SKILL.md +1 -0
  36. package/packages/software-development/obsidian-pr-sync/adapters/claude/skills/obsidian-pr-sync/SKILL.md +1 -0
  37. package/packages/software-development/obsidian-pr-sync/adapters/cursor/skills/obsidian-pr-sync/SKILL.md +1 -0
  38. package/packages/software-development/obsidian-task-rollover/adapters/claude/skills/obsidian-task-rollover/SKILL.md +1 -0
  39. package/packages/software-development/obsidian-task-rollover/adapters/cursor/skills/obsidian-task-rollover/SKILL.md +1 -0
  40. package/packages/software-development/open-source-publisher/SKILL.md +1 -0
  41. package/packages/software-development/open-source-publisher/adapters/claude/skills/open-source-publisher/SKILL.md +1 -0
  42. package/packages/software-development/open-source-publisher/adapters/cursor/skills/open-source-publisher/SKILL.md +1 -0
  43. package/packages/software-development/product-builder/SKILL.md +1 -0
  44. package/packages/software-development/product-builder/adapters/claude/skills/product-builder/SKILL.md +1 -0
  45. package/packages/software-development/product-builder/adapters/cursor/skills/product-builder/SKILL.md +1 -0
  46. package/packages/software-development/promptctl/SKILL.md +1 -0
  47. package/packages/software-development/promptctl/adapters/claude/skills/promptctl/SKILL.md +1 -0
  48. package/packages/software-development/promptctl/adapters/cursor/skills/promptctl/SKILL.md +1 -0
  49. package/packages/software-development/semantic-release-beta/SKILL.md +1 -0
  50. package/packages/software-development/semantic-release-beta/adapters/claude/skills/semantic-release-beta/SKILL.md +1 -0
  51. package/packages/software-development/semantic-release-beta/adapters/cursor/skills/semantic-release-beta/SKILL.md +1 -0
  52. package/packages/software-development/starter-rules/SKILL.md +1 -0
  53. package/packages/software-development/starter-rules/adapters/claude/skills/starter-rules/SKILL.md +1 -0
  54. package/packages/software-development/starter-rules/adapters/cursor/skills/starter-rules/SKILL.md +1 -0
  55. package/scripts/build-adapters.sh +11 -2
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-agent-skills",
3
3
  "description": "Agent-agnostic skill catalog for Codex, Claude, Cursor, and other skill-aware tools.",
4
- "version": "1.8.0",
4
+ "version": "1.9.0",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olegkoval/agent-skills",
3
- "version": "1.9.0",
3
+ "version": "1.9.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -6,6 +6,7 @@ license: MIT
6
6
  allowed-tools: Bash, Read, Write
7
7
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools.
8
8
  metadata:
9
+ targets: [_source-only]
9
10
  author: Oleg Koval
10
11
  tags:
11
12
  - seo
@@ -8,6 +8,7 @@ license: MIT
8
8
  allowed-tools: Bash, Read, Write
9
9
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools.
10
10
  metadata:
11
+ targets: ["claude"]
11
12
  author: Oleg Koval
12
13
  tags:
13
14
  - seo
@@ -8,6 +8,7 @@ license: MIT
8
8
  allowed-tools: Bash, Read, Write
9
9
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools.
10
10
  metadata:
11
+ targets: ["cursor"]
11
12
  author: Oleg Koval
12
13
  tags:
13
14
  - seo
@@ -6,6 +6,7 @@ license: MIT
6
6
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
7
7
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Useful for product repos, open-source packages, SaaS launches, waitlists, and creator tools.
8
8
  metadata:
9
+ targets: [_source-only]
9
10
  author: Oleg Koval
10
11
  tags:
11
12
  - marketing
@@ -8,6 +8,7 @@ license: MIT
8
8
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
9
9
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Useful for product repos, open-source packages, SaaS launches, waitlists, and creator tools.
10
10
  metadata:
11
+ targets: ["claude"]
11
12
  author: Oleg Koval
12
13
  tags:
13
14
  - marketing
@@ -8,6 +8,7 @@ license: MIT
8
8
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
9
9
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Useful for product repos, open-source packages, SaaS launches, waitlists, and creator tools.
10
10
  metadata:
11
+ targets: ["cursor"]
11
12
  author: Oleg Koval
12
13
  tags:
13
14
  - marketing
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires shell access and the fill-music-player CLI or underlying script in the target environment.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - music
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires shell access and the fill-music-player CLI or underlying script in the target environment.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - music
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires shell access and the fill-music-player CLI or underlying script in the target environment.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - music
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a project that contains the gallery scripts and expected data layout.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - photos
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a project that contains the gallery scripts and expected data layout.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - photos
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a project that contains the gallery scripts and expected data layout.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - photos
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write, Edit
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable git repository and access to the source skill repo.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - skills
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable git repository and access to the source skill repo.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - skills
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable git repository and access to the source skill repo.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - skills
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Edit, Write
6
6
  compatibility: Claude Code on macOS (Homebrew required)
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - rtk
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Edit, Write
8
8
  compatibility: Claude Code on macOS (Homebrew required)
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - rtk
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Edit, Write
8
8
  compatibility: Claude Code on macOS (Homebrew required)
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - rtk
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git history access in the target repository.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - changelog
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git history access in the target repository.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - changelog
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git history access in the target repository.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - changelog
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires curl and jq.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - cloudflare
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires curl and jq.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - cloudflare
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires curl and jq.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - cloudflare
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write, Edit, Grep, Glob
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires shell access and Node.js 18+ when installing from npm.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  package: docs-index-keeper
10
11
  tags:
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit, Grep, Glob
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires shell access and Node.js 18+ when installing from npm.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  package: docs-index-keeper
12
13
  tags:
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit, Grep, Glob
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires shell access and Node.js 18+ when installing from npm.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  package: docs-index-keeper
12
13
  tags:
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires the GitHub CLI and valid GitHub authentication.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - github
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires the GitHub CLI and valid GitHub authentication.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - github
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires the GitHub CLI and valid GitHub authentication.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - github
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git and a writable repository.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - git
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git and a writable repository.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - git
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git and a writable repository.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - git
@@ -13,6 +13,7 @@ license: MIT
13
13
  allowed-tools: Bash, Read, Write, Edit
14
14
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires the GitHub CLI (`gh`) authenticated and a daily note vault.
15
15
  metadata:
16
+ targets: ["claude"]
16
17
  author: Oleg Koval
17
18
  tags:
18
19
  - github
@@ -13,6 +13,7 @@ license: MIT
13
13
  allowed-tools: Bash, Read, Write, Edit
14
14
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires the GitHub CLI (`gh`) authenticated and a daily note vault.
15
15
  metadata:
16
+ targets: ["cursor"]
16
17
  author: Oleg Koval
17
18
  tags:
18
19
  - github
@@ -14,6 +14,7 @@ license: MIT
14
14
  allowed-tools: Bash, Read, Write, Edit
15
15
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires daily notes at a configurable vault path.
16
16
  metadata:
17
+ targets: ["claude"]
17
18
  author: Oleg Koval
18
19
  tags:
19
20
  - obsidian
@@ -14,6 +14,7 @@ license: MIT
14
14
  allowed-tools: Bash, Read, Write, Edit
15
15
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires daily notes at a configurable vault path.
16
16
  metadata:
17
+ targets: ["cursor"]
17
18
  author: Oleg Koval
18
19
  tags:
19
20
  - obsidian
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write, Edit, WebSearch, WebFetch
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable git repository; browser or image rendering tools are useful for visual validation.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - open-source
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit, WebSearch, WebFetch
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable git repository; browser or image rendering tools are useful for visual validation.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - open-source
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit, WebSearch, WebFetch
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable git repository; browser or image rendering tools are useful for visual validation.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - open-source
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write, Edit, WebSearch, WebFetch
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable application repository and a stack compatible with the generated implementation.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - product
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit, WebSearch, WebFetch
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable application repository and a stack compatible with the generated implementation.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - product
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit, WebSearch, WebFetch
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a writable application repository and a stack compatible with the generated implementation.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - product
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires promptctl to be installed when the workflow depends on the CLI.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - prompts
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires promptctl to be installed when the workflow depends on the CLI.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - prompts
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires promptctl to be installed when the workflow depends on the CLI.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - prompts
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Bash, Read, Write, Edit
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a Node.js package repository that uses git and GitHub Actions.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - semantic-release
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a Node.js package repository that uses git and GitHub Actions.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - semantic-release
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Bash, Read, Write, Edit
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires a Node.js package repository that uses git and GitHub Actions.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - semantic-release
@@ -5,6 +5,7 @@ license: MIT
5
5
  allowed-tools: Read, Bash
6
6
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools.
7
7
  metadata:
8
+ targets: [_source-only]
8
9
  author: Oleg Koval
9
10
  tags:
10
11
  - starters
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Read, Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools.
9
9
  metadata:
10
+ targets: ["claude"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - starters
@@ -7,6 +7,7 @@ license: MIT
7
7
  allowed-tools: Read, Bash
8
8
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools.
9
9
  metadata:
10
+ targets: ["cursor"]
10
11
  author: Oleg Koval
11
12
  tags:
12
13
  - starters
@@ -16,6 +16,15 @@ const skillPathFor = (pkg) => path.join(root, pkg.path, 'SKILL.md')
16
16
  const promptNameFor = (pkg) => `${pkg.name}.prompt.md`
17
17
  const generatedHeader = '<!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->'
18
18
  const stripFrontmatter = (content) => content.replace(/^---\n[\s\S]*?\n---\n?/, '')
19
+ const injectTargets = (content, targets) => {
20
+ const targetsYaml = targets.length > 0
21
+ ? ` targets: [${targets.map(t => JSON.stringify(t)).join(', ')}]`
22
+ : ' targets: []'
23
+ if (/^ targets:/m.test(content)) {
24
+ return content.replace(/^ targets:.*$/m, targetsYaml)
25
+ }
26
+ return content.replace(/^(metadata:)$/m, `$1\n${targetsYaml}`)
27
+ }
19
28
  const stripTrailingLineWhitespace = (content) => content.replace(/[ \t]+$/gm, '')
20
29
  const copySkillResources = (pkg, destDir) => {
21
30
  for (const resourceDir of ['scripts']) {
@@ -200,7 +209,7 @@ for (const pkg of catalog.packages) {
200
209
  2,
201
210
  ) + '\n',
202
211
  )
203
- fs.writeFileSync(path.join(claudeDestDir, 'SKILL.md'), [generatedHeader, '', canonical, ''].join('\n'))
212
+ fs.writeFileSync(path.join(claudeDestDir, 'SKILL.md'), [generatedHeader, '', injectTargets(canonical, ['claude']), ''].join('\n'))
204
213
  copySkillResources(pkg, claudeDestDir)
205
214
  }
206
215
 
@@ -221,7 +230,7 @@ for (const pkg of catalog.packages) {
221
230
  2,
222
231
  ) + '\n',
223
232
  )
224
- fs.writeFileSync(path.join(destDir, 'SKILL.md'), [generatedHeader, '', canonical, ''].join('\n'))
233
+ fs.writeFileSync(path.join(destDir, 'SKILL.md'), [generatedHeader, '', injectTargets(canonical, ['cursor']), ''].join('\n'))
225
234
  copySkillResources(pkg, destDir)
226
235
  }
227
236