Skip to content

Commit cc2946b

Browse files
sck000cursoragent
andcommitted
chore: cut v5.0.0 workflows release and maintenance updates
Prepare release 5.0.0 by documenting the new Workflows foundation, bumping package metadata, refreshing release notes, and extending MAINTENANCE guidance for workflows consistency and issue-closing protocol. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c44f0f6 commit cc2946b

File tree

6 files changed

+102
-42
lines changed

6 files changed

+102
-42
lines changed

.github/MAINTENANCE.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 🛠️ Repository Maintenance Guide (V4)
1+
# 🛠️ Repository Maintenance Guide (V5)
22

33
> **"If it's not documented, it's broken."**
44
@@ -145,6 +145,24 @@ Locations to check:
145145
- **Antigravity Badge**: Must point to `https://github.com/sickn33/antigravity-awesome-skills`, NOT `anthropics/antigravity`.
146146
- **License**: Ensure the link points to `LICENSE` file.
147147
148+
### F. Workflows Consistency (NEW in V5)
149+
150+
If you touch any Workflows-related artifact, keep all workflow surfaces in sync:
151+
152+
1. `docs/WORKFLOWS.md` (human-readable playbooks)
153+
2. `data/workflows.json` (machine-readable schema)
154+
3. `skills/antigravity-workflows/SKILL.md` (orchestration entrypoint)
155+
156+
Rules:
157+
158+
- Every workflow id referenced in docs must exist in `data/workflows.json`.
159+
- If you add/remove a workflow step category, update prompt examples accordingly.
160+
- If a workflow references optional skills not yet merged (example: `go-playwright`), mark them explicitly as **optional** in docs.
161+
- If workflow onboarding text is changed, update the docs trinity:
162+
- `README.md`
163+
- `docs/GETTING_STARTED.md`
164+
- `docs/FAQ.md`
165+
148166
---
149167
150168
## 3. 🛡️ Governance & Quality Bar
@@ -198,6 +216,10 @@ When cutting a new version (e.g., V4):
198216
You cannot republish the same version; always bump `package.json` before publishing.
199217
- **Option B (CI):** On GitHub, create a **Release** (tag e.g. `v4.6.1`). The workflow [Publish to npm](.github/workflows/publish-npm.yml) runs on **Release published** and runs `npm publish` if the repo secret `NPM_TOKEN` is set (npm → Access Tokens → Granular token with Publish, then add as repo secret `NPM_TOKEN`).
200218
219+
6. **Close linked issue(s)**:
220+
- If the release completes an issue scope (feature/fix), close it with `gh issue close <id> --comment "..."`
221+
- Include release tag reference in the closing note when applicable.
222+
201223
### 📋 Changelog Entry Template
202224
203225
Each new release section in `CHANGELOG.md` should follow [Keep a Changelog](https://keepachangelog.com/) and this structure:

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [5.0.0] - 2026-02-10 - "Antigravity Workflows Foundation"
11+
12+
> Workflows are now first-class: users can run guided, multi-skill playbooks instead of manually composing skills one by one.
13+
14+
### Added
15+
16+
- **New orchestration skill**: `antigravity-workflows`
17+
- `skills/antigravity-workflows/SKILL.md`
18+
- `skills/antigravity-workflows/resources/implementation-playbook.md`
19+
- **New workflow documentation**: `docs/WORKFLOWS.md`
20+
- Introduces the Workflows model and differentiates it from Bundles.
21+
- Provides execution playbooks with prerequisites, ordered steps, and prompt examples.
22+
- **New machine-readable workflow registry**: `data/workflows.json`
23+
- `ship-saas-mvp`
24+
- `security-audit-web-app`
25+
- `build-ai-agent-system`
26+
- `qa-browser-automation`
27+
28+
### Changed
29+
30+
- **README / Onboarding docs** updated to include Workflows discovery and usage:
31+
- `README.md` (TOC + "Antigravity Workflows" section)
32+
- `docs/GETTING_STARTED.md` (Bundles vs Workflows guidance)
33+
- `docs/FAQ.md` (new Q&A: Bundles vs Workflows)
34+
- **Go browser automation alignment**:
35+
- Workflow playbooks now include optional `@go-playwright` hooks for Go-based QA/E2E flows.
36+
- **Registry sync** after workflow skill addition:
37+
- `CATALOG.md`
38+
- `skills_index.json`
39+
- `data/catalog.json`
40+
- `data/bundles.json`
41+
42+
### Contributors
43+
44+
- [@sickn33](https://github.com/sickn33) - Workflows architecture, docs, and release integration
45+
46+
---
47+
1048
## [4.11.0] - 2026-02-08 - "Clean Code & Registry Stability"
1149

1250
> Quality improvements: Clean Code principles and deterministic builds.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ This repository provides essential skills to transform your AI assistant into a
5252

5353
## New Here? Start Here!
5454

55-
**Welcome to the V4.0.0 Enterprise Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent.
55+
**Welcome to the V5.0.0 Workflows Edition.** This isn't just a list of scripts; it's a complete operating system for your AI Agent.
5656

5757
### 1. 🐣 Context: What is this?
5858

59-
**Antigravity Awesome Skills** (Release 4.0.0) is a massive upgrade to your AI's capabilities.
59+
**Antigravity Awesome Skills** (Release 5.0.0) is a massive upgrade to your AI's capabilities.
6060

6161
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".
6262
**Skills** are small markdown files that teach them how to do these specific tasks perfectly, every time.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antigravity-awesome-skills",
3-
"version": "4.11.0",
3+
"version": "5.0.0",
44
"description": "626+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
55
"license": "MIT",
66
"scripts": {

release_notes.md

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
1-
## [4.10.0] - 2026-02-06 - "Composio Automation + .NET Backend"
2-
3-
> This release significantly expands hands-on automation coverage while adding a production-oriented .NET backend skill.
4-
5-
### Added
6-
7-
- **79 new skills total**.
8-
- **78 Composio/Rube automation skills** (PR #64), covering practical workflows across:
9-
- CRM/sales (`HubSpot`, `Salesforce`, `Pipedrive`, `Zoho CRM`, `Close`)
10-
- Collaboration/project ops (`Notion`, `ClickUp`, `Asana`, `Jira`, `Confluence`, `Trello`, `Monday`)
11-
- Messaging/support (`Slack`, `Discord`, `Teams`, `Intercom`, `Freshdesk`, `Zendesk`)
12-
- Analytics/marketing (`Google Analytics`, `Mixpanel`, `PostHog`, `Segment`, `Mailchimp`, `Klaviyo`)
13-
- Dev/infra operations (`GitHub`, `GitLab`, `CircleCI`, `Datadog`, `PagerDuty`, `Vercel`, `Render`)
14-
- **1 new `dotnet-backend` skill** (PR #65) with detailed ASP.NET Core 8+ guidance:
15-
- Minimal API and controller patterns
16-
- EF Core data-access patterns
17-
- JWT authentication implementation
18-
- Background service templates
19-
- Explicit "When to Use" and "Limitations" sections
20-
- **Registry growth**: 634 -> 713 indexed skills.
21-
22-
### Changed
23-
24-
- Regenerated and synchronized discovery artifacts:
25-
- `README.md`
26-
- `skills_index.json`
27-
- `CATALOG.md`
28-
- `data/catalog.json`
29-
- `data/bundles.json`
30-
- `data/aliases.json`
31-
- Updated release metadata and published tag/release `v4.10.0`.
32-
33-
### Contributors
34-
35-
- [@sohamganatra](https://github.com/sohamganatra)
36-
- [@Nguyen-Van-Chan](https://github.com/Nguyen-Van-Chan)
1+
## [5.0.0] - 2026-02-10 - "Antigravity Workflows Foundation"
2+
3+
> First-class Workflows are now available to orchestrate multiple skills through guided execution playbooks.
4+
5+
### 🚀 New Skills
6+
7+
### 🧭 [antigravity-workflows](skills/antigravity-workflows/)
8+
9+
**Orchestrates multi-step outcomes using curated workflow playbooks.**
10+
This new skill routes users from high-level goals to concrete execution steps across related skills and bundles.
11+
12+
- **Key Feature 1**: Workflow routing for SaaS MVP, Security Audit, AI Agent Systems, and Browser QA.
13+
- **Key Feature 2**: Explicit step-by-step outputs with prerequisites, recommended skills, and validation checkpoints.
14+
15+
> **Try it:** `Use @antigravity-workflows to run ship-saas-mvp for my project.`
16+
17+
---
18+
19+
## 📦 Improvements
20+
21+
- **Workflow Registry**: Added `data/workflows.json` for machine-readable workflow metadata.
22+
- **Workflow Docs**: Added `docs/WORKFLOWS.md` to distinguish Bundles vs Workflows and provide practical execution playbooks.
23+
- **Trinity Sync**: Updated `README.md`, `docs/GETTING_STARTED.md`, and `docs/FAQ.md` for workflow onboarding.
24+
- **Go QA Path**: Added optional `@go-playwright` wiring in QA/E2E workflow steps.
25+
- **Registry Update**: Catalog regenerated; repository now tracks 714 skills.
26+
27+
## 👥 Credits
28+
29+
A huge shoutout to our community and maintainers:
30+
31+
- **@Walapalam** for the Workflows concept request ([Issue #72](https://github.com/sickn33/antigravity-awesome-skills/issues/72))
32+
- **@sickn33** for workflow integration, release preparation, and maintenance updates
33+
34+
---
35+
36+
_Upgrade now: `git pull origin main` to fetch the latest skills._

0 commit comments

Comments
 (0)