By oleg-koval
Agent-agnostic skill catalog for Codex, Claude, Cursor, and other skill-aware tools.
Prepare an open-source repository for polished public publishing. Use when a user asks to publish, open-source, launch, polish, package, brand, or make a GitHub project presentable with a minimal project icon, social preview image, GitHub Pages landing page, standardized README, essential shields, CI/CD quality gates, release automation checks, and optional donation setup. Prefer the external `logo-generator` skill for icon generation when available.
Set up a project repository and launch plan for shareable marketing, public launch readiness, and growth loops without pretending virality is guaranteed.
Analyze Google Search Console Coverage or indexing CSV exports and correlate them with repo and live-site SEO signals. Use for Chart.csv, Metadata.csv, Critical issues.csv, Non-critical issues.csv, sitemap/robots/canonical indexing problems, "Discovered - currently not indexed", redirect indexing buckets, or requests to fix Google indexing coverage.
Block specific countries via Cloudflare WAF Custom Rules using the Cloudflare API. Use when user wants to geo-block traffic, block countries in Cloudflare, set up WAF country rules, or mentions blocking regions. Handles both creating new rulesets and updating existing ones.
Fetch open GitHub PRs where the user is an assignee or review-requested reviewer, then write or refresh a "## PRs to review" section in today's Obsidian daily note. Use this skill whenever the user asks to sync PRs to Obsidian, update their daily note with GitHub reviews, check what PRs need attention, or run a morning PR sync routine. Also suitable for scheduled/automated runs — fully idempotent (re-running replaces the section, never appends).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent-agnostic skill catalog for Codex, Claude, Cursor, Copilot, Windsurf, Kiro, and other skill-aware tools.
Agent-agnostic skill collection for Codex, Claude, Cursor, and other skill-aware tools.
Pi and Hermes adapters currently exist for search-console-indexing-audit only.
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.
packages/ — canonical skill packages organized by categorycatalog/ — machine-readable inventorycollections/ — grouped package bundlesscripts/ — sync and validation helpersadapters/ instead of duplicating the core skill.Install all package symlinks into your local Codex skills directory:
git clone https://github.com/oleg-koval/agent-skills.git
cd agent-skills
./scripts/install-codex-symlinks.sh
Then mention a lookup name in a new Codex session:
Use the olko:semantic-release-beta skill to add prereleases on a beta branch.
The repository includes a generated Claude marketplace manifest at .claude-plugin/marketplace.json.
For marketplace installs:
/plugin marketplace add oleg-koval/agent-skills
Then install the catalog plugin:
/plugin install olko-agent-skills@olko-agent-skills
For local development:
Clone the repo and point Claude Code at the plugin directory:
git clone https://github.com/oleg-koval/agent-skills.git
claude --plugin-dir /path/to/agent-skills
See Publishing to Marketplaces below for full submission details.
The repository includes a generated Cursor plugin index at .cursor-plugin/index.json and per-package Cursor adapters under packages/*/*/adapters/cursor/.
For plugin marketplace:
Install from Cursor's extension marketplace using the published repository.
For a single project:
Copy the relevant SKILL.md or adapter content into .cursor/rules/, or reference the full package directory from your Cursor rules.
See Publishing to Marketplaces for registry submission.
Use the generated repository instructions and prompt files:
.github/copilot-instructions.md
.github/prompts/*.prompt.md
To use in your GitHub workspace:
Copy .github/copilot-instructions.md to your repository and enable Copilot. It will automatically apply skill guidance.
To customize per-skill:
Use files from .github/prompts/*.prompt.md in your Copilot configuration.
See Publishing to Marketplaces for integration details.
The repository includes generated Windsurf Cascade Rules at .windsurf/rules/.
For a single project:
Copy the relevant .windsurf/rules/{skill-name}.md into your project's .windsurf/rules/ directory. Windsurf picks them up automatically as Cascade Rules.
For all skills at once:
git clone https://github.com/oleg-koval/agent-skills.git
cp agent-skills/.windsurf/rules/*.md /path/to/your/project/.windsurf/rules/
Each rule file has a description frontmatter field that Windsurf displays in the rules panel.
The repository includes generated Kiro steering documents at .kiro/steering/.
For a single project:
Copy the relevant .kiro/steering/{skill-name}.md into your project's .kiro/steering/ directory.
For all skills at once:
git clone https://github.com/oleg-koval/agent-skills.git
cp agent-skills/.kiro/steering/*.md /path/to/your/project/.kiro/steering/
Each steering doc uses inclusion: manual so Kiro only loads it when you explicitly reference it, keeping context lean.
npx claudepluginhub oleg-koval/agent-skills --plugin olko-agent-skillsAgent Skills for improving SKILL.md files: mine repeated workflows from history, personalize and audit existing skills, or generalize personal skills for publication.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.
Create and validate production-grade agent skills with 100-point marketplace grading
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.