From aea984a2e3542299bca9cc193a2f1b05845ad162 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Mon, 16 Feb 2026 07:22:27 +0100 Subject: [PATCH] chore: release v5.4.0 Co-authored-by: Cursor --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ README.md | 2 ++ package.json | 2 +- release_notes.md | 32 ++++++++++++++++++++++++++++++++ 4 files changed, 69 insertions(+), 1 deletion(-) create mode 100644 release_notes.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ced25c31..a7f2b4c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [5.4.0] - 2026-02-16 - "CursorRules Pro & Go-Rod" + +> **Community contributions: CursorRules Pro in credits and go-rod-master skill for browser automation with Go.** + +This release adds CursorRules Pro to Community Contributors and a new skill for browser automation and web scraping with go-rod (Chrome DevTools Protocol) in Golang, including stealth and anti-bot-detection patterns. + +### New Skills + +#### go-rod-master ([skills/go-rod-master/](skills/go-rod-master/)) + +**Browser automation and web scraping with Go and Chrome DevTools Protocol.** +Comprehensive guide for the go-rod library: launch and page lifecycle, Must vs error patterns, context and timeouts, element selectors, auto-wait, and integration with go-rod/stealth for anti-bot detection. + +- **Key features**: CDP-native driver, thread-safe operations, stealth plugin, request hijacking, concurrent page pools. +- **When to use**: Scraping or automating sites with Go, headless browser for SPAs, stealth/anti-bot needs, migrating from chromedp or Playwright Go. + +> **Try it:** "Automate logging into example.com with Go using go-rod and stealth." + +### Registry + +- **Total Skills**: 857 (from 856). +- **Generated files**: README, skills_index.json, catalog, and bundles synced. + +### Credits + +- **[@Wittlesus](https://github.com/Wittlesus)** - CursorRules Pro in Community Contributors (PR #81). +- **[@8hrsk](https://github.com/8hrsk)** - go-rod-master skill (PR #83). + +--- + +_Upgrade now: `git pull origin main` to fetch the latest skills._ + +--- + ## [5.3.0] - 2026-02-13 - "Advanced Three.js & Modern Graphics" > **Enhanced Three.js patterns: performance, visual polish, and production practices.** diff --git a/README.md b/README.md index b1a581e7..001ef08b 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,8 @@ We officially thank the following contributors for their help in making this rep - [@ericgandrade](https://github.com/ericgandrade) - [@sohamganatra](https://github.com/sohamganatra) - [@Nguyen-Van-Chan](https://github.com/Nguyen-Van-Chan) +- [@8hrsk](https://github.com/8hrsk) +- [@Wittlesus](https://github.com/Wittlesus) --- diff --git a/package.json b/package.json index 0f1b4479..c4b91d1c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antigravity-awesome-skills", - "version": "5.3.0", + "version": "5.4.0", "description": "845+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { diff --git a/release_notes.md b/release_notes.md new file mode 100644 index 00000000..4e27e7d0 --- /dev/null +++ b/release_notes.md @@ -0,0 +1,32 @@ +# v5.4.0 - CursorRules Pro & Go-Rod + +> **Community contributions: CursorRules Pro in credits and go-rod-master skill for browser automation with Go.** + +This release adds CursorRules Pro to Community Contributors and a new skill for browser automation and web scraping with go-rod (Chrome DevTools Protocol) in Golang, including stealth and anti-bot-detection patterns. + +## New Skills + +### go-rod-master + +**Browser automation and web scraping with Go and Chrome DevTools Protocol.** + +Comprehensive guide for the go-rod library: launch and page lifecycle, Must vs error patterns, context and timeouts, element selectors, auto-wait, and integration with go-rod/stealth for anti-bot detection. + +- **Key features**: CDP-native driver, thread-safe operations, stealth plugin, request hijacking, concurrent page pools. +- **When to use**: Scraping or automating sites with Go, headless browser for SPAs, stealth/anti-bot needs, migrating from chromedp or Playwright Go. + +**Try it:** "Automate logging into example.com with Go using go-rod and stealth." + +## Registry + +- **Total Skills**: 857 (from 856). +- **Generated files**: README, skills_index.json, catalog, and bundles synced. + +## Credits + +- **@Wittlesus** - CursorRules Pro in Community Contributors (PR #81). +- **@8hrsk** - go-rod-master skill (PR #83). + +--- + +Upgrade now: `git pull origin main` to fetch the latest skills.