@olegkoval/agent-skills 1.0.0-beta.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 (79) hide show
  1. package/.claude-plugin/marketplace.json +58 -0
  2. package/.cursor-plugin/index.json +55 -0
  3. package/LICENSE +21 -0
  4. package/README.md +181 -0
  5. package/catalog/skills.json +202 -0
  6. package/collections/creative-tools.json +5 -0
  7. package/collections/docs-tools.json +5 -0
  8. package/collections/git-tools.json +5 -0
  9. package/collections/marketing.json +5 -0
  10. package/collections/music.json +5 -0
  11. package/collections/photography.json +5 -0
  12. package/collections/product-tools.json +5 -0
  13. package/collections/prompt-tools.json +5 -0
  14. package/collections/release-tools.json +5 -0
  15. package/collections/software-development.json +13 -0
  16. package/package.json +47 -0
  17. package/packages/marketing/viral-launch/SKILL.md +101 -0
  18. package/packages/marketing/viral-launch/adapters/claude/plugin.json +10 -0
  19. package/packages/marketing/viral-launch/adapters/codex/README.md +3 -0
  20. package/packages/marketing/viral-launch/adapters/cursor/plugin.json +6 -0
  21. package/packages/marketing/viral-launch/adapters/cursor/skills/viral-launch/SKILL.md +103 -0
  22. package/packages/marketing/viral-launch/references/external-skills.md +12 -0
  23. package/packages/marketing/viral-launch/references/launch-checklist.md +42 -0
  24. package/packages/music/fill-music-player/LICENSE +21 -0
  25. package/packages/music/fill-music-player/SKILL.md +108 -0
  26. package/packages/music/fill-music-player/adapters/claude/plugin.json +10 -0
  27. package/packages/music/fill-music-player/adapters/codex/README.md +3 -0
  28. package/packages/music/fill-music-player/adapters/cursor/plugin.json +6 -0
  29. package/packages/music/fill-music-player/adapters/cursor/skills/fill-music-player/SKILL.md +110 -0
  30. package/packages/photography/gallery/.skillfish.json +10 -0
  31. package/packages/photography/gallery/SKILL.md +233 -0
  32. package/packages/photography/gallery/adapters/claude/plugin.json +10 -0
  33. package/packages/photography/gallery/adapters/codex/README.md +3 -0
  34. package/packages/photography/gallery/adapters/cursor/plugin.json +6 -0
  35. package/packages/photography/gallery/adapters/cursor/skills/gallery/SKILL.md +235 -0
  36. package/packages/software-development/changelog-generator/SKILL.md +111 -0
  37. package/packages/software-development/changelog-generator/adapters/claude/plugin.json +10 -0
  38. package/packages/software-development/changelog-generator/adapters/codex/README.md +3 -0
  39. package/packages/software-development/changelog-generator/adapters/cursor/plugin.json +6 -0
  40. package/packages/software-development/changelog-generator/adapters/cursor/skills/changelog-generator/SKILL.md +113 -0
  41. package/packages/software-development/docs-index-keeper/SKILL.md +62 -0
  42. package/packages/software-development/docs-index-keeper/adapters/claude/plugin.json +10 -0
  43. package/packages/software-development/docs-index-keeper/adapters/codex/README.md +5 -0
  44. package/packages/software-development/docs-index-keeper/adapters/cursor/plugin.json +6 -0
  45. package/packages/software-development/docs-index-keeper/adapters/cursor/skills/docs-index-keeper/SKILL.md +64 -0
  46. package/packages/software-development/gh-cli/SKILL.md +2196 -0
  47. package/packages/software-development/gh-cli/adapters/claude/plugin.json +10 -0
  48. package/packages/software-development/gh-cli/adapters/codex/README.md +3 -0
  49. package/packages/software-development/gh-cli/adapters/cursor/plugin.json +6 -0
  50. package/packages/software-development/gh-cli/adapters/cursor/skills/gh-cli/SKILL.md +2198 -0
  51. package/packages/software-development/git-commit/SKILL.md +131 -0
  52. package/packages/software-development/git-commit/adapters/claude/plugin.json +10 -0
  53. package/packages/software-development/git-commit/adapters/codex/README.md +3 -0
  54. package/packages/software-development/git-commit/adapters/cursor/plugin.json +6 -0
  55. package/packages/software-development/git-commit/adapters/cursor/skills/git-commit/SKILL.md +133 -0
  56. package/packages/software-development/product-builder/LICENSE +21 -0
  57. package/packages/software-development/product-builder/SKILL.md +221 -0
  58. package/packages/software-development/product-builder/adapters/claude/plugin.json +10 -0
  59. package/packages/software-development/product-builder/adapters/codex/README.md +3 -0
  60. package/packages/software-development/product-builder/adapters/cursor/plugin.json +6 -0
  61. package/packages/software-development/product-builder/adapters/cursor/skills/product-builder/SKILL.md +223 -0
  62. package/packages/software-development/promptctl/SKILL.md +86 -0
  63. package/packages/software-development/promptctl/adapters/claude/plugin.json +10 -0
  64. package/packages/software-development/promptctl/adapters/codex/README.md +3 -0
  65. package/packages/software-development/promptctl/adapters/cursor/plugin.json +6 -0
  66. package/packages/software-development/promptctl/adapters/cursor/skills/promptctl/SKILL.md +88 -0
  67. package/packages/software-development/semantic-release-beta/SKILL.md +55 -0
  68. package/packages/software-development/semantic-release-beta/adapters/claude/plugin.json +10 -0
  69. package/packages/software-development/semantic-release-beta/adapters/codex/README.md +3 -0
  70. package/packages/software-development/semantic-release-beta/adapters/cursor/plugin.json +6 -0
  71. package/packages/software-development/semantic-release-beta/adapters/cursor/skills/semantic-release-beta/SKILL.md +57 -0
  72. package/packages/software-development/semantic-release-beta/references/github-actions.md +16 -0
  73. package/packages/software-development/semantic-release-beta/references/node-semantic-release.md +13 -0
  74. package/packages/software-development/semantic-release-beta/references/preset.md +47 -0
  75. package/packages/software-development/semantic-release-beta/references/validation.md +17 -0
  76. package/scripts/build-adapters.sh +115 -0
  77. package/scripts/install-codex-symlinks.sh +37 -0
  78. package/scripts/sync-from-sources.sh +44 -0
  79. package/scripts/validate-catalog.sh +90 -0
@@ -0,0 +1,113 @@
1
+ <!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->
2
+
3
+ ---
4
+ name: changelog-generator
5
+ description: Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
6
+ compatibility: Codex, Claude Code, Cursor, and other Agent Skills compatible tools. Requires git history access in the target repository.
7
+ metadata:
8
+ author: Oleg Koval
9
+ tags:
10
+ - changelog
11
+ - release-notes
12
+ - git
13
+ - docs
14
+ ---
15
+
16
+ # Changelog Generator
17
+
18
+ This skill transforms technical git commits into polished, user-friendly changelogs that your customers and users will actually understand and appreciate.
19
+
20
+ ## When to Use This Skill
21
+
22
+ - Preparing release notes for a new version
23
+ - Creating weekly or monthly product update summaries
24
+ - Documenting changes for customers
25
+ - Writing changelog entries for app store submissions
26
+ - Generating update notifications
27
+ - Creating internal release documentation
28
+ - Maintaining a public changelog/product updates page
29
+
30
+ ## What This Skill Does
31
+
32
+ 1. **Scans Git History**: Analyzes commits from a specific time period or between versions
33
+ 2. **Categorizes Changes**: Groups commits into logical categories (features, improvements, bug fixes, breaking changes, security)
34
+ 3. **Translates Technical → User-Friendly**: Converts developer commits into customer language
35
+ 4. **Formats Professionally**: Creates clean, structured changelog entries
36
+ 5. **Filters Noise**: Excludes internal commits (refactoring, tests, etc.)
37
+ 6. **Follows Best Practices**: Applies changelog guidelines and your brand voice
38
+
39
+ ## How to Use
40
+
41
+ ### Basic Usage
42
+
43
+ From your project repository:
44
+
45
+ ```
46
+ Create a changelog from commits since last release
47
+ ```
48
+
49
+ ```
50
+ Generate changelog for all commits from the past week
51
+ ```
52
+
53
+ ```
54
+ Create release notes for version 2.5.0
55
+ ```
56
+
57
+ ### With Specific Date Range
58
+
59
+ ```
60
+ Create a changelog for all commits between March 1 and March 15
61
+ ```
62
+
63
+ ### With Custom Guidelines
64
+
65
+ ```
66
+ Create a changelog for commits since v2.4.0, using my changelog
67
+ guidelines from CHANGELOG_STYLE.md
68
+ ```
69
+
70
+ ## Example
71
+
72
+ **User**: "Create a changelog for commits from the past 7 days"
73
+
74
+ **Output**:
75
+ ```markdown
76
+ # Updates - Week of March 10, 2024
77
+
78
+ ## ✨ New Features
79
+
80
+ - **Team Workspaces**: Create separate workspaces for different
81
+ projects. Invite team members and keep everything organized.
82
+
83
+ - **Keyboard Shortcuts**: Press ? to see all available shortcuts.
84
+ Navigate faster without touching your mouse.
85
+
86
+ ## 🔧 Improvements
87
+
88
+ - **Faster Sync**: Files now sync 2x faster across devices
89
+ - **Better Search**: Search now includes file contents, not just titles
90
+
91
+ ## 🐛 Fixes
92
+
93
+ - Fixed issue where large images wouldn't upload
94
+ - Resolved timezone confusion in scheduled posts
95
+ - Corrected notification badge count
96
+ ```
97
+
98
+ **Inspired by:** Manik Aggarwal's use case from Lenny's Newsletter
99
+
100
+ ## Tips
101
+
102
+ - Run from your git repository root
103
+ - Specify date ranges for focused changelogs
104
+ - Use your CHANGELOG_STYLE.md for consistent formatting
105
+ - Review and adjust the generated changelog before publishing
106
+ - Save output directly to CHANGELOG.md
107
+
108
+ ## Related Use Cases
109
+
110
+ - Creating GitHub release notes
111
+ - Writing app store update descriptions
112
+ - Generating email updates for users
113
+ - Creating social media announcement posts
@@ -0,0 +1,62 @@
1
+ ---
2
+ name: docs-index-keeper
3
+ description: Keep a repository's Markdown docs index in sync by installing and running docs-index-keeper in pre-commit hooks, CI, or one-off maintenance flows.
4
+ license: MIT
5
+ compatibility: Codex, Claude Code, Cursor, and other Agent Skills compatible tools. Requires shell access and Node.js 18+ when installing from npm.
6
+ metadata:
7
+ author: Oleg Koval
8
+ package: docs-index-keeper
9
+ tags:
10
+ - docs
11
+ - markdown
12
+ - documentation
13
+ - pre-commit
14
+ - ci
15
+ - index
16
+ ---
17
+
18
+ # docs-index-keeper
19
+
20
+ Use this skill when a repository keeps docs under `docs/` and needs a Markdown index table updated automatically as docs are added or changed.
21
+
22
+ ## Trigger phrases
23
+
24
+ - keep a docs index up to date
25
+ - auto-update `docs/README.md`
26
+ - add a pre-commit hook for docs indexing
27
+ - enforce docs index freshness in CI
28
+ - add a specific `docs/*.md` file into a Markdown index table
29
+
30
+ ## Workflow
31
+
32
+ 1. Confirm the repo has a docs directory and an index table such as `| Doc | Purpose |`.
33
+ 2. Install the package if it is not already present:
34
+
35
+ ```bash
36
+ npm install -D docs-index-keeper
37
+ ```
38
+
39
+ 3. Initialize the hook:
40
+
41
+ ```bash
42
+ npx docs-index-keeper init
43
+ ```
44
+
45
+ 4. For CI enforcement, run:
46
+
47
+ ```bash
48
+ npx docs-index-keeper check
49
+ ```
50
+
51
+ 5. For one-off staged maintenance, run:
52
+
53
+ ```bash
54
+ npx docs-index-keeper update
55
+ ```
56
+
57
+ ## Notes
58
+
59
+ - `update` operates on staged Markdown files.
60
+ - `check` exits non-zero when the index is missing entries for staged docs.
61
+ - Purpose text comes from the first Markdown heading when available.
62
+ - New rows are inserted before an archive sentinel row when present.
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "olko:docs-index-keeper",
3
+ "description": "Keep Markdown docs indexes in sync through hooks, CI, or one-off maintenance.",
4
+ "skills": [
5
+ {
6
+ "name": "olko:docs-index-keeper",
7
+ "source": "../../SKILL.md"
8
+ }
9
+ ]
10
+ }
@@ -0,0 +1,5 @@
1
+ # Codex adapter
2
+
3
+ Use the canonical skill directly from `packages/software-development/docs-index-keeper/SKILL.md`.
4
+
5
+ Optional repo-local guidance can live in `AGENTS.md` for repositories that need stronger operating instructions.
@@ -0,0 +1,6 @@
1
+ {
2
+ "name": "olko:docs-index-keeper",
3
+ "version": "0.1.0",
4
+ "description": "Keep Markdown docs indexes in sync with staged docs changes using a portable skill and npm CLI.",
5
+ "skills": "skills/"
6
+ }
@@ -0,0 +1,64 @@
1
+ <!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->
2
+
3
+ ---
4
+ name: docs-index-keeper
5
+ description: Keep a repository's Markdown docs index in sync by installing and running docs-index-keeper in pre-commit hooks, CI, or one-off maintenance flows.
6
+ license: MIT
7
+ compatibility: Codex, Claude Code, Cursor, and other Agent Skills compatible tools. Requires shell access and Node.js 18+ when installing from npm.
8
+ metadata:
9
+ author: Oleg Koval
10
+ package: docs-index-keeper
11
+ tags:
12
+ - docs
13
+ - markdown
14
+ - documentation
15
+ - pre-commit
16
+ - ci
17
+ - index
18
+ ---
19
+
20
+ # docs-index-keeper
21
+
22
+ Use this skill when a repository keeps docs under `docs/` and needs a Markdown index table updated automatically as docs are added or changed.
23
+
24
+ ## Trigger phrases
25
+
26
+ - keep a docs index up to date
27
+ - auto-update `docs/README.md`
28
+ - add a pre-commit hook for docs indexing
29
+ - enforce docs index freshness in CI
30
+ - add a specific `docs/*.md` file into a Markdown index table
31
+
32
+ ## Workflow
33
+
34
+ 1. Confirm the repo has a docs directory and an index table such as `| Doc | Purpose |`.
35
+ 2. Install the package if it is not already present:
36
+
37
+ ```bash
38
+ npm install -D docs-index-keeper
39
+ ```
40
+
41
+ 3. Initialize the hook:
42
+
43
+ ```bash
44
+ npx docs-index-keeper init
45
+ ```
46
+
47
+ 4. For CI enforcement, run:
48
+
49
+ ```bash
50
+ npx docs-index-keeper check
51
+ ```
52
+
53
+ 5. For one-off staged maintenance, run:
54
+
55
+ ```bash
56
+ npx docs-index-keeper update
57
+ ```
58
+
59
+ ## Notes
60
+
61
+ - `update` operates on staged Markdown files.
62
+ - `check` exits non-zero when the index is missing entries for staged docs.
63
+ - Purpose text comes from the first Markdown heading when available.
64
+ - New rows are inserted before an archive sentinel row when present.