chore: release v6.7.0
This commit is contained in:
43
CHANGELOG.md
43
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.**
|
||||
|
||||
@@ -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?
|
||||
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user