From 66df68d003a7a59d4646e98ab749846b83813621 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sun, 1 Mar 2026 10:17:57 +0100 Subject: [PATCH] chore: release v6.7.0 --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ README.md | 2 +- package.json | 2 +- 3 files changed, 45 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79a43c2..79b8b243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,49 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [6.7.0] - 2026-03-01 - "Intelligence Extraction & Automation" + +> **New skills for Web Scraping (Apify), X/Twitter extraction, Genomic analysis, and hardened registry infrastructure.** + +This release integrates 14 new specialized agent-skills. Highlights include the official Apify collection for web scraping and data extraction, a high-performance X/Twitter scraper, and a comprehensive genomic analysis toolkit. The registry infrastructure has been hardened with hermetic testing and secure YAML parsing. + +## 🚀 New Skills + +### 🕷️ [apify-agent-skills](skills/apify-actorization/) + +**12 Official Apify skills for web scraping and automation.** +Scale data extraction using Apify Actors. Includes specialized skills for e-commerce, lead generation, social media analysis, and market research. + +### 🐦 [x-twitter-scraper](skills/x-twitter-scraper/) + +**High-performance X (Twitter) data extraction.** +Search tweets, fetch profiles, and extract media/engagement metrics without complex API setups. + +### 🧬 [dna-claude-analysis](skills/dna-claude-analysis/) + +**Personal genome analysis toolkit.** +Analyze raw DNA data across 17 categories (health, ancestry, pharmacogenomics) with interactive HTML visualization. + +--- + +## 📦 Improvements + +- **Registry Hardening**: Migrated all registry maintenance scripts to `PyYAML` for safe, lossless metadata handling. (PR #168) +- **Hermetic Testing**: Implemented environment-agnostic registry tests to prevent CI drift. +- **Contributor Sync**: Fully synchronized the Repo Contributors list in README.md from git history (69 total contributors). +- **Documentation**: Standardized H2 headers in README.md (no emojis) for clean Table of Contents anchors, following Maintenance V5 rules. +- **Skill Metadata**: Enhanced description validation and category consistency across 968 skills. + +## 👥 Credits + +A huge shoutout to our community contributors: + +- **@ar27111994** for the 12 Apify skills and registry hardening (PR #165, #168) +- **@kriptoburak** for `x-twitter-scraper` (PR #164) +- **@shmlkv** for `dna-claude-analysis` (PR #167) + +--- + ## [6.6.0] - 2026-02-28 - "Community Skills & Quality" > **New skills for Android UI verification, memory handling, video manipulation, vibe-code auditing, and essential fixes.** diff --git a/README.md b/README.md index 72da3c24..dd6fbdbe 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ This repository provides essential skills to transform your AI assistant into a ## New Here? Start Here! -**Welcome to the V6.5.0 Interactive Web Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. +**Welcome to the V6.7.0 Interactive Web Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent. ### 1. 🐣 Context: What is this? diff --git a/package.json b/package.json index 12a71937..250c33dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "antigravity-awesome-skills", - "version": "6.6.0", + "version": "6.7.0", "description": "900+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": {