@olegkoval/agent-skills 1.42.1 → 1.42.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.
Files changed (59) hide show
  1. package/README.md +189 -119
  2. package/adapters/claude/olko-creative/skills/vinted-listing/SKILL.md +7 -1
  3. package/adapters/claude/olko-git-tools/skills/gh-cli/SKILL.md +7 -1
  4. package/adapters/claude/olko-github-pr/skills/lekker-review/references/agents/implementation.md +29 -4
  5. package/adapters/claude/olko-product/skills/viral-launch/SKILL.md +6 -2
  6. package/adapters/claude/olko-reflection/skills/retro-analysis/SKILL.md +7 -1
  7. package/adapters/claude/olko-reflection/skills/wrap-up/SKILL.md +7 -1
  8. package/adapters/claude/olko-release/skills/changelog-generator/SKILL.md +6 -1
  9. package/adapters/claude/olko-release/skills/semantic-release-beta/SKILL.md +7 -1
  10. package/adapters/claude/olko-skill-meta/skills/ai-tools-setup/SKILL.md +6 -1
  11. package/adapters/claude/olko-skill-meta/skills/promptctl/SKILL.md +6 -1
  12. package/adapters/claude/olko-web-ops/skills/docs-index-keeper/SKILL.md +5 -1
  13. package/adapters/claude/olko-web-ops/skills/website-analytics-bootstrap/SKILL.md +7 -1
  14. package/adapters/cursor/olko-creative/skills/vinted-listing/SKILL.md +7 -1
  15. package/adapters/cursor/olko-git-tools/skills/gh-cli/SKILL.md +7 -1
  16. package/adapters/cursor/olko-product/skills/viral-launch/SKILL.md +6 -2
  17. package/adapters/cursor/olko-reflection/skills/retro-analysis/SKILL.md +7 -1
  18. package/adapters/cursor/olko-reflection/skills/wrap-up/SKILL.md +7 -1
  19. package/adapters/cursor/olko-release/skills/changelog-generator/SKILL.md +6 -1
  20. package/adapters/cursor/olko-release/skills/semantic-release-beta/SKILL.md +7 -1
  21. package/adapters/cursor/olko-skill-meta/skills/ai-tools-setup/SKILL.md +6 -1
  22. package/adapters/cursor/olko-skill-meta/skills/promptctl/SKILL.md +6 -1
  23. package/adapters/cursor/olko-web-ops/skills/docs-index-keeper/SKILL.md +5 -1
  24. package/adapters/cursor/olko-web-ops/skills/website-analytics-bootstrap/SKILL.md +7 -1
  25. package/adapters/grok/olko-creative/skills/vinted-listing/SKILL.md +7 -1
  26. package/adapters/grok/olko-git-tools/skills/gh-cli/SKILL.md +7 -1
  27. package/adapters/grok/olko-product/skills/viral-launch/SKILL.md +6 -2
  28. package/adapters/grok/olko-reflection/skills/retro-analysis/SKILL.md +7 -1
  29. package/adapters/grok/olko-reflection/skills/wrap-up/SKILL.md +7 -1
  30. package/adapters/grok/olko-release/skills/changelog-generator/SKILL.md +6 -1
  31. package/adapters/grok/olko-release/skills/semantic-release-beta/SKILL.md +7 -1
  32. package/adapters/grok/olko-skill-meta/skills/ai-tools-setup/SKILL.md +6 -1
  33. package/adapters/grok/olko-skill-meta/skills/promptctl/SKILL.md +6 -1
  34. package/adapters/grok/olko-web-ops/skills/docs-index-keeper/SKILL.md +5 -1
  35. package/adapters/grok/olko-web-ops/skills/website-analytics-bootstrap/SKILL.md +7 -1
  36. package/package.json +1 -1
  37. package/plugins/olko-apple-kit/.claude-plugin/plugin.json +1 -1
  38. package/plugins/olko-creative/.claude-plugin/plugin.json +1 -1
  39. package/plugins/olko-creative/skills/vinted-listing/SKILL.md +7 -1
  40. package/plugins/olko-garmin-kit/.claude-plugin/plugin.json +1 -1
  41. package/plugins/olko-git-tools/.claude-plugin/plugin.json +1 -1
  42. package/plugins/olko-git-tools/skills/gh-cli/SKILL.md +7 -1
  43. package/plugins/olko-github-pr/.claude-plugin/plugin.json +1 -1
  44. package/plugins/olko-github-pr/skills/lekker-review/references/agents/implementation.md +29 -4
  45. package/plugins/olko-obsidian/.claude-plugin/plugin.json +1 -1
  46. package/plugins/olko-product/.claude-plugin/plugin.json +1 -1
  47. package/plugins/olko-product/skills/viral-launch/SKILL.md +6 -2
  48. package/plugins/olko-reflection/.claude-plugin/plugin.json +1 -1
  49. package/plugins/olko-reflection/skills/retro-analysis/SKILL.md +7 -1
  50. package/plugins/olko-reflection/skills/wrap-up/SKILL.md +7 -1
  51. package/plugins/olko-release/.claude-plugin/plugin.json +1 -1
  52. package/plugins/olko-release/skills/changelog-generator/SKILL.md +6 -1
  53. package/plugins/olko-release/skills/semantic-release-beta/SKILL.md +7 -1
  54. package/plugins/olko-skill-meta/.claude-plugin/plugin.json +1 -1
  55. package/plugins/olko-skill-meta/skills/ai-tools-setup/SKILL.md +6 -1
  56. package/plugins/olko-skill-meta/skills/promptctl/SKILL.md +6 -1
  57. package/plugins/olko-web-ops/.claude-plugin/plugin.json +1 -1
  58. package/plugins/olko-web-ops/skills/docs-index-keeper/SKILL.md +5 -1
  59. package/plugins/olko-web-ops/skills/website-analytics-bootstrap/SKILL.md +7 -1
package/README.md CHANGED
@@ -15,42 +15,37 @@ Agent-agnostic skill collection for Codex, Claude, Cursor, Grok, and other skill
15
15
 
16
16
  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.
17
17
 
18
- ## Structure
18
+ ```
19
+ PR & GIT BUILD OPERATE IMPROVE PERSONAL
20
+ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐ ┌────────────┐
21
+ │ github-pr │ │ product │ │ web-ops │ │ skill-meta │ │ creative │
22
+ │ git-tools │ │ apple-kit │ │ obsidian │ │ reflection │ │ │
23
+ │ release │ │ garmin-kit │ │ │ │ │ │ │
24
+ └────────────┘ └────────────┘ └────────────┘ └────────────┘ └────────────┘
25
+ ```
19
26
 
20
- - `plugins/olko-{plugin}/skills/{skill}/`: canonical skill packages, one per plugin
21
- - `catalog/skills.json`: machine-readable inventory, the source of truth
22
- - `adapters/`: generated per-tool wrappers (Claude, Codex, Cursor, Grok, Pi, Hermes)
23
- - `scripts/`: sync, build, and validation helpers
24
- - `site/`: generator for the browsable catalog at [skills.olegkoval.com](https://skills.olegkoval.com) (`npm run build:site`)
25
- - `docs/versioning.md`: catalog/plugin versioning and release automation contract
27
+ ---
26
28
 
27
- ## Principles
29
+ ## Start here
28
30
 
29
- - Keep one canonical skill package per workflow.
30
- - Put agent-specific wrappers in `adapters/` instead of duplicating the core skill.
31
- - Keep catalogs neutral and machine-readable.
32
- - Add marketplace-specific metadata on top of the canonical package, not instead of it.
31
+ Ten skills across different plugins that cover the most common jobs. Full catalog is below.
33
32
 
34
- ## Quick Start
33
+ | What you're doing | Skill | Key principle |
34
+ |--------------------|-------|----------------|
35
+ | Reviewing a PR beyond a single pass or a bot | [lekker-review](plugins/olko-github-pr/skills/lekker-review/SKILL.md) (`olko:lekker-review`) | Findings need proof, not a confident tone |
36
+ | Driving a PR to merge-ready in one pass | [pr-to-green](plugins/olko-github-pr/skills/pr-to-green/SKILL.md) (`olko:pr-to-green`) | Chain the fix loops instead of running them by hand |
37
+ | Getting CI back to green after a push | [ci-fix-loop](plugins/olko-github-pr/skills/ci-fix-loop/SKILL.md) (`olko:ci-fix-loop`) | Diagnose from the real failing log, not a guess |
38
+ | Committing with a real conventional message | [git-commit](plugins/olko-git-tools/skills/git-commit/SKILL.md) (`olko:git-commit`) | The message describes the diff, not the intent |
39
+ | Closing out a finished piece of work | [wrap-up](plugins/olko-reflection/skills/wrap-up/SKILL.md) (`olko:wrap-up`) | Verify against the original objective before cleaning up |
40
+ | Running a recurring engineering retrospective | [retro-analysis](plugins/olko-reflection/skills/retro-analysis/SKILL.md) (`olko:retro-analysis`) | Evidence from delivery and code, not vibes |
41
+ | Going from idea to a shippable MVP | [mvp-oneshot](plugins/olko-product/skills/mvp-oneshot/SKILL.md) (`olko:mvp-oneshot`) | Scope for one week, not the whole roadmap |
42
+ | Ramping up on an unfamiliar codebase fast | [crash-course](plugins/olko-reflection/skills/crash-course/SKILL.md) (`olko:crash-course`) | Source-grounded, timed, and testable |
43
+ | Cutting a release from ready-code to submitted-build | [release-day](plugins/olko-release/skills/release-day/SKILL.md) (`olko:release-day`) | One orchestrated pass, not five manual steps |
44
+ | Starting the workday with the queue synced | [morning-routine](plugins/olko-obsidian/skills/morning-routine/SKILL.md) (`olko:morning-routine`) | Chain the routines instead of running them separately |
35
45
 
36
- <details>
37
- <summary><b>Codex</b></summary>
38
-
39
- Install all package symlinks into your local Codex skills directory:
40
-
41
- ```bash
42
- git clone https://github.com/oleg-koval/agent-skills.git
43
- cd agent-skills
44
- ./scripts/install-codex-symlinks.sh
45
- ```
46
-
47
- Then mention a lookup name in a new Codex session:
48
-
49
- ```text
50
- Use the olko:semantic-release-beta skill to add prereleases on a beta branch.
51
- ```
46
+ ---
52
47
 
53
- </details>
48
+ ## Quick Start
54
49
 
55
50
  <details>
56
51
  <summary><b>Claude Code</b></summary>
@@ -105,6 +100,25 @@ claude --plugin-dir /path/to/agent-skills
105
100
 
106
101
  </details>
107
102
 
103
+ <details>
104
+ <summary><b>Codex</b></summary>
105
+
106
+ Install all package symlinks into your local Codex skills directory:
107
+
108
+ ```bash
109
+ git clone https://github.com/oleg-koval/agent-skills.git
110
+ cd agent-skills
111
+ ./scripts/install-codex-symlinks.sh
112
+ ```
113
+
114
+ Then mention a lookup name in a new Codex session:
115
+
116
+ ```text
117
+ Use the olko:semantic-release-beta skill to add prereleases on a beta branch.
118
+ ```
119
+
120
+ </details>
121
+
108
122
  <details>
109
123
  <summary><b>Grok</b></summary>
110
124
 
@@ -165,7 +179,9 @@ plugins/{plugin}/skills/{skill}/SKILL.md
165
179
 
166
180
  </details>
167
181
 
168
- ## All 49 Skills
182
+ ---
183
+
184
+ ## All 52 Skills
169
185
 
170
186
  Each entry links to its `SKILL.md`. Reference any skill by its `olko:*` lookup name in a new agent session. Skills are grouped by the plugin that owns them.
171
187
 
@@ -203,7 +219,7 @@ Everyday git and GitHub CLI operations: conventional commits, branch hygiene.
203
219
  | Skill | What it does | Use when |
204
220
  |-------|-------------|----------|
205
221
  | [git-commit](plugins/olko-git-tools/skills/git-commit/SKILL.md) | Creates conventional commits with diff-aware staging and message generation | Asking to commit changes or wanting a conventional commit message from the current diff |
206
- | [gh-cli](plugins/olko-git-tools/skills/gh-cli/SKILL.md) | Guides GitHub CLI usage for repos, PRs, Actions, releases, issues, and all related GitHub operations | Working with GitHub from the command line and needing reliable `gh` commands |
222
+ | [gh-cli](plugins/olko-git-tools/skills/gh-cli/SKILL.md) | Guides GitHub CLI usage for repos, PRs, Actions, releases, issues, and all related GitHub operations | A task needs a `gh` command and the exact syntax isn't obvious, or the user says "use gh" or "what is the gh command for"; for driving a PR through review bots and CI use the olko-github-pr skills instead |
207
223
  | [branch-cleanup](plugins/olko-git-tools/skills/branch-cleanup/SKILL.md) | Prunes stale git branches after a merge wave: deletes closed/merged remote branches, removes local tracking refs that no longer exist on the remote, and optionally cleans up merged local branches | Tidying up after a Dependabot triage batch merge or a sprint wind-down |
208
224
 
209
225
  ### olko-release (5)
@@ -212,10 +228,10 @@ Ship a release: semantic-release setup, changelogs, store listing copy, release-
212
228
 
213
229
  | Skill | What it does | Use when |
214
230
  |-------|-------------|----------|
215
- | [semantic-release-beta](plugins/olko-release/skills/semantic-release-beta/SKILL.md) | Sets up `semantic-release` with stable `main` releases and beta prereleases on a `beta` branch | A Node package needs stable npm publishing plus beta prereleases |
231
+ | [semantic-release-beta](plugins/olko-release/skills/semantic-release-beta/SKILL.md) | Sets up `semantic-release` with stable `main` releases and beta prereleases on a `beta` branch | A Node package needs stable npm publishing plus beta prereleases, or its releases are still manual and should become commit-driven; for writing the notes of one release use changelog-generator |
216
232
  | [open-source-publisher](plugins/olko-release/skills/open-source-publisher/SKILL.md) | Prepares an open-source repository for public publishing with branding, CI/CD, and release hygiene | Releasing a private project publicly with proper GitHub Pages, README, and social preview |
217
233
  | [release-day](plugins/olko-release/skills/release-day/SKILL.md) | Orchestrates a full release-day workflow for iOS, Android, or Garmin apps: verifies CI is green, generates a changelog, drafts store listing copy, triggers semantic-release or tags manually, waits for the build, and queues the App Store submission | Cutting a release from "code is ready" to "build submitted" in one orchestrated pass |
218
- | [changelog-generator](plugins/olko-release/skills/changelog-generator/SKILL.md) | Transforms git commits into polished user-facing changelogs by categorising changes and rewriting technical commit messages | Preparing release notes, app store update descriptions, or a public changelog |
234
+ | [changelog-generator](plugins/olko-release/skills/changelog-generator/SKILL.md) | Transforms git commits into polished user-facing changelogs by categorising changes and rewriting technical commit messages | Preparing release notes, a CHANGELOG entry, or "what changed since the last release"; for setting up the release pipeline itself use semantic-release-beta |
219
235
  | [store-listing-copy](plugins/olko-release/skills/store-listing-copy/SKILL.md) | Generates platform-validated App Store, Google Play, and Connect IQ store listing copy (title, subtitle, description, what's new, keywords) from a git changelog | Writing store copy before submitting to apple-store-submit or the garmin-watchface store workflow |
220
236
 
221
237
  ### olko-product (4)
@@ -227,7 +243,7 @@ Take a product idea to a shippable build: MVP passes, full-stack scaffolds, laun
227
243
  | [product-builder](plugins/olko-product/skills/product-builder/SKILL.md) | Builds a full-stack web app or SaaS product from a user description using production-oriented defaults | Building a complete app, SaaS, dashboard, or product rather than a prototype |
228
244
  | [mvp-oneshot](plugins/olko-product/skills/mvp-oneshot/SKILL.md) | Takes a rough product idea and produces a scoped, testable MVP plan and initial implementation in a single pass | Going from idea to a shippable one-week MVP without losing scope |
229
245
  | [starter-rules](plugins/olko-product/skills/starter-rules/SKILL.md) | Loads and enforces hard rules for every oleg-koval/* starter | Ensuring 300-line files, E2E tests, pre-commit hooks, Vertical Slice architecture, and KISS/DRY/SOLID |
230
- | [viral-launch](plugins/olko-product/skills/viral-launch/SKILL.md) | Sets up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops | Preparing a repo, product, open-source package, or creator tool for public launch |
246
+ | [viral-launch](plugins/olko-product/skills/viral-launch/SKILL.md) | Sets up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops | Preparing a repo, product, or package for public launch ("prep for Product Hunt", "write the launch post", "make this shareable"); for building the thing itself use mvp-oneshot or product-builder |
231
247
 
232
248
  ### olko-skill-meta (8)
233
249
 
@@ -238,9 +254,9 @@ Author and maintain agent skills and the AI toolchain itself.
238
254
  | [context-repo](plugins/olko-skill-meta/skills/context-repo/SKILL.md) | Resolves a single durable, private GitHub repository other skills use to persist context they produce, retro snapshots and shared-knowledge notes among them, searching the account for a store that already exists before ever asking to create one | A skill needs a durable, cross-machine store for content it generates, rather than a local scratch directory that does not survive across machines or repos |
239
255
  | [add-to-my-skills](plugins/olko-skill-meta/skills/add-to-my-skills/SKILL.md) | Copies a newly created skill from another repo into this catalog, refreshes the README and generated manifests, then commits and pushes | Adding a skill you wrote elsewhere into this catalog |
240
256
  | [skill-budget-audit](plugins/olko-skill-meta/skills/skill-budget-audit/SKILL.md) | Diagnoses and fixes Claude Code's skill context budget overflow, identifies heavy plugin bundles that exceed the 2% budget | Skills failing to load or Claude hitting context limits from plugin bundles |
241
- | [promptctl](plugins/olko-skill-meta/skills/promptctl/SKILL.md) | Uses `promptctl` for reusable prompt templates, scoring, and workflow automation | A project needs prompt conventions, review, scoring, or reusable prompt workflows |
257
+ | [promptctl](plugins/olko-skill-meta/skills/promptctl/SKILL.md) | Uses `promptctl` for reusable prompt templates, scoring, and workflow automation | A project needs prompt conventions, scoring, or reusable prompt templates, or the user names promptctl directly; for bringing a skill into this catalog use add-to-my-skills |
242
258
  | [veto-routing](plugins/olko-skill-meta/skills/veto-routing/SKILL.md) | Routes or executes AI tasks through Veto across configured providers while preserving privacy, cost, transport, and output boundaries | A task needs cost-aware multi-provider model selection, execution, fallback, or a machine-readable routing decision |
243
- | [ai-tools-setup](plugins/olko-skill-meta/skills/ai-tools-setup/SKILL.md) | Sets up, repairs, and reports on the RTK + ICM + Vox AI development toolkit, installs missing tools, fixes broken hooks and MCP config | Bootstrapping AI dev tools on a new machine or diagnosing broken integrations |
259
+ | [ai-tools-setup](plugins/olko-skill-meta/skills/ai-tools-setup/SKILL.md) | Sets up, repairs, and reports on the RTK + ICM + Vox AI development toolkit, installs missing tools, fixes broken hooks and MCP config | Bootstrapping AI dev tools on a new machine, or the user says "my hooks are broken", "MCP is not loading", "check my toolkit", "is ICM working"; also runs as the scheduled weekly toolkit report |
244
260
  | [relay](plugins/olko-skill-meta/skills/relay/SKILL.md) | Uses `claude-relay` to run long or rate-limit-prone tasks autonomously across subscription accounts | A task will outlive one session or hit rate limits partway through |
245
261
  | [shared-knowledge-artifact](plugins/olko-skill-meta/skills/shared-knowledge-artifact/SKILL.md) | Builds a shared, self-persisting knowledge ledger as a Claude Artifact, a private page that stores its own data, renders itself from it, and publishes new versions of itself so several agents read the same lessons and append to them | Giving multiple agents one place to learn from each other instead of repeating the same mistakes |
246
262
 
@@ -252,10 +268,10 @@ Look back and improve: self-critique, retrospectives, performance review, rapid
252
268
  |-------|-------------|----------|
253
269
  | [self-critique](plugins/olko-reflection/skills/self-critique/SKILL.md) | Adversarially critiques your own last answer: spawns a critic agent that verifies claims against live sources, then loops until satisfied and reports where you were wrong | Checking a substantial answer before the user has to |
254
270
  | [review-past-performance](plugins/olko-reflection/skills/review-past-performance/SKILL.md) | Pulls 24h of ICM memories, git history, and skill analytics; detects repeated mistakes and slow workflows; proposes 1-3 concrete fixes | Daily self-improvement loop or codifying a repeated workflow |
255
- | [retro-analysis](plugins/olko-reflection/skills/retro-analysis/SKILL.md) | Produces repository, comparison, and cross-project retrospectives from delivery, code-quality, work-pattern, and trend evidence | Recurring engineering retrospective or what did we ship?” analysis |
271
+ | [retro-analysis](plugins/olko-reflection/skills/retro-analysis/SKILL.md) | Produces repository, comparison, and cross-project retrospectives from delivery, code-quality, work-pattern, and trend evidence | The user asks for a retro over shipped work ("run a retrospective", "how did this quarter go", "what did we ship") or a scheduled retro job fires; for agent-operations retros use agent-ops-retro, for a single finished change use wrap-up |
256
272
  | [agent-ops-retro](plugins/olko-reflection/skills/agent-ops-retro/SKILL.md) | Retrospective on how the agents themselves are being operated: mines local transcripts and reads the reports other jobs already produce to surface what the human keeps repeating, what the guardrails caught, and where delivery leaked, carrying unactioned findings forward | Checking agent usage, delegation cost, or repeating corrections across sessions rather than shipped code |
257
273
  | [crash-course](plugins/olko-reflection/skills/crash-course/SKILL.md) | Expert tutor for rapid, source-grounded learning of any topic: a timed 4-hour sprint plus cheat-sheet, learning-ladder, quiz-me, Feynman, and resource-curation modes | Ramping up on an unfamiliar codebase, project, or concept under time pressure |
258
- | [wrap-up](plugins/olko-reflection/skills/wrap-up/SKILL.md) | Verifies a completed task against its original objective, confirms applicable checks, and safely tidies task-owned artifacts, worktrees, and local branches | Periodic or end-of-task delivery and cleanup review |
274
+ | [wrap-up](plugins/olko-reflection/skills/wrap-up/SKILL.md) | Verifies a completed task against its original objective, confirms applicable checks, and safely tidies task-owned artifacts, worktrees, and local branches | A change is believed done and the user says "wrap up", "we are done here", or "clean up after this", or before handing work off; for a retro over repository history use retro-analysis |
259
275
 
260
276
  ### olko-obsidian (3)
261
277
 
@@ -293,7 +309,7 @@ Creative and personal projects: photo galleries, music players, Plex ingest, lis
293
309
  | [gallery](plugins/olko-creative/skills/gallery/SKILL.md) | Creates photo galleries with AI-assisted layout curation and sequencing | Building a gallery from photos or planning photo layout, sequencing, and curation |
294
310
  | [fill-music-player](plugins/olko-creative/skills/fill-music-player/SKILL.md) | Fills a portable music player with a curated random selection while balancing formats, artists, albums, and capacity | Copying music from a NAS or local library to a Walkman, iPod, USB drive, or similar device |
295
311
  | [music-to-plex](plugins/olko-creative/skills/music-to-plex/SKILL.md) | Acquires albums, DJ crates, and YouTube playlists for Plex/Plexamp with verified NAS delivery, Plex visibility, and source-backed Obsidian radio notes | Adding or downloading music to Plex/Plexamp, including an album request, DJ crate, or YouTube playlist |
296
- | [vinted-listing](plugins/olko-creative/skills/vinted-listing/SKILL.md) | Creates and safely publishes Vinted listings from verified item details and the sellers original photos, with automatic suggestions, duplicate checks, draft verification, and publish confirmation | Creating, editing, or publishing a Vinted listing |
312
+ | [vinted-listing](plugins/olko-creative/skills/vinted-listing/SKILL.md) | Creates and safely publishes Vinted listings from verified item details and the seller's original photos, with automatic suggestions, duplicate checks, draft verification, and publish confirmation | Listing, selling, relisting, or pricing an item on Vinted, or editing and publishing an existing draft |
297
313
  | [wikipedia-uk-editor](plugins/olko-creative/skills/wikipedia-uk-editor/SKILL.md) | Drafts policy-compliant Ukrainian Wikipedia edits, en→uk translation, stub expansion, sourcing, backlog cleanup, returning ready-to-paste wikitext, an edit summary, and a verified source list | Editing, translating, or sourcing a uk.wikipedia.org article, or planning what to contribute next |
298
314
 
299
315
  ### olko-web-ops (4)
@@ -304,10 +320,37 @@ Operate a website: WAF rules, search console audits, analytics bootstrap, docs i
304
320
  |-------|-------------|----------|
305
321
  | [cloudflare-block-countries](plugins/olko-web-ops/skills/cloudflare-block-countries/SKILL.md) | Blocks specific countries via Cloudflare WAF Custom Rules using the API | Geo-blocking traffic or setting up WAF country rules across single or multiple zones |
306
322
  | [search-console-indexing-audit](plugins/olko-web-ops/skills/search-console-indexing-audit/SKILL.md) | Audits Google Search Console Coverage exports against sitemap, robots, canonical, redirect, and noindex signals | Diagnosing GSC indexing issues such as redirects, canonical alternates, and discovered-but-not-indexed pages |
307
- | [docs-index-keeper](plugins/olko-web-ops/skills/docs-index-keeper/SKILL.md) | Keeps a Markdown docs index in sync through pre-commit, CI, or one-off maintenance flows | A repo has `docs/` and needs `docs/README.md` updated automatically |
308
- | [website-analytics-bootstrap](plugins/olko-web-ops/skills/website-analytics-bootstrap/SKILL.md) | Sets up persistent SerpBear rank tracking, Google Search Console, seeded keywords, read-only SEO audits, and Telegram alerts on a local host or NAS | Bootstrapping SEO analytics and monitoring for a new website |
323
+ | [docs-index-keeper](plugins/olko-web-ops/skills/docs-index-keeper/SKILL.md) | Keeps a Markdown docs index in sync through pre-commit, CI, or one-off maintenance flows | A repo's docs index is stale, needs a CI check added, or new docs were added without being linked anywhere |
324
+ | [website-analytics-bootstrap](plugins/olko-web-ops/skills/website-analytics-bootstrap/SKILL.md) | Sets up persistent SerpBear rank tracking, Google Search Console, seeded keywords, read-only SEO audits, and Telegram alerts on a local host or NAS | Bootstrapping SEO analytics and monitoring for a site with no tracking yet; for diagnosing an existing indexing problem use search-console-indexing-audit |
309
325
 
310
- ## How to use skills
326
+ ---
327
+
328
+ ## How Skills Work
329
+
330
+ Every skill package follows a consistent anatomy:
331
+
332
+ ```text
333
+ ┌─────────────────────────────────────────────────────┐
334
+ │ SKILL.md │
335
+ │ │
336
+ │ ┌─ Frontmatter ─────────────────────────────────┐ │
337
+ │ │ name: lowercase-hyphen-name │ │
338
+ │ │ description: What this skill does. Use when… │ │
339
+ │ │ license / allowed-tools / compatibility │ │
340
+ │ └─────────────────────────────────────────────────┘ │
341
+ │ Body → numbered steps or phases, │
342
+ │ specific to the task │
343
+ │ Report → what to hand back and how │
344
+ └─────────────────────────────────────────────────────┘
345
+ ```
346
+
347
+ **Key design choices:**
348
+
349
+ - **Progressive disclosure.** Only `name` and `description` load into an agent's context up front. The body loads on invocation, which is why every description also carries its own "Use when" clause: it is the only routing signal an agent sees before deciding whether to open the file.
350
+ - **One canonical package per workflow.** `plugins/olko-{plugin}/skills/{skill}/SKILL.md` is the single source; agent-specific wrappers wrap it, they never fork it.
351
+ - **Description is the router.** A skill's `description` must say what it does and name the phrases a user would actually type, because that sentence is what an agent matches against, not the body.
352
+ - **Process over prose.** Skills read as workflows to follow (numbered steps, phases, gates), not as reference essays.
353
+ - **Adapters stay generated.** Per-tool wrappers under `adapters/`, `.windsurf/rules/`, `.kiro/steering/`, `.github/prompts/` and similar are built from `catalog/skills.json`; nothing there is hand-written.
311
354
 
312
355
  Install the Codex symlinks, then mention a skill by its lookup name in a new agent session:
313
356
 
@@ -333,15 +376,69 @@ Use the olko:viral-launch skill to make this project launch-ready.
333
376
 
334
377
  Each skill has a canonical `SKILL.md` under `plugins/{plugin}/skills/{skill}/`. Agent-specific wrappers live under that plugin's `adapters/` directory.
335
378
 
336
- When adding or changing a skill:
379
+ ---
380
+
381
+ ## Project Structure
382
+
383
+ ```text
384
+ agent-skills/
385
+ ├── plugins/
386
+ │ └── olko-{plugin}/
387
+ │ ├── .claude-plugin/plugin.json # generated
388
+ │ └── skills/{skill}/
389
+ │ ├── SKILL.md # canonical, source of truth for the skill
390
+ │ └── references/ # optional, loaded only when needed
391
+ ├── catalog/
392
+ │ └── skills.json # source of truth for plugin/skill metadata
393
+ ├── adapters/ # generated, one tree per tool
394
+ │ ├── claude/
395
+ │ ├── codex/
396
+ │ ├── cursor/
397
+ │ ├── grok/
398
+ │ ├── pi/
399
+ │ └── hermes/
400
+ ├── .claude-plugin/marketplace.json # generated, lists all 11 plugins
401
+ ├── .cursor-plugin/index.json # generated
402
+ ├── .grok-plugin/index.json # generated
403
+ ├── .windsurf/rules/ # generated
404
+ ├── .kiro/steering/ # generated
405
+ ├── .github/prompts/ # generated
406
+ ├── .github/copilot-instructions.md # generated
407
+ ├── docs/
408
+ │ ├── versioning.md # catalog/plugin versioning contract
409
+ │ ├── agent-context-store.md # shared context store contract
410
+ │ ├── skill-anatomy.md # SKILL.md format spec
411
+ │ ├── backlog/ # durable, non-obvious lessons
412
+ │ └── plans/completed/ # finished planning docs
413
+ ├── scripts/ # sync, build, and validation helpers
414
+ ├── site/ # generator for skills.olegkoval.com
415
+ └── tests/ # bash + node validators
416
+ ```
417
+
418
+ ---
419
+
420
+ ## Why this catalog?
421
+
422
+ AI agents left to their own defaults improvise a workflow every time, and that workflow drifts with whatever the model feels like doing that day. This catalog exists to pin the workflow down: a fixed set of steps, tools, and defaults for the jobs that come up often enough to be worth writing down once.
337
423
 
338
- 1. Update the canonical `SKILL.md` first.
339
- 2. Keep instructions concrete and operational.
340
- 3. Add references only when the agent needs extra detail to execute the workflow.
341
- 4. Update `catalog/skills.json` if the skill name, category, description, path, tags, or adapters change.
342
- 5. Run local validation before publishing changes.
424
+ The guiding rules:
343
425
 
344
- ### Shared context store
426
+ - **One canonical skill package per workflow.** No duplicated logic across tools.
427
+ - **Agent-specific wrappers live in `adapters/`, not inside the skill.** The canonical package never forks per tool.
428
+ - **Catalogs stay neutral and machine-readable.** `catalog/skills.json` is the one place metadata changes.
429
+ - **Marketplace metadata sits on top of the canonical package, never instead of it.**
430
+
431
+ And the catalog is opinionated on purpose. These are working defaults, preferred tools, and repeatable workflows, not neutral snippets meant to suit every team. Useful out of the box, easy to inspect, specific enough that an agent executes them the same way twice.
432
+
433
+ ---
434
+
435
+ ## How it compares
436
+
437
+ [addyosmani/agent-skills](https://github.com/addyosmani/agent-skills) covers the software development lifecycle: spec, plan, build, test, review, ship. [obra/superpowers](https://github.com/obra/superpowers) is about process discipline while an agent works. This catalog sits next to both rather than competing with them: it is personal-workflow and operations oriented, built around the jobs that come up running a one-person shop across several codebases, not around building any single piece of software. That means PR review-bot loops and release-day orchestration, an Obsidian daily-note routine, retrospectives over what actually shipped, and skills for entirely personal projects (a watch face, a Vinted listing, a music player). Install this catalog alongside a lifecycle pack or a process-discipline pack; they cover different parts of the day.
438
+
439
+ ---
440
+
441
+ ## Shared context store
345
442
 
346
443
  ![How the agent context store works: the five resolution steps, the three skills that use the store, the four states every run ends in, and how the store is read](docs/assets/context-store-card.png)
347
444
 
@@ -386,92 +483,65 @@ decides which targets it ships to, so the file counts differ per target: Claude
386
483
  Cursor 45, Copilot 45, Codex 42, Windsurf 35, Kiro 35, Pi 2, Hermes 2. A skill is absent from a
387
484
  target's tree when its catalog entry does not list that target.
388
485
 
389
- ## How Skills Work
486
+ ## Local validation
390
487
 
391
- Every package follows a consistent anatomy:
488
+ Rebuild generated manifests:
392
489
 
393
- ```text
394
- plugins/{plugin}/skills/{skill}/
395
- ├── SKILL.md # Required canonical skill definition
396
- └── references/ # Optional supporting material loaded only when needed
490
+ ```bash
491
+ npm run build
397
492
  ```
398
493
 
399
- Agent-specific wrappers do not live inside the skill directory. They are
400
- generated at the top level, one tree per tool, mirroring the same
401
- plugin/skill path underneath:
494
+ or directly:
402
495
 
403
- ```text
404
- adapters/
405
- ├── claude/{plugin}/skills/{skill}/
406
- ├── codex/{plugin}/skills/{skill}/
407
- ├── cursor/{plugin}/skills/{skill}/
408
- ├── grok/{plugin}/skills/{skill}/
409
- ├── pi/{plugin}/skills/{skill}/
410
- └── hermes/{plugin}/skills/{skill}/
496
+ ```bash
497
+ ./scripts/build-adapters.sh
411
498
  ```
412
499
 
413
- Windsurf, Kiro, and Copilot do not use `adapters/`; they get their own
414
- top-level generated directories (`.windsurf/rules/`, `.kiro/steering/`,
415
- `.github/prompts/` and `.github/copilot-instructions.md`).
500
+ Validate the neutral catalog and generated root manifests:
416
501
 
417
- Key design choices:
502
+ ```bash
503
+ npm run validate
504
+ ```
418
505
 
419
- - Process over prose: skills are workflows agents follow, not generic reference essays.
420
- - Progressive disclosure: `SKILL.md` is the entry point; supporting files load only when needed.
421
- - Adapter separation: agent-specific wrappers wrap the canonical package instead of forking it.
506
+ Run the full test suite (validators plus the bash tests in `tests/`):
422
507
 
423
- See [docs/skill-anatomy.md](docs/skill-anatomy.md) for the package format.
508
+ ```bash
509
+ npm test
510
+ ```
424
511
 
425
- ## Project Structure
512
+ Run both build and validate before pushing marketplace updates:
426
513
 
427
- ```text
428
- agent-skills/
429
- ├── plugins/
430
- │ └── olko-{plugin}/
431
- │ ├── .claude-plugin/plugin.json # generated
432
- │ └── skills/{skill}/
433
- │ ├── SKILL.md
434
- │ └── references/
435
- ├── catalog/
436
- │ └── skills.json # source of truth
437
- ├── adapters/ # generated, one tree per tool
438
- │ ├── claude/
439
- │ ├── codex/
440
- │ ├── cursor/
441
- │ ├── grok/
442
- │ ├── pi/
443
- │ └── hermes/
444
- ├── .claude-plugin/marketplace.json # generated
445
- ├── .cursor-plugin/index.json # generated
446
- ├── .grok-plugin/index.json # generated
447
- ├── .windsurf/rules/ # generated
448
- ├── .kiro/steering/ # generated
449
- ├── .github/prompts/ # generated
450
- ├── .github/copilot-instructions.md # generated
451
- ├── docs/
452
- │ ├── backlog/
453
- │ └── plans/completed/
454
- ├── scripts/
455
- ├── site/
456
- └── tests/
514
+ ```bash
515
+ ./scripts/build-adapters.sh && ./scripts/validate-catalog.sh
457
516
  ```
458
517
 
459
- ## Local validation
518
+ ---
460
519
 
461
- Rebuild generated manifests:
520
+ ## Contributing
462
521
 
463
- ```bash
464
- ./scripts/build-adapters.sh
465
- ```
522
+ Adding a skill:
466
523
 
467
- Validate the neutral catalog and generated root manifests:
524
+ 1. Create `plugins/olko-<plugin>/skills/<skill>/SKILL.md` with valid frontmatter.
525
+ 2. Register it under that plugin's `skills` array in `catalog/skills.json`.
526
+ 3. Add it to `PLUGIN_ASSIGNMENT` in `scripts/lib/catalog.mjs`.
527
+ 4. Add its row to this README's skill table.
528
+ 5. Run `./scripts/build-adapters.sh && npm test`.
468
529
 
469
- ```bash
470
- ./scripts/validate-catalog.sh
471
- ```
530
+ The description rule is not optional: a skill's `description` must say what it does AND carry a "Use when" clause with the phrases a user would actually type. Because of progressive disclosure, that description is the only routing signal an agent sees before it decides whether to open the skill at all.
472
531
 
473
- Run both before pushing marketplace updates:
532
+ No em dashes in skill content or generated text. Commit messages are conventional (`feat:`, `fix:`, `refactor:`, `docs:`, `test:`, `chore:`); semantic-release parses them.
474
533
 
475
- ```bash
476
- ./scripts/build-adapters.sh && ./scripts/validate-catalog.sh
477
- ```
534
+ ---
535
+
536
+ ## Team
537
+
538
+ | | Name | GitHub | Role |
539
+ |---|------|--------|------|
540
+ | <img src="https://github.com/oleg-koval.png?size=120" width="60" height="60" alt="Oleg Koval"> | **Oleg Koval** | [@oleg-koval](https://github.com/oleg-koval) | Creator |
541
+
542
+ ---
543
+
544
+ ## License
545
+
546
+ MIT. Use these skills in your own projects and tools.
547
+ </content>
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: vinted-listing
3
- description: Create, edit, and safely publish Vinted listings through the signed-in browser, using verified item details and the owner’s original photos.
3
+ description: >
4
+ Create, edit, and safely publish a Vinted listing through the signed-in browser, using verified
5
+ item details and the owner's original photos. Suggests title, description, category, brand,
6
+ condition, colour and parcel size from the photos, saves a draft first, and requires explicit
7
+ confirmation before publishing. Use when the user wants to list, sell, relist or price an item on
8
+ Vinted, or says "put this on Vinted", "create a Vinted listing", "sell this on Vinted", "edit my
9
+ Vinted draft", or "publish that listing". Browser workflow, not an API integration.
4
10
  ---
5
11
  <!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->
6
12
 
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: gh-cli
3
- description: GitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line.
3
+ description: >
4
+ Reach for the GitHub CLI (gh) to do something on GitHub from the command line: repositories,
5
+ issues, pull requests, Actions runs and logs, projects, releases, gists, codespaces, org and
6
+ extension management. Use when a task needs a gh command and the exact syntax, flag or API path
7
+ is not obvious, or the user says "use gh", "what is the gh command for", "list my PRs from the
8
+ CLI", or "query the GitHub API". For driving a PR through review bots and CI use the
9
+ olko-github-pr skills instead; this one is the command reference.
4
10
  license: MIT
5
11
  allowed-tools: Bash
6
12
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires the GitHub CLI and valid GitHub authentication.
@@ -9,6 +9,27 @@ Axes to cover:
9
9
  ✅ met / ⚠️ partial / ❌ missing. Scope creep is also worth flagging.
10
10
  AC_LIST: read key "acList" from CONTEXT_FILE.
11
11
  Return the complete status summary in the structured `acCoverage` field.
12
+ Decide each AC against the code that RUNS, not against the diff. When
13
+ WORKTREE_PATH is null, mark runtime verification as unavailable: do not inspect
14
+ worktree files or infer an AC status from runtime evidence you cannot verify.
15
+ Otherwise, use the worktree to follow the AC through its runtime path into
16
+ files the diff never touched, and specifically:
17
+ (a) Find what invokes the new code and on what trigger. New code that nothing
18
+ calls satisfies nothing, however correct its body is.
19
+ (b) For an AC with a timing, cadence or SLA component, name the trigger's
20
+ measurable frequency, such as its cron expression or poll interval, and
21
+ compare that number against the AC. For a webhook, compare a documented
22
+ delivery bound against the AC; without one, mark cadence verification as
23
+ unavailable rather than treating the webhook as a fixed-frequency trigger.
24
+ A reaper on a daily cron cannot meet a two-hour SLA.
25
+ (c) For an AC about a failure mode (crash, OOM, timeout, network loss), confirm
26
+ the handling is reachable under that failure. A process terminated by an
27
+ uncatchable signal such as SIGKILL cannot reach a `finally` block, shutdown
28
+ hook, or the tail of a long-running function; SIGTERM may allow graceful
29
+ handling. Verify the actual failure signal and its handling before concluding
30
+ that cleanup is unreachable.
31
+ An AC can fail with every added line correct, because the defect is what the
32
+ diff left alone. That is a finding, not an absence of one.
12
33
  - Scalability: N+1 queries, missing pagination, unbounded in-memory
13
34
  collections, missing rate-limit handling, cron jobs without overlap guard,
14
35
  missing DB indexes for new query patterns.
@@ -37,7 +58,10 @@ Diff: read the full unified PR diff from the file DIFF_FILE (absolute path given
37
58
  Worktree: WORKTREE_PATH is given in your task message (null in scan mode, diff only).
38
59
 
39
60
  Rules:
40
- - Every finding must trace to a + line in the diff.
61
+ - Every finding must trace to a + line in the diff, with one exception: an unmet
62
+ AC whose defect lives in code the diff did not touch. Anchor that one to the
63
+ unchanged file:line that had to change, and say in the description why the
64
+ unchanged line is the defect.
41
65
  - Report file:line: description. No positive observations.
42
66
  - `badCode` is REQUIRED: the verbatim offending line(s) copied from the diff:
43
67
  never paraphrased, never reconstructed from memory.
@@ -49,6 +73,7 @@ Rules:
49
73
  on a `critical`/`important` finding: a finding you cannot quote and cannot
50
74
  fix is a finding you have not proven, so drop it instead.
51
75
  - Exception for a missing/partial AC: the defect is what is absent, so quote
52
- the closest incomplete added line(s) in `badCode` (the handler that stops
53
- short, the branch never written) and put what must be added in `fix`. Do not
54
- drop an unmet AC for lack of a quotable line.
76
+ the closest incomplete line(s) in `badCode` (the handler that stops short, the
77
+ branch never written, the caller on the wrong trigger) and put what must be
78
+ added in `fix`. That line may be an unchanged one. Do not drop an unmet AC for
79
+ lack of a quotable added line.
@@ -1,7 +1,11 @@
1
1
  ---
2
-
3
2
  name: viral-launch
4
- description: Set up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops without pretending virality is guaranteed.
3
+ description: >
4
+ Prepare a project for a public launch: shareable positioning, a launch-readiness pass over the
5
+ repository, and the growth loops worth building, without pretending virality is guaranteed. Use
6
+ when the user says "help me launch this", "prep for Product Hunt", "write the launch post", "make
7
+ this shareable", "launch plan", or is about to make a repo or product public. For building the
8
+ thing itself use mvp-oneshot or product-builder.
5
9
  license: MIT
6
10
  allowed-tools: Bash, Read, Write, WebSearch, WebFetch
7
11
  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.
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: retro-analysis
3
- description: Produce a recurring engineering retrospective from repository history, delivery evidence, work patterns, code-quality signals, and prior snapshots, with repository, comparison, and cross-project modes.
3
+ description: >
4
+ Produce a recurring engineering retrospective from repository history, delivery evidence, work
5
+ patterns, code-quality signals and prior snapshots, in repository, comparison or cross-project
6
+ mode. Use when the user asks for a retro over shipped work: "run a retrospective", "how did this
7
+ quarter go", "compare this month to last", "what did we ship", "engineering retro across my
8
+ repos", or when a scheduled retro job fires. This is the repository axis: for how the agents
9
+ themselves are being operated use agent-ops-retro, for a single finished change use wrap-up.
4
10
  license: MIT
5
11
  metadata:
6
12
  author: Oleg Koval
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: wrap-up
3
- description: Verify that a completed implementation matches its original objective, all applicable checks are green, and task-owned temporary files, worktrees, and local branches are safely tidied.
3
+ description: >
4
+ Close out a finished piece of work: verify the implementation actually matches its original
5
+ objective, confirm every applicable check is green, and safely tidy the temporary files,
6
+ worktrees and local branches the task created. Use when a change is believed done and the user
7
+ says "wrap up", "we are done here", "finish up", "clean up after this", "tidy the worktrees", or
8
+ before handing work off. This is the single-change axis: for a retro over repository history use
9
+ retro-analysis, for how the agents are being operated use agent-ops-retro.
4
10
  license: MIT
5
11
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, Grok, and other Agent Skills compatible tools.
6
12
  metadata:
@@ -1,6 +1,11 @@
1
1
  ---
2
2
  name: changelog-generator
3
- 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.
3
+ description: >
4
+ Turn git commit history into a user-facing changelog: read the commits since the last release,
5
+ categorise them, and rewrite technical messages as release notes a customer can actually read.
6
+ Use when the user asks for "a changelog", "release notes", "what changed since the last release",
7
+ "write the CHANGELOG entry", or is preparing a release and needs the notes written. For setting
8
+ up the release pipeline itself use semantic-release-beta.
4
9
  license: MIT
5
10
  allowed-tools: Bash, Read, Write
6
11
  compatibility: Codex, Claude Code, Cursor, GitHub Copilot, Windsurf, Kiro, and other Agent Skills compatible tools. Requires git history access in the target repository.
@@ -1,6 +1,12 @@
1
1
  ---
2
2
  name: semantic-release-beta
3
- description: Set up or update a Node.js release pipeline that uses semantic-release-npm-github-publish with a stable main channel and a prerelease beta channel on a beta branch, including GitHub Actions validation and npm publishing behavior.
3
+ description: >
4
+ Set up or repair a Node.js release pipeline built on semantic-release-npm-github-publish, with a
5
+ stable channel on main and a prerelease channel on a beta branch, including the GitHub Actions
6
+ validation and npm publishing behaviour. Use when the user wants "semantic release set up", "a
7
+ beta release channel", "prerelease publishing", "automated npm publishing", or when an npm
8
+ package's releases are still manual and should become commit-driven. For writing the notes of a
9
+ single release use changelog-generator.
4
10
  license: MIT
5
11
  allowed-tools: Bash, Read, Write, Edit
6
12
  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.
@@ -1,6 +1,11 @@
1
1
  ---
2
2
  name: ai-tools-setup
3
- description: 'Set up, repair, and report on the RTK+ICM+Vox AI development toolkit. Installs missing tools, fixes broken hooks and MCP config, and shows an effectiveness digest (token savings, memory accumulation, voice health) on demand or as a scheduled weekly report.'
3
+ description: >
4
+ Set up, repair, and report on the RTK+ICM+Vox AI development toolkit: installs missing tools,
5
+ fixes broken hooks and MCP config, and shows an effectiveness digest covering token savings,
6
+ memory accumulation and voice health. Use when the user says "set up my AI tools", "my hooks are
7
+ broken", "MCP is not loading", "check my toolkit", "is ICM working", "how much are these tools
8
+ saving me", or when the scheduled weekly toolkit report fires.
4
9
  license: MIT
5
10
  allowed-tools: Bash, Read, Edit, Write
6
11
  compatibility: Claude Code on macOS (Homebrew required)
@@ -1,6 +1,11 @@
1
1
  ---
2
2
  name: promptctl
3
- description: Use promptctl for template-based prompt engineering, prompt scoring, prompt generation, and reusable prompt workflows across repositories and teams.
3
+ description: >
4
+ Manage reusable prompts with the promptctl CLI: template-based prompt engineering, prompt
5
+ generation, and scoring a prompt before it ships. Use when the user wants to "write a reusable
6
+ prompt", "score this prompt", "turn this into a prompt template", "share prompts across repos",
7
+ or names promptctl directly. For bringing an agent skill into this catalog use
8
+ add-to-my-skills.
4
9
  license: MIT
5
10
  allowed-tools: Bash, Read, Write
6
11
  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.