@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.
- package/.claude-plugin/marketplace.json +58 -0
- package/.cursor-plugin/index.json +55 -0
- package/LICENSE +21 -0
- package/README.md +181 -0
- package/catalog/skills.json +202 -0
- package/collections/creative-tools.json +5 -0
- package/collections/docs-tools.json +5 -0
- package/collections/git-tools.json +5 -0
- package/collections/marketing.json +5 -0
- package/collections/music.json +5 -0
- package/collections/photography.json +5 -0
- package/collections/product-tools.json +5 -0
- package/collections/prompt-tools.json +5 -0
- package/collections/release-tools.json +5 -0
- package/collections/software-development.json +13 -0
- package/package.json +47 -0
- package/packages/marketing/viral-launch/SKILL.md +101 -0
- package/packages/marketing/viral-launch/adapters/claude/plugin.json +10 -0
- package/packages/marketing/viral-launch/adapters/codex/README.md +3 -0
- package/packages/marketing/viral-launch/adapters/cursor/plugin.json +6 -0
- package/packages/marketing/viral-launch/adapters/cursor/skills/viral-launch/SKILL.md +103 -0
- package/packages/marketing/viral-launch/references/external-skills.md +12 -0
- package/packages/marketing/viral-launch/references/launch-checklist.md +42 -0
- package/packages/music/fill-music-player/LICENSE +21 -0
- package/packages/music/fill-music-player/SKILL.md +108 -0
- package/packages/music/fill-music-player/adapters/claude/plugin.json +10 -0
- package/packages/music/fill-music-player/adapters/codex/README.md +3 -0
- package/packages/music/fill-music-player/adapters/cursor/plugin.json +6 -0
- package/packages/music/fill-music-player/adapters/cursor/skills/fill-music-player/SKILL.md +110 -0
- package/packages/photography/gallery/.skillfish.json +10 -0
- package/packages/photography/gallery/SKILL.md +233 -0
- package/packages/photography/gallery/adapters/claude/plugin.json +10 -0
- package/packages/photography/gallery/adapters/codex/README.md +3 -0
- package/packages/photography/gallery/adapters/cursor/plugin.json +6 -0
- package/packages/photography/gallery/adapters/cursor/skills/gallery/SKILL.md +235 -0
- package/packages/software-development/changelog-generator/SKILL.md +111 -0
- package/packages/software-development/changelog-generator/adapters/claude/plugin.json +10 -0
- package/packages/software-development/changelog-generator/adapters/codex/README.md +3 -0
- package/packages/software-development/changelog-generator/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/changelog-generator/adapters/cursor/skills/changelog-generator/SKILL.md +113 -0
- package/packages/software-development/docs-index-keeper/SKILL.md +62 -0
- package/packages/software-development/docs-index-keeper/adapters/claude/plugin.json +10 -0
- package/packages/software-development/docs-index-keeper/adapters/codex/README.md +5 -0
- package/packages/software-development/docs-index-keeper/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/docs-index-keeper/adapters/cursor/skills/docs-index-keeper/SKILL.md +64 -0
- package/packages/software-development/gh-cli/SKILL.md +2196 -0
- package/packages/software-development/gh-cli/adapters/claude/plugin.json +10 -0
- package/packages/software-development/gh-cli/adapters/codex/README.md +3 -0
- package/packages/software-development/gh-cli/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/gh-cli/adapters/cursor/skills/gh-cli/SKILL.md +2198 -0
- package/packages/software-development/git-commit/SKILL.md +131 -0
- package/packages/software-development/git-commit/adapters/claude/plugin.json +10 -0
- package/packages/software-development/git-commit/adapters/codex/README.md +3 -0
- package/packages/software-development/git-commit/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/git-commit/adapters/cursor/skills/git-commit/SKILL.md +133 -0
- package/packages/software-development/product-builder/LICENSE +21 -0
- package/packages/software-development/product-builder/SKILL.md +221 -0
- package/packages/software-development/product-builder/adapters/claude/plugin.json +10 -0
- package/packages/software-development/product-builder/adapters/codex/README.md +3 -0
- package/packages/software-development/product-builder/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/product-builder/adapters/cursor/skills/product-builder/SKILL.md +223 -0
- package/packages/software-development/promptctl/SKILL.md +86 -0
- package/packages/software-development/promptctl/adapters/claude/plugin.json +10 -0
- package/packages/software-development/promptctl/adapters/codex/README.md +3 -0
- package/packages/software-development/promptctl/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/promptctl/adapters/cursor/skills/promptctl/SKILL.md +88 -0
- package/packages/software-development/semantic-release-beta/SKILL.md +55 -0
- package/packages/software-development/semantic-release-beta/adapters/claude/plugin.json +10 -0
- package/packages/software-development/semantic-release-beta/adapters/codex/README.md +3 -0
- package/packages/software-development/semantic-release-beta/adapters/cursor/plugin.json +6 -0
- package/packages/software-development/semantic-release-beta/adapters/cursor/skills/semantic-release-beta/SKILL.md +57 -0
- package/packages/software-development/semantic-release-beta/references/github-actions.md +16 -0
- package/packages/software-development/semantic-release-beta/references/node-semantic-release.md +13 -0
- package/packages/software-development/semantic-release-beta/references/preset.md +47 -0
- package/packages/software-development/semantic-release-beta/references/validation.md +17 -0
- package/scripts/build-adapters.sh +115 -0
- package/scripts/install-codex-symlinks.sh +37 -0
- package/scripts/sync-from-sources.sh +44 -0
- package/scripts/validate-catalog.sh +90 -0
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "agent skills",
|
|
3
|
+
"owner": {
|
|
4
|
+
"name": "Oleg Koval"
|
|
5
|
+
},
|
|
6
|
+
"plugins": [
|
|
7
|
+
{
|
|
8
|
+
"name": "olko:docs-index-keeper",
|
|
9
|
+
"source": "./packages/software-development/docs-index-keeper/adapters/claude",
|
|
10
|
+
"description": "Keep a Markdown docs index in sync through pre-commit, CI, or one-off maintenance flows."
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "olko:semantic-release-beta",
|
|
14
|
+
"source": "./packages/software-development/semantic-release-beta/adapters/claude",
|
|
15
|
+
"description": "Set up semantic-release-npm-github-publish with stable main releases and prerelease beta releases on a beta branch."
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"name": "olko:changelog-generator",
|
|
19
|
+
"source": "./packages/software-development/changelog-generator/adapters/claude",
|
|
20
|
+
"description": "Generate user-facing changelogs and release notes from git history."
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"name": "olko:gh-cli",
|
|
24
|
+
"source": "./packages/software-development/gh-cli/adapters/claude",
|
|
25
|
+
"description": "Use the GitHub CLI effectively for repositories, PRs, Actions, releases, and more."
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"name": "olko:git-commit",
|
|
29
|
+
"source": "./packages/software-development/git-commit/adapters/claude",
|
|
30
|
+
"description": "Create conventional commits with diff-aware staging and message generation."
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"name": "olko:gallery",
|
|
34
|
+
"source": "./packages/photography/gallery/adapters/claude",
|
|
35
|
+
"description": "Create photo galleries with AI-assisted layout curation and sequencing."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"name": "olko:promptctl",
|
|
39
|
+
"source": "./packages/software-development/promptctl/adapters/claude",
|
|
40
|
+
"description": "Use promptctl for template-based prompt engineering, scoring, and workflow automation."
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "olko:fill-music-player",
|
|
44
|
+
"source": "./packages/music/fill-music-player/adapters/claude",
|
|
45
|
+
"description": "Fill a portable music player with a curated random selection from a source music library while balancing formats, artists, albums, and capacity."
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"name": "olko:product-builder",
|
|
49
|
+
"source": "./packages/software-development/product-builder/adapters/claude",
|
|
50
|
+
"description": "Build a full-stack web application or SaaS product from a user description using production-oriented defaults."
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "olko:viral-launch",
|
|
54
|
+
"source": "./packages/marketing/viral-launch/adapters/claude",
|
|
55
|
+
"description": "Set up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops."
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "agent skills",
|
|
3
|
+
"plugins": [
|
|
4
|
+
{
|
|
5
|
+
"name": "olko:docs-index-keeper",
|
|
6
|
+
"source": "./packages/software-development/docs-index-keeper/adapters/cursor",
|
|
7
|
+
"description": "Keep a Markdown docs index in sync through pre-commit, CI, or one-off maintenance flows."
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"name": "olko:semantic-release-beta",
|
|
11
|
+
"source": "./packages/software-development/semantic-release-beta/adapters/cursor",
|
|
12
|
+
"description": "Set up semantic-release-npm-github-publish with stable main releases and prerelease beta releases on a beta branch."
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "olko:changelog-generator",
|
|
16
|
+
"source": "./packages/software-development/changelog-generator/adapters/cursor",
|
|
17
|
+
"description": "Generate user-facing changelogs and release notes from git history."
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "olko:gh-cli",
|
|
21
|
+
"source": "./packages/software-development/gh-cli/adapters/cursor",
|
|
22
|
+
"description": "Use the GitHub CLI effectively for repositories, PRs, Actions, releases, and more."
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "olko:git-commit",
|
|
26
|
+
"source": "./packages/software-development/git-commit/adapters/cursor",
|
|
27
|
+
"description": "Create conventional commits with diff-aware staging and message generation."
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "olko:gallery",
|
|
31
|
+
"source": "./packages/photography/gallery/adapters/cursor",
|
|
32
|
+
"description": "Create photo galleries with AI-assisted layout curation and sequencing."
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "olko:promptctl",
|
|
36
|
+
"source": "./packages/software-development/promptctl/adapters/cursor",
|
|
37
|
+
"description": "Use promptctl for template-based prompt engineering, scoring, and workflow automation."
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "olko:fill-music-player",
|
|
41
|
+
"source": "./packages/music/fill-music-player/adapters/cursor",
|
|
42
|
+
"description": "Fill a portable music player with a curated random selection from a source music library while balancing formats, artists, albums, and capacity."
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "olko:product-builder",
|
|
46
|
+
"source": "./packages/software-development/product-builder/adapters/cursor",
|
|
47
|
+
"description": "Build a full-stack web application or SaaS product from a user description using production-oriented defaults."
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "olko:viral-launch",
|
|
51
|
+
"source": "./packages/marketing/viral-launch/adapters/cursor",
|
|
52
|
+
"description": "Set up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops."
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Oleg Koval
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
<div align="center">
|
|
2
|
+
<h1>agent skills</h1>
|
|
3
|
+
<p><strong>Agent-agnostic skill catalog for Codex, Claude, Cursor, and other skill-aware tools.</strong></p>
|
|
4
|
+
<p>
|
|
5
|
+
<img src="https://img.shields.io/badge/license-MIT-16a34a" alt="MIT license">
|
|
6
|
+
<img src="https://img.shields.io/badge/skills-10-2563eb" alt="10 skills">
|
|
7
|
+
<img src="https://img.shields.io/badge/platforms-Codex%20%7C%20Claude%20%7C%20Cursor%20%7C%20Copilot-111827" alt="Codex Claude Cursor Copilot">
|
|
8
|
+
<img src="https://img.shields.io/badge/status-public%20catalog-16a34a" alt="Public catalog">
|
|
9
|
+
</p>
|
|
10
|
+
</div>
|
|
11
|
+
|
|
12
|
+
Agent-agnostic skill collection for Codex, Claude, Cursor, and other skill-aware tools.
|
|
13
|
+
|
|
14
|
+
These skills are opinionated by design. They encode working defaults, preferred tools, and repeatable workflows instead of trying to be neutral snippets. Treat them as starting points with taste: useful out of the box, easy to inspect, and specific enough for an agent to execute consistently.
|
|
15
|
+
|
|
16
|
+
## Structure
|
|
17
|
+
|
|
18
|
+
- `packages/` — canonical skill packages organized by category
|
|
19
|
+
- `catalog/` — machine-readable inventory
|
|
20
|
+
- `collections/` — grouped package bundles
|
|
21
|
+
- `scripts/` — sync and validation helpers
|
|
22
|
+
|
|
23
|
+
## Principles
|
|
24
|
+
|
|
25
|
+
- Keep one canonical skill package per workflow.
|
|
26
|
+
- Put agent-specific wrappers in `adapters/` instead of duplicating the core skill.
|
|
27
|
+
- Keep catalogs neutral and machine-readable.
|
|
28
|
+
- Add marketplace-specific metadata on top of the canonical package, not instead of it.
|
|
29
|
+
|
|
30
|
+
## Packages
|
|
31
|
+
|
|
32
|
+
### Software development
|
|
33
|
+
|
|
34
|
+
- `docs-index-keeper`
|
|
35
|
+
- `semantic-release-beta`
|
|
36
|
+
- `changelog-generator`
|
|
37
|
+
- `gh-cli`
|
|
38
|
+
- `git-commit`
|
|
39
|
+
- `promptctl`
|
|
40
|
+
- `product-builder`
|
|
41
|
+
|
|
42
|
+
### Music
|
|
43
|
+
|
|
44
|
+
- `fill-music-player`
|
|
45
|
+
|
|
46
|
+
### Marketing
|
|
47
|
+
|
|
48
|
+
- `viral-launch`
|
|
49
|
+
|
|
50
|
+
### Photography
|
|
51
|
+
|
|
52
|
+
- `gallery`
|
|
53
|
+
|
|
54
|
+
## How to use skills
|
|
55
|
+
|
|
56
|
+
Install the Codex symlinks, then mention a skill by its lookup name in a new agent session:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
./scripts/install-codex-symlinks.sh
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
```text
|
|
63
|
+
Use the olko:semantic-release-beta skill to add prereleases on a beta branch.
|
|
64
|
+
```
|
|
65
|
+
|
|
66
|
+
```text
|
|
67
|
+
Use the olko:gallery skill to build a photo gallery from this image folder.
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
```text
|
|
71
|
+
Use the olko:viral-launch skill to make this project launch-ready.
|
|
72
|
+
```
|
|
73
|
+
|
|
74
|
+
Each package has a canonical `SKILL.md` under `packages/{category}/{skill}/`. Agent-specific wrappers live under that package's `adapters/` directory.
|
|
75
|
+
|
|
76
|
+
When adding or changing a skill:
|
|
77
|
+
|
|
78
|
+
1. Update the canonical `SKILL.md` first.
|
|
79
|
+
2. Keep instructions concrete and operational.
|
|
80
|
+
3. Add references only when the agent needs extra detail to execute the workflow.
|
|
81
|
+
4. Update `catalog/skills.json` if the skill name, category, description, path, tags, or adapters change.
|
|
82
|
+
5. Run local validation before publishing changes.
|
|
83
|
+
|
|
84
|
+
## Root manifests
|
|
85
|
+
|
|
86
|
+
- Claude marketplace manifest: `.claude-plugin/marketplace.json`
|
|
87
|
+
- Cursor plugin index: `.cursor-plugin/index.json`
|
|
88
|
+
- Copilot repository instructions: `.github/copilot-instructions.md`
|
|
89
|
+
- Copilot prompt files: `.github/prompts/*.prompt.md`
|
|
90
|
+
|
|
91
|
+
These are generated from the neutral package inventory and kept in the repo for platform-specific consumption.
|
|
92
|
+
|
|
93
|
+
## Install and test
|
|
94
|
+
|
|
95
|
+
### Codex
|
|
96
|
+
|
|
97
|
+
Install all canonical packages into your local Codex skills directory:
|
|
98
|
+
|
|
99
|
+
```bash
|
|
100
|
+
./scripts/install-codex-symlinks.sh
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
This creates symlinks from the package catalog into `${CODEX_HOME:-~/.codex}/skills` using the lookup format `olko:{skill_name}`.
|
|
104
|
+
|
|
105
|
+
To test a skill in a fresh Codex session, mention it explicitly:
|
|
106
|
+
|
|
107
|
+
```text
|
|
108
|
+
Use the olko:docs-index-keeper skill to set up docs index automation in this repo.
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
```text
|
|
112
|
+
Use the olko:semantic-release-beta skill to add prereleases on a beta branch.
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
### Claude
|
|
116
|
+
|
|
117
|
+
The repository includes a generated root manifest at `.claude-plugin/marketplace.json` and per-package Claude adapter stubs under `packages/*/*/adapters/claude/`.
|
|
118
|
+
|
|
119
|
+
Current status:
|
|
120
|
+
|
|
121
|
+
- suitable for local packaging and iteration
|
|
122
|
+
- not yet validated against a live Claude marketplace install flow
|
|
123
|
+
|
|
124
|
+
### Cursor
|
|
125
|
+
|
|
126
|
+
The repository includes a generated root plugin index at `.cursor-plugin/index.json` and per-package Cursor adapter stubs under `packages/*/*/adapters/cursor/`.
|
|
127
|
+
|
|
128
|
+
Current status:
|
|
129
|
+
|
|
130
|
+
- suitable for local packaging and iteration
|
|
131
|
+
- not yet validated against a live Cursor plugin install flow
|
|
132
|
+
|
|
133
|
+
### GitHub Copilot
|
|
134
|
+
|
|
135
|
+
The repository includes generated Copilot repository instructions at `.github/copilot-instructions.md` and one reusable prompt file per skill under `.github/prompts/`.
|
|
136
|
+
|
|
137
|
+
Current status:
|
|
138
|
+
|
|
139
|
+
- suitable for repository-level Copilot customization
|
|
140
|
+
- generated from the canonical package catalog
|
|
141
|
+
- not yet validated against GitHub Copilot in a live GitHub workspace
|
|
142
|
+
|
|
143
|
+
### Source sync
|
|
144
|
+
|
|
145
|
+
`./scripts/sync-from-sources.sh` syncs package content only for catalog entries that explicitly define `sourcePath`. If no package has `sourcePath`, the script exits successfully and reports that there is nothing to sync.
|
|
146
|
+
|
|
147
|
+
## Local validation
|
|
148
|
+
|
|
149
|
+
Rebuild generated manifests:
|
|
150
|
+
|
|
151
|
+
```bash
|
|
152
|
+
./scripts/build-adapters.sh
|
|
153
|
+
```
|
|
154
|
+
|
|
155
|
+
Validate the neutral catalog and generated root manifests:
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
./scripts/validate-catalog.sh
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
## Smoke-tested workflows
|
|
162
|
+
|
|
163
|
+
The following package workflows have been smoke-tested locally before first push:
|
|
164
|
+
|
|
165
|
+
- `docs-index-keeper`
|
|
166
|
+
- installed from npm in a temporary git repo
|
|
167
|
+
- initialized hook generation with `npx docs-index-keeper init`
|
|
168
|
+
- updated `docs/README.md` from a staged Markdown file
|
|
169
|
+
- passed `docs-index-keeper check`
|
|
170
|
+
- `semantic-release-beta`
|
|
171
|
+
- configured a temporary git repo with `main` and `beta` branches
|
|
172
|
+
- used `semantic-release-npm-github-publish` as the release preset
|
|
173
|
+
- ran `semantic-release --dry-run --no-ci` on `beta`
|
|
174
|
+
- verified prerelease calculation to `1.0.0-beta.1`
|
|
175
|
+
|
|
176
|
+
The semantic-release smoke test was intentionally self-contained and used a local bare git remote plus a valid `file://` repository URL so dry-run behavior could be validated without real npm or GitHub publishing credentials.
|
|
177
|
+
|
|
178
|
+
## Licensing notes
|
|
179
|
+
|
|
180
|
+
- `fill-music-player` includes an MIT license and is safe to carry as-is in this repository.
|
|
181
|
+
- `product-builder` now has an MIT license file added in the source repo clone and in this catalog package, matching the existing MIT claim in its README.
|
|
@@ -0,0 +1,202 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "agent skills",
|
|
3
|
+
"packages": [
|
|
4
|
+
{
|
|
5
|
+
"name": "docs-index-keeper",
|
|
6
|
+
"lookupName": "olko:docs-index-keeper",
|
|
7
|
+
"category": "software-development",
|
|
8
|
+
"path": "packages/software-development/docs-index-keeper",
|
|
9
|
+
"description": "Keep a Markdown docs index in sync through pre-commit, CI, or one-off maintenance flows.",
|
|
10
|
+
"tags": [
|
|
11
|
+
"docs",
|
|
12
|
+
"markdown",
|
|
13
|
+
"index",
|
|
14
|
+
"ci",
|
|
15
|
+
"pre-commit"
|
|
16
|
+
],
|
|
17
|
+
"adapters": [
|
|
18
|
+
"codex",
|
|
19
|
+
"claude",
|
|
20
|
+
"cursor",
|
|
21
|
+
"copilot"
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "semantic-release-beta",
|
|
26
|
+
"lookupName": "olko:semantic-release-beta",
|
|
27
|
+
"category": "software-development",
|
|
28
|
+
"path": "packages/software-development/semantic-release-beta",
|
|
29
|
+
"description": "Set up semantic-release-npm-github-publish with stable main releases and prerelease beta releases on a beta branch.",
|
|
30
|
+
"tags": [
|
|
31
|
+
"semantic-release",
|
|
32
|
+
"semantic-release-npm-github-publish",
|
|
33
|
+
"release",
|
|
34
|
+
"beta",
|
|
35
|
+
"github-actions",
|
|
36
|
+
"npm"
|
|
37
|
+
],
|
|
38
|
+
"adapters": [
|
|
39
|
+
"codex",
|
|
40
|
+
"claude",
|
|
41
|
+
"cursor",
|
|
42
|
+
"copilot"
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"name": "changelog-generator",
|
|
47
|
+
"lookupName": "olko:changelog-generator",
|
|
48
|
+
"category": "software-development",
|
|
49
|
+
"path": "packages/software-development/changelog-generator",
|
|
50
|
+
"description": "Generate user-facing changelogs and release notes from git history.",
|
|
51
|
+
"tags": [
|
|
52
|
+
"changelog",
|
|
53
|
+
"release-notes",
|
|
54
|
+
"git",
|
|
55
|
+
"docs"
|
|
56
|
+
],
|
|
57
|
+
"adapters": [
|
|
58
|
+
"codex",
|
|
59
|
+
"claude",
|
|
60
|
+
"cursor",
|
|
61
|
+
"copilot"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"name": "gh-cli",
|
|
66
|
+
"lookupName": "olko:gh-cli",
|
|
67
|
+
"category": "software-development",
|
|
68
|
+
"path": "packages/software-development/gh-cli",
|
|
69
|
+
"description": "Use the GitHub CLI effectively for repositories, PRs, Actions, releases, and more.",
|
|
70
|
+
"tags": [
|
|
71
|
+
"github",
|
|
72
|
+
"gh",
|
|
73
|
+
"cli",
|
|
74
|
+
"pull-requests",
|
|
75
|
+
"actions"
|
|
76
|
+
],
|
|
77
|
+
"adapters": [
|
|
78
|
+
"codex",
|
|
79
|
+
"claude",
|
|
80
|
+
"cursor",
|
|
81
|
+
"copilot"
|
|
82
|
+
]
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"name": "git-commit",
|
|
86
|
+
"lookupName": "olko:git-commit",
|
|
87
|
+
"category": "software-development",
|
|
88
|
+
"path": "packages/software-development/git-commit",
|
|
89
|
+
"description": "Create conventional commits with diff-aware staging and message generation.",
|
|
90
|
+
"tags": [
|
|
91
|
+
"git",
|
|
92
|
+
"commit",
|
|
93
|
+
"conventional-commits"
|
|
94
|
+
],
|
|
95
|
+
"adapters": [
|
|
96
|
+
"codex",
|
|
97
|
+
"claude",
|
|
98
|
+
"cursor",
|
|
99
|
+
"copilot"
|
|
100
|
+
]
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "gallery",
|
|
104
|
+
"lookupName": "olko:gallery",
|
|
105
|
+
"category": "photography",
|
|
106
|
+
"path": "packages/photography/gallery",
|
|
107
|
+
"description": "Create photo galleries with AI-assisted layout curation and sequencing.",
|
|
108
|
+
"tags": [
|
|
109
|
+
"photos",
|
|
110
|
+
"gallery",
|
|
111
|
+
"layout",
|
|
112
|
+
"curation"
|
|
113
|
+
],
|
|
114
|
+
"adapters": [
|
|
115
|
+
"codex",
|
|
116
|
+
"claude",
|
|
117
|
+
"cursor",
|
|
118
|
+
"copilot"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "promptctl",
|
|
123
|
+
"lookupName": "olko:promptctl",
|
|
124
|
+
"category": "software-development",
|
|
125
|
+
"path": "packages/software-development/promptctl",
|
|
126
|
+
"description": "Use promptctl for template-based prompt engineering, scoring, and workflow automation.",
|
|
127
|
+
"tags": [
|
|
128
|
+
"prompts",
|
|
129
|
+
"prompt-engineering",
|
|
130
|
+
"cli",
|
|
131
|
+
"templates"
|
|
132
|
+
],
|
|
133
|
+
"adapters": [
|
|
134
|
+
"codex",
|
|
135
|
+
"claude",
|
|
136
|
+
"cursor",
|
|
137
|
+
"copilot"
|
|
138
|
+
]
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"name": "fill-music-player",
|
|
142
|
+
"lookupName": "olko:fill-music-player",
|
|
143
|
+
"category": "music",
|
|
144
|
+
"path": "packages/music/fill-music-player",
|
|
145
|
+
"description": "Fill a portable music player with a curated random selection from a source music library while balancing formats, artists, albums, and capacity.",
|
|
146
|
+
"tags": [
|
|
147
|
+
"music",
|
|
148
|
+
"media",
|
|
149
|
+
"copy",
|
|
150
|
+
"curation",
|
|
151
|
+
"cli"
|
|
152
|
+
],
|
|
153
|
+
"adapters": [
|
|
154
|
+
"codex",
|
|
155
|
+
"claude",
|
|
156
|
+
"cursor",
|
|
157
|
+
"copilot"
|
|
158
|
+
]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"name": "product-builder",
|
|
162
|
+
"lookupName": "olko:product-builder",
|
|
163
|
+
"category": "software-development",
|
|
164
|
+
"path": "packages/software-development/product-builder",
|
|
165
|
+
"description": "Build a full-stack web application or SaaS product from a user description using production-oriented defaults.",
|
|
166
|
+
"tags": [
|
|
167
|
+
"product",
|
|
168
|
+
"full-stack",
|
|
169
|
+
"saas",
|
|
170
|
+
"web-app",
|
|
171
|
+
"builder"
|
|
172
|
+
],
|
|
173
|
+
"adapters": [
|
|
174
|
+
"codex",
|
|
175
|
+
"claude",
|
|
176
|
+
"cursor",
|
|
177
|
+
"copilot"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
"name": "viral-launch",
|
|
182
|
+
"lookupName": "olko:viral-launch",
|
|
183
|
+
"category": "marketing",
|
|
184
|
+
"path": "packages/marketing/viral-launch",
|
|
185
|
+
"description": "Set up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops.",
|
|
186
|
+
"tags": [
|
|
187
|
+
"marketing",
|
|
188
|
+
"launch",
|
|
189
|
+
"growth",
|
|
190
|
+
"virality",
|
|
191
|
+
"positioning",
|
|
192
|
+
"github"
|
|
193
|
+
],
|
|
194
|
+
"adapters": [
|
|
195
|
+
"codex",
|
|
196
|
+
"claude",
|
|
197
|
+
"cursor",
|
|
198
|
+
"copilot"
|
|
199
|
+
]
|
|
200
|
+
}
|
|
201
|
+
]
|
|
202
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "software-development",
|
|
3
|
+
"description": "Skills for software development, release automation, git workflows, documentation, prompt tooling, and product building.",
|
|
4
|
+
"packages": [
|
|
5
|
+
"docs-index-keeper",
|
|
6
|
+
"semantic-release-beta",
|
|
7
|
+
"changelog-generator",
|
|
8
|
+
"gh-cli",
|
|
9
|
+
"git-commit",
|
|
10
|
+
"promptctl",
|
|
11
|
+
"product-builder"
|
|
12
|
+
]
|
|
13
|
+
}
|
package/package.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@olegkoval/agent-skills",
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
|
+
"private": false,
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
8
|
+
"description": "Agent-agnostic skill catalog for Codex, Claude, Cursor, and other skill-aware tools.",
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/oleg-koval/agent-skills.git"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/oleg-koval/agent-skills/issues"
|
|
16
|
+
},
|
|
17
|
+
"homepage": "https://github.com/oleg-koval/agent-skills#readme",
|
|
18
|
+
"engines": {
|
|
19
|
+
"node": ">=22"
|
|
20
|
+
},
|
|
21
|
+
"files": [
|
|
22
|
+
"catalog",
|
|
23
|
+
"collections",
|
|
24
|
+
"packages",
|
|
25
|
+
".claude-plugin",
|
|
26
|
+
".cursor-plugin",
|
|
27
|
+
"scripts",
|
|
28
|
+
"README.md",
|
|
29
|
+
"LICENSE"
|
|
30
|
+
],
|
|
31
|
+
"scripts": {
|
|
32
|
+
"build": "sh ./scripts/build-adapters.sh",
|
|
33
|
+
"test": "sh ./scripts/validate-catalog.sh",
|
|
34
|
+
"semantic-release": "semantic-release",
|
|
35
|
+
"release:dry-run": "semantic-release --dry-run --no-ci --verify-conditions=@semantic-release/changelog --verify-conditions=@semantic-release/git --verify-conditions=@semantic-release/github"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@semantic-release/changelog": "^6.0.3",
|
|
39
|
+
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
40
|
+
"@semantic-release/git": "^10.0.1",
|
|
41
|
+
"@semantic-release/github": "^12.0.6",
|
|
42
|
+
"@semantic-release/npm": "^13.1.5",
|
|
43
|
+
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
44
|
+
"semantic-release": "^25.0.3",
|
|
45
|
+
"semantic-release-npm-github-publish": "^1.7.3"
|
|
46
|
+
}
|
|
47
|
+
}
|