diff --git a/CHANGELOG.md b/CHANGELOG.md index ad6684d3..74f7d43d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.2.0] - 2026-03-18 - "Community Skill Expansion and Plugin Repair" + +> **Added six community skills, repaired Claude marketplace metadata, and closed the 2026-03-18 maintainer sweep with refreshed release docs** + +This release captures the maintainer pass completed after `v8.1.0`. It adds six new community skills for Astro, Hono, SvelteKit, PydanticAI, blockchain data access, and GitHub repository cleanup; fixes malformed markdown in `browser-extension-builder`; repairs missing metadata labels in legacy skills; credits an additional upstream skills source; and corrects the Claude Code marketplace plugin manifest so installs remain schema-valid. + +## New Skills + +- **astro** — Astro implementation guidance for content sites, islands architecture, routing, and performance patterns (PR #336) +- **hono** — Hono web framework patterns for APIs, middleware, validation, and edge/server runtimes (PR #336) +- **pydantic-ai** — PydanticAI agent design patterns for typed prompts, tool use, and production workflows (PR #336) +- **sveltekit** — SvelteKit full-stack patterns for routing, data loading, forms, and deployment (PR #336) +- **goldrush-api** — GoldRush API usage for blockchain balances, NFTs, transactions, and multi-chain data flows (PR #334) +- **openclaw-github-repo-commander** — GitHub repository audit and cleanup workflows for issues, PRs, labels, and maintenance automation (PR #340) + +## Improvements + +- **PR maintenance batch**: Merged PRs #333, #336, #338, #343, #340, #334, and #345 via GitHub squash merge after maintainer workflow approval, checklist normalization, and green CI. +- **Skill content repair**: Removed malformed nested code fences from `skills/browser-extension-builder/SKILL.md`, resolving the accepted fix path for issue `#335` and the follow-up report in issue `#339` (PR #338). +- **Metadata hygiene**: Restored missing required frontmatter labels in `skills/skill-anatomy/SKILL.md`, `skills/adapter-patterns/SKILL.md`, and `skills/devcontainer-setup/SKILL.md` (PRs #333 and #343). +- **Claude plugin stability**: Corrected `.claude-plugin/marketplace.json` so the marketplace entry uses `source: "./"` and added a regression test to catch future schema drift, closing issue `#344`. +- **Credits and sources**: Added `Wolfe-Jam/faf-skills` to the README source acknowledgements and refreshed contributor thanks for the merged maintenance batch (PR #345). +- **Release sync**: Updated README release messaging, user onboarding docs, and maintainer walkthroughs so the public docs match the `8.2.0` release path. + +## Credits + +- **[@suhaibjanjua](https://github.com/suhaibjanjua)** for the metadata fixes in PR #333, the new `astro`, `hono`, `pydantic-ai`, and `sveltekit` skills in PR #336, and the `browser-extension-builder` markdown repair in PR #338 +- **[@JayeHarrill](https://github.com/JayeHarrill)** for the new `goldrush-api` skill in PR #334 +- **[@wd041216-bit](https://github.com/wd041216-bit)** for the new `openclaw-github-repo-commander` skill in PR #340 +- **[@Champbreed](https://github.com/Champbreed)** for the `devcontainer-setup` metadata label repair in PR #343 +- **[@Wolfe-Jam](https://github.com/Wolfe-Jam)** for the `faf-skills` source attribution update in PR #345 + +## Documentation + +- Documented the maintainer handling for fork-gated GitHub Actions runs and stale PR metadata in `.github/MAINTENANCE.md`, then aligned the release-facing onboarding docs with the current `8.2.0` sweep. + ## [8.1.0] - 2026-03-17 - "PR Maintenance and Release Sync" > **Merged the active PR queue, added three new community skills, repaired metadata drift, and refreshed release-facing docs for the next tagged cut** diff --git a/README.md b/README.md index 96f308ec..0f98fd74 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # 🌌 Antigravity Awesome Skills: 1,271+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More > **The Ultimate Collection of 1,271+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** @@ -20,7 +20,7 @@ **Antigravity Awesome Skills** is a curated, battle-tested library of **1,271+ high-performance agentic skills** designed to work seamlessly across the major AI coding assistants. -**Current release: V8.1.0.** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. +**Current release: V8.2.0.** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. ## Table of Contents @@ -50,7 +50,7 @@ ### 1. 🐣 Context: What is this? -**Antigravity Awesome Skills** (Release 8.1.0) is a maintenance-focused upgrade that ships three new community skills, repairs legacy metadata drift, and keeps the docs, review flow, and release path aligned. +**Antigravity Awesome Skills** (Release 8.2.0) adds six community skills, repairs Claude marketplace metadata, fixes malformed skill content, and keeps the docs, credits, and release path aligned after the latest maintainer sweep. AI Agents (like Claude Code, Cursor, or Gemini) are smart, but they lack **specific tools**. They don't know your company's "Deployment Protocol" or the specific syntax for "AWS CloudFormation". **Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time. @@ -479,6 +479,11 @@ Made with [contrib.rocks](https://contrib.rocks). *(Image may be cached; [view l We officially thank the following contributors for their help in making this repository awesome! +- [@JayeHarrill](https://github.com/JayeHarrill) +- [@wd041216-bit](https://github.com/wd041216-bit) +- [@Champbreed](https://github.com/Champbreed) +- [@suhaibjanjua](https://github.com/suhaibjanjua) +- [@Wolfe-Jam](https://github.com/Wolfe-Jam) - [@sck000](https://github.com/sck000) - [@github-actions[bot]](https://github.com/apps/github-actions) - [@sickn33](https://github.com/sickn33) diff --git a/docs/users/getting-started.md b/docs/users/getting-started.md index b1905639..d0f2af6a 100644 --- a/docs/users/getting-started.md +++ b/docs/users/getting-started.md @@ -1,4 +1,4 @@ -# Getting Started with Antigravity Awesome Skills (V8.1.0) +# Getting Started with Antigravity Awesome Skills (V8.2.0) **New here? This guide will help you supercharge your AI Agent in 5 minutes.** diff --git a/docs/users/walkthrough.md b/docs/users/walkthrough.md index 014b4465..8ea21bad 100644 --- a/docs/users/walkthrough.md +++ b/docs/users/walkthrough.md @@ -1,42 +1,45 @@ -# Walkthrough: Release v8.1.0 Maintenance Sweep +# Walkthrough: Release v8.2.0 Maintenance Sweep ## Overview -This walkthrough captures the maintainer-side documentation and release preparation work for **v8.1.0** after the 2026-03-17 PR merge batch. +This walkthrough captures the maintainer-side documentation and release preparation work for **v8.2.0** after the 2026-03-18 maintenance sweep. ## Changes Verified ### 1. Community PR batch integrated -- **PR #324**: Added `progressive-web-app` -- **PR #325**: Added `vibers-code-review` -- **PR #326**: Repaired invalid YAML frontmatter in existing skills -- **PR #329**: Added `trpc-fullstack` -- **PR #330**: Aligned FAQ risk labels and documented the active `skill-review` check -- **PR #331**: Removed a broken reference from `skills/data-scientist/SKILL.md` +- **PR #333**: Repaired missing required frontmatter fields in `skill-anatomy` and `adapter-patterns` +- **PR #336**: Added `astro`, `hono`, `pydantic-ai`, and `sveltekit` +- **PR #338**: Repaired malformed markdown in `browser-extension-builder` +- **PR #343**: Added missing metadata labels to `devcontainer-setup` +- **PR #340**: Added `openclaw-github-repo-commander` +- **PR #334**: Added `goldrush-api` +- **PR #345**: Added `Wolfe-Jam/faf-skills` to README source attributions ### 2. Release-facing docs refreshed - **README.md**: - - Current release updated to **v8.1.0** + - Current release updated to **v8.2.0** - Release summary text aligned with the merged PR batch - Contributor acknowledgements kept in sync with the latest merge set - **docs/users/getting-started.md**: - - Version header updated to **v8.1.0** -- **docs/users/faq.md**: - - Active `skill-review` workflow guidance retained as the current contributor check + - Version header updated to **v8.2.0** - **CHANGELOG.md**: - - Added the release notes section for **8.1.0** + - Added the release notes section for **8.2.0** -### 3. Release protocol to run +### 3. Maintenance fixes verified + +- **Issue #344**: Corrected `.claude-plugin/marketplace.json` to use `source: "./"` and added a regression test for the Claude Code marketplace entry +- **.github/MAINTENANCE.md**: Documented the maintainer flow for fork-gated workflows and stale PR metadata +### 4. Release protocol to run - `npm run release:preflight` - `npm run security:docs` - `npm run validate:strict` (diagnostic, optional blocker) -- `npm run release:prepare -- 8.1.0` -- `npm run release:publish -- 8.1.0` +- `npm run release:prepare -- 8.2.0` +- `npm run release:publish -- 8.2.0` ## Expected Outcome - Documentation, changelog, and generated metadata all agree on the release state. -- The repository is ready for the `v8.1.0` tag and GitHub release. +- The repository is ready for the `v8.2.0` tag and GitHub release.