From 316c012df05153dd65b9aea068c5f493130058ef Mon Sep 17 00:00:00 2001 From: "ci[bot]" Date: Tue, 21 Jul 2026 00:03:13 +0000 Subject: [PATCH] :package: deps(thirdparty): update snapshots --- .../.github/MAINTENANCE.md | 23 +- antigravity-awesome-skills/AGENTS.md | 2 + antigravity-awesome-skills/CHANGELOG.md | 10 +- antigravity-awesome-skills/README.md | 28 +- antigravity-awesome-skills/SOURCE.md | 4 +- .../apps/web-app/public/llms.txt | 2 +- .../apps/web-app/public/manifest.webmanifest | 2 +- .../apps/web-app/public/sitemap.xml | 374 +++++++++--------- .../apps/web-app/scripts/prerender-routes.js | 16 +- .../apps/web-app/scripts/verify-seo-assets.js | 12 + .../web-app/scripts/verify-seo-assets.test.js | 6 +- .../apps/web-app/src/pages/Home.tsx | 4 +- .../apps/web-app/src/utils/seo.ts | 2 +- .../data/aas-v1/catalog-manifest.v1.json | 2 +- .../data/aas-v1/skill-content-index.v1.json | 2 +- .../data/aas-v1/skill-content.v1.ndjson | 2 +- ...ent-first-control-plane-preview-profile.md | 4 +- ...as-agent-first-control-plane-v1-worklog.md | 2 +- .../docs/maintainers/release-process.md | 15 + .../docs/maintainers/repo-growth-seo.md | 4 +- .../docs/users/aas-core.md | 35 +- .../docs/users/usage.md | 2 +- .../docs/vietnamese/README.vi.md | 8 +- .../docs_zh-CN/README.md | 14 +- .../SKILL.md | 21 +- .../SKILL.md | 21 +- .../SKILL.md | 21 +- .../tools/scripts/audit_consistency.py | 40 ++ .../tools/scripts/release_workflow.js | 2 + .../tools/scripts/sync_repo_metadata.py | 65 ++- .../aas_core_public_docs_contract.test.js | 29 +- .../tests/automation_workflows.test.js | 16 + .../tests/npm_package_contents.test.js | 6 +- .../scripts/tests/plugin_directories.test.js | 26 ++ .../scripts/tests/test_audit_consistency.py | 16 +- .../scripts/tests/test_sync_repo_metadata.py | 27 +- .../scripts/tests/workflow_contracts.test.js | 21 + ui-ux-pro-max/.claude-plugin/marketplace.json | 2 +- ui-ux-pro-max/SOURCE.md | 4 +- ui-ux-pro-max/skill.json | 2 +- 40 files changed, 614 insertions(+), 280 deletions(-) diff --git a/antigravity-awesome-skills/.github/MAINTENANCE.md b/antigravity-awesome-skills/.github/MAINTENANCE.md index 54d9b12f..54a78677 100644 --- a/antigravity-awesome-skills/.github/MAINTENANCE.md +++ b/antigravity-awesome-skills/.github/MAINTENANCE.md @@ -378,7 +378,7 @@ Reject any PR that fails this: When cutting a new version, follow the maintainer playbook in [`docs/maintainers/release-process.md`](../docs/maintainers/release-process.md). **Release checklist (order matters):** -Preflight verification → Changelog → `npm run release:prepare -- X.Y.Z` → `npm run release:publish -- X.Y.Z` → npm publish (manual or via CI) → Close remaining linked issues. +Preflight verification → Changelog → repository/plugin convergence → `npm run release:prepare -- X.Y.Z` → `npm run release:publish -- X.Y.Z` → npm publish → exact-SHA CI/CodeQL/Pages/live proof → update and handshake every configured local AAS MCP host → final no-drift reconciliation → Close remaining linked issues. --- @@ -398,7 +398,7 @@ Preflight verification → Changelog → `npm run release:prepare -- X.Y.Z` → ```bash npm run release:prepare -- X.Y.Z ``` - This validates the release, aligns versioned files, writes the release notes artifact, creates the release commit on `release/vX.Y.Z`, pushes it, and opens the protected release PR. The tag is created only after that exact PR is merged. + This validates the release, aligns versioned files, writes the release notes artifact, creates the release commit on `release/vX.Y.Z`, pushes it, and opens the protected release PR. Alignment includes canonical registries, tracked web assets, the offline catalog, compatibility data, both marketplaces, every Codex/Claude plugin mirror, every editorial bundle, and all release-owned plugin manifests. The tag is created only after that exact PR is merged. 4. **Create GitHub Release** (REQUIRED): > ⚠️ **CRITICAL**: Pushing a tag (`git push --tags`) is NOT enough. You must create a **GitHub Release Object** for it to appear in the sidebar and trigger the NPM publish workflow. @@ -412,17 +412,20 @@ Preflight verification → Changelog → `npm run release:prepare -- X.Y.Z` → **Important:** The release tag must match `package.json`'s version. The [Publish to npm](workflows/publish-npm.yml) workflow runs on **Release published** and will run `npm publish`; npm rejects republishing the same version. Before publishing, that workflow re-runs `sync:release-state`, checks for canonical drift with `git diff --exit-code`, runs tests/docs security/web build, and performs `npm pack --dry-run --json`. - _Or create the release manually via GitHub UI > Releases > Draft a new release, then publish._ + Manual GitHub UI publication is emergency-only and does not waive the protected-merge, identity, or full-alignment gates below. 5. **Publish to npm** (so `npx agentic-awesome-skills` works): - - **Option A (manual):** From repo root, with npm logged in and 2FA/token set up: - ```bash - npm publish - ``` - You cannot republish the same version; always bump `package.json` before publishing. - - **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`). + - The normal path is CI: publishing the protected GitHub Release triggers [Publish to npm](.github/workflows/publish-npm.yml), which publishes the stable version to `latest` and a prerelease to `next` when `NPM_TOKEN` is configured. + - Manual `npm publish` is emergency-only. It must publish the exact protected tag contents with the intended dist-tag and does not waive any verification below. -6. **Close linked issue(s)**: +6. **Run the mandatory full-release-alignment gate**: + - Re-run `npm run sync:release-state`, `npm run plugin-compat:check`, and `npm run bundles:check`; require a clean, idempotent second pass. + - Confirm `package.json`, `package-lock.json`, generated registries and offline catalog, tracked web assets, `.agents/plugins/marketplace.json`, `.claude-plugin/plugin.json`, `.claude-plugin/marketplace.json`, and every published Codex/Claude plugin or editorial-bundle manifest are regenerated and versioned as `X.Y.Z`. + - Bind the local/remote `main`, tag, GitHub Release, npm version and intended dist-tag, required CI, CodeQL, and release-only Pages deployment to the exact released commit. Verify live `llms.txt`, `skills.json`, catalog/plugin routes, and the legacy bridge. + - Discover every existing AAS MCP entry from real local host configuration. Update each existing host with the published package's digest-bound two-pass `aas mcp configure` flow, pin `agentic-awesome-skills@X.Y.Z` and `--version X.Y.Z`, preserve a backup, restart or reconnect the client, and prove `initialize` plus `tools/list` reports `X.Y.Z`. Never create an absent host entry without separate authorization. + - Fetch `origin/main` again after automation settles, fast-forward local `main`, require `main...origin/main` to be `0 0`, and repeat the no-drift, public-surface, and MCP parity checks. Any mismatch or inaccessible configured host keeps the release incomplete. + +7. **Close linked issue(s)**: - Issues that had `Closes #N` / `Fixes #N` in a merged PR are already closed. - For any issue that was fixed by the release but not auto-closed, close it manually and add a comment, e.g.: ```bash diff --git a/antigravity-awesome-skills/AGENTS.md b/antigravity-awesome-skills/AGENTS.md index 67ea9550..a1bf78e6 100644 --- a/antigravity-awesome-skills/AGENTS.md +++ b/antigravity-awesome-skills/AGENTS.md @@ -47,6 +47,8 @@ Treat `main` as pull-request-only. Perform maintainer edits on a topic branch or Use the skill's end-to-end sequence: complete triage, repair mergeable source PRs, run checks in parallel, merge source PRs in conflict-aware order, perform one canonical synchronization after the source batch, use the scripted protected-release flow when requested, and verify final `main`, tag, GitHub Release, npm package, CI, and live public surfaces. For changed `SKILL.md` files, distinguish a real Tessl `review` from `manual-review-required`; the latter means Tessl did not run and requires a maintainer review attested to the exact full head SHA. If neither an installed skill nor the repository-canonical copy is available and readable, stop before making repository changes and report that blocker explicitly. +Every stable or prerelease version must finish with the full-release-alignment gate in the maintainer skill. Do not declare a release complete until clean local `main` equals `origin/main`; canonical generated state is drift-free; every Codex and Claude plugin mirror, editorial bundle, manifest, compatibility report, and marketplace is regenerated and version-aligned; the tag, GitHub Release, npm version and intended dist-tag agree; CI, CodeQL, and the release-only Pages deployment for the exact released commit are green; live catalog and legacy-bridge surfaces match; and every already-configured local AAS MCP host is pinned to and actually running the released version. A release request authorizes updating existing AAS host entries only, never creating an absent host configuration. + #### Skill Content Review Gate For every canonical `SKILL.md` change or tracked bundle-file change, run `npm run validate`, `npm run validate:references`, `npm run security:docs`, and the relevant tests. Inspect semantics, safety, provenance, declared risk, limitations, and every bundled file. The official merge gate remains a truthful Tessl `review` or a maintainer review attested to the exact full head SHA; heuristic local scores and inferred risk labels are not merge authority. diff --git a/antigravity-awesome-skills/CHANGELOG.md b/antigravity-awesome-skills/CHANGELOG.md index b8e1d4d9..82590dba 100644 --- a/antigravity-awesome-skills/CHANGELOG.md +++ b/antigravity-awesome-skills/CHANGELOG.md @@ -9,13 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Clarified the AAS Core activation path with an exact release-pinned MCP command, a concise end-to-end quick path, an explicit preview-status matrix, and a tested boundary between structural validity, semantic suitability, compatibility, and safety. +- Made exact package/MCP version parity a mandatory maintainer release gate: after npm publishes a new AAS package, every already-configured local AAS MCP host must be updated through the approval-bound, backup-first configuration flow and verified with a real MCP handshake before the release task is complete. + ## [15.1.0] - 2026-07-19 - "Agent-Owned Selection and Audit Evidence" > AAS Core now leaves semantic skill selection to the coding agent, validates the exact chosen stack, and emits durable evidence that can be reviewed without exposing project content. Start here: -- Install: `npx agentic-awesome-skills` +- AAS Core setup: configure the exact `aas` runtime with the [Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md) +- Direct skill distribution: `npx agentic-awesome-skills` - [Choose your tool](https://github.com/sickn33/agentic-awesome-skills#choose-your-tool) - [Best skills by tool](https://github.com/sickn33/agentic-awesome-skills#best-skills-by-tool) - [Bundles](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/bundles.md) @@ -32,7 +38,7 @@ Start here: - Added an MCP session-level capability coverage contract for Codex and Claude: agents must enumerate primary project capabilities, search and compare candidates for each, cover every capability or report a catalog gap, and avoid smallest-stack optimization before `compose_stack`. Core imposes no semantic small-stack policy; each manifest retains an explicit technical maximum of 128 skills. - Moved semantic skill selection fully to Codex and Claude: agents inspect the project, search and read the complete local catalog, and choose exact skill IDs using their own judgment; AAS Core no longer ranks or recommends skills. - Replaced the recommendation workflow with read-only `compose_stack`, which validates and returns the agent-owned manifest in memory; clients or the CLI persist `aas-stack.json` for inspection, validation, and immutable plan preview. -- Removed Core selection policy and metadata eligibility gates. Every canonical skill is searchable, readable, selectable, and usable; risk, source, setup, compatibility, review, and evidence metadata are informational only. +- Removed Core selection policy and metadata eligibility gates. Every canonical skill is searchable, readable, and available for agent selection; risk, source, setup, compatibility, review, and evidence metadata are informational only. - Made `search_skills` retrieval neutral: matching results preserve stable catalog order and no longer expose relevance scores or ranking while exact-ID lookup and complete pagination remain deterministic. - Updated the public product narrative, host guides, Workbench-facing copy sources, package metadata, and maintainer workflow to describe the agent-owned selection boundary. Released entries below remain historical descriptions of their releases. diff --git a/antigravity-awesome-skills/README.md b/antigravity-awesome-skills/README.md index e827fbe9..37154417 100644 --- a/antigravity-awesome-skills/README.md +++ b/antigravity-awesome-skills/README.md @@ -1,11 +1,11 @@ # AAS Core — Agentic Awesome Skills -> **A complete local skill catalog for coding agents—from project inspection and agent-owned selection to a reproducible, reviewable plan.** +> **Local, agent-owned skill stacks for coding agents—from complete catalog access to a reproducible, reviewable plan.** **Current release: V15.1.0.** This release includes AAS Core for complete local catalog search, agent-owned selection, manifest validation, planning, and diagnosis. Apply and recovery remain experimental and outside the supported preview path. -Codex or Claude inspects your project, enumerates its primary capabilities, searches and compares candidates across the complete local AAS catalog, and chooses the exact skills. Core imposes no semantic policy that favors a small stack; the manifest format has an explicit technical maximum of 128 skills. All 1,968 skills in the current catalog remain individually searchable, readable, and selectable. AAS Core does not rank or recommend skills. Its read-only `compose_stack` tool validates and returns the agent-owned manifest in memory; a client or the `aas` CLI persists the reviewed stack and its optional selection-evidence sidecar. +Codex or Claude inspects your project and chooses exact skills from the complete local AAS catalog. AAS Core does not rank or recommend them: its read-only `compose_stack` tool validates the agent-owned selection in memory, and a client or the `aas` CLI can persist it as `aas-stack.json` and produce an immutable plan before any target change. **[Read the AAS Core preview guide →](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md)** @@ -21,7 +21,7 @@ Project -> human review (optionally in Workbench) ``` -The 1,967+ reusable `SKILL.md` playbooks, specialized plugins, bundles, workflows, and direct installers remain important. They are the content, curation, distribution, and compatibility layers around AAS Core—not competing primary products. +The reusable `SKILL.md` playbooks, specialized plugins, bundles, workflows, and direct installers remain important. They are the content, curation, distribution, and compatibility layers around AAS Core—not competing primary products. This is an independent community project. It is not affiliated with, sponsored by, endorsed by, or authorized by Google. Google, Antigravity, Gemini, and related product names are referenced only to describe compatibility and install targets. The GitHub repository is canonical; the hosted catalog and browser-local Workbench are companion discovery and review surfaces, not a hosted control plane. @@ -47,18 +47,32 @@ This is an independent community project. It is not affiliated with, sponsored b AAS Core gives the repository one product model: - **Let the agent choose.** The local MCP preserves `search_skills`, `get_skill`, `compose_stack`, `inspect_stack`, and `diff_stack`, and adds read-only `export_selection_evidence` and `inspect_selection_evidence`; Core does not rank, recommend, exclude, or hide skills. -- **Require capability coverage.** MCP session instructions require the agent to evaluate the full project surface—from architecture, domain behavior, data and integrations through testing, security, UX, deployment, and maintenance—then search each applicable capability, compare multiple candidates, cover it with a non-redundant skill or report a catalog gap, and avoid stopping at a minimal shortlist. +- **Guide capability coverage.** MCP session instructions require the agent to evaluate the full project surface—from architecture, domain behavior, data and integrations through testing, security, UX, deployment, and maintenance—then search each applicable capability, compare multiple candidates, cover it with a non-redundant skill or report a catalog gap, and avoid stopping at a minimal shortlist. Core records and validates the resulting selection, but it does not certify semantic completeness. - **Keep the chosen stack and evidence reviewable.** A client or the CLI can persist `aas-stack.json` and the separate `aas-selection-evidence.json` sidecar in an `artifact-dir`; the manifest preserves exact agent-selected IDs, while evidence records factual process trace and the agent-declared capability ledger. - **Validate and preview through the CLI.** `aas stack validate` checks the proposal, while `aas stack plan` produces an immutable, per-target plan without applying it. - **Review in Workbench.** The hosted Workbench imports and reviews stack/plan JSON in browser memory; it does not access your filesystem or install anything. - **Retain every useful distribution path.** Direct installs, plugins, bundles, workflows, and the full catalog remain available as payload and compatibility surfaces. +> [!IMPORTANT] +> Structural and identity validity does not certify semantic fit, compatibility, setup correctness, operational safety, or safety to apply. + +| Surface | Current status | +| --- | --- | +| Published package | Current npm release; AAS Core status is `agent-first-preview` | +| Catalog search and inspection | Supported preview; local and read-only | +| Agent-owned composition | Supported preview; Core validates IDs and structure, not semantic suitability; manifests have a technical maximum of 128 skills | +| Stack validation and plan preview | Supported preview; no target skill changes | +| Workbench | Browser-local review of stack and plan artifacts | +| Selection evidence | Exported and inspected through MCP/CLI contracts; not yet reviewed in Workbench | +| Apply and recovery | Experimental, explicit opt-in, outside the supported safety claim | +| Semantic suitability certification | Not provided | + Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob/main/docs/users/aas-core.md) for the exact trust boundaries, current preview status, Codex/Claude setup model, and CLI lifecycle. ## Why This Repo - **Agent-first, locally controlled**: Codex or Claude inspects the project and chooses from the complete local catalog without uploading your repository to AAS. -- **Complete and inspectable**: every catalog skill is searchable, readable, selectable, and usable; metadata is informational and never an eligibility gate. +- **Complete and inspectable**: every catalog skill is searchable, readable, and available for agent selection; Core does not certify suitability, compatibility, or operational safety, and metadata is informational rather than an eligibility gate. - **Approval before writes**: the durable artifacts are an approved stack and immutable plan, not an opaque one-shot install. - **Installable, not just inspirational**: use the compatible legacy installer or plugin distributions when direct delivery is the right path. - **Built for major agent workflows**: Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more. @@ -67,6 +81,10 @@ Read the [AAS Core guide](https://github.com/sickn33/agentic-awesome-skills/blob - **Focused delivery remains available**: specialized plugins package proven sets for web, security, data, docs, DevOps, QA, OSS, or agent/MCP workflows. - **Useful whether you want breadth or curation**: install the full catalog, choose a specialized plugin, start with bundles, or compare alternatives before installing. +### Why not just search the skills directory? + +Direct file search can find candidate prose, but it leaves the result in the conversation. AAS Core adds verified catalog identity, explicit target binding, durable desired state, optional selection evidence, deterministic validation, immutable planning, and dedicated review surfaces. Its value is not choosing better than the coding agent; it is turning the agent's choice into reproducible, inspectable state. + ## Table of Contents - [AAS Core: Agent-First Preview](#aas-core-agent-first-preview) diff --git a/antigravity-awesome-skills/SOURCE.md b/antigravity-awesome-skills/SOURCE.md index b47e973e..b3ec9eb4 100644 --- a/antigravity-awesome-skills/SOURCE.md +++ b/antigravity-awesome-skills/SOURCE.md @@ -1,8 +1,8 @@ # Source - Repo: https://github.com/sickn33/antigravity-awesome-skills -- Ref: b67a846c7c41cecbcc7ea69edba9fcecf3a04da1 +- Ref: 5833e0fa1e5f47873b39b3727b9c66640cbeade2 - Remove-Paths: -- Snapshot: 2026-07-20 +- Snapshot: 2026-07-21 - Sync-Mode: copy_skill_dirs - Notes: vendored into playbook branch thirdparty/skill diff --git a/antigravity-awesome-skills/apps/web-app/public/llms.txt b/antigravity-awesome-skills/apps/web-app/public/llms.txt index 3d2e6fc1..2c7c122f 100644 --- a/antigravity-awesome-skills/apps/web-app/public/llms.txt +++ b/antigravity-awesome-skills/apps/web-app/public/llms.txt @@ -13,7 +13,7 @@ - Agent selection contract: do not stop at the first few matches or optimize for the smallest stack; paginate or refine per-capability searches and compare multiple plausible skills with `get_skill` when available. - Coverage dimensions: explicitly evaluate architecture/runtime, languages/frameworks, domain behavior, data/storage, integrations, testing/quality, security/privacy, UX/accessibility, deployment/operations, and maintenance workflow; mark dimensions not applicable instead of silently omitting them. - Selection boundary: Core never ranks, recommends, excludes, or disables skills; catalog metadata is informational only. -- Catalog access: all 1,968 current skills remain individually searchable, readable, and selectable. +- Catalog access: every current catalog skill remains individually searchable, readable, and selectable. - Evidence privacy: the sidecar records raw `search_skills` queries, so catalog queries must not contain secrets or private source text. - Preview boundary: planning may write an explicitly requested plan artifact but does not write target state; apply and recovery are not part of the supported preview path. - Supported real clients include Codex CLI and Claude Code; the catalog also serves Cursor, Gemini CLI, Antigravity, and other compatible hosts. diff --git a/antigravity-awesome-skills/apps/web-app/public/manifest.webmanifest b/antigravity-awesome-skills/apps/web-app/public/manifest.webmanifest index bbd6ee45..d690d21e 100644 --- a/antigravity-awesome-skills/apps/web-app/public/manifest.webmanifest +++ b/antigravity-awesome-skills/apps/web-app/public/manifest.webmanifest @@ -6,7 +6,7 @@ "display": "standalone", "background_color": "#0f172a", "theme_color": "#0f172a", - "description": "Agent-first skill recommendation and stack review backed by the Agentic Awesome Skills catalog.", + "description": "Neutral catalog retrieval, agent-owned skill selection, and stack review backed by the Agentic Awesome Skills catalog.", "icons": [ { "src": "vite.svg", diff --git a/antigravity-awesome-skills/apps/web-app/public/sitemap.xml b/antigravity-awesome-skills/apps/web-app/public/sitemap.xml index 2cb09957..c497b29e 100644 --- a/antigravity-awesome-skills/apps/web-app/public/sitemap.xml +++ b/antigravity-awesome-skills/apps/web-app/public/sitemap.xml @@ -2,1123 +2,1123 @@ https://sickn33.github.io/agentic-awesome-skills/ - 2026-07-19 + 2026-07-20 daily 1.0 https://sickn33.github.io/agentic-awesome-skills/workbench/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/plugins/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/topics/antigravity-cli-skills/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/topics/github-ai-skills-repository/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/topics/antigravity-plugins/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/topics/skills-para-antigravity/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/markstream-install/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/antigravity-maintainer-batch-release/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/engine-selection/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/ad-campaign-analyzer/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/competitor-ad-intelligence/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/diagnose-android-overheating/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/modellix/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/anywrite/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/optim-agent/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/sshepherd/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/ditto/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/ontoly-software-graph/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/pptx-deck-creation/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/clean-code-guard/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/cloudflare-security-audit/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/docs-guard/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/feature-tracking/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/test-guard/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/woo-guard/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/wp-guard/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/lore/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/quit-sponsor/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/uizze-ui-research/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/warehouse/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/idea-autopsy/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/product-decision-agent/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/apple-container/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/auto-research/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/gemini-deep-research/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/grok-build/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/postgres-readonly-queries/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/telegram-bot-messaging/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/ask-copilot/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/codex-profiles/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/tree-ring-memory/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/agent-self-scheduling/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/anti-sleep/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brain-to-docs/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/browser-harness/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/cmux/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/codex-subagent/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/cyber-audit/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/deepapi/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/delegating-to-agents/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/distribute-skill-to-all-agents/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/effective-agent-skills/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/fable-safe-prompt/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/folder-specific-claude-and-agents-md/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/go-in-depth/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/goal-loop/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/interview-style-doc-building/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/markdown-rendering/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/pi-custom-model/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/pi-web-search/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/pilot-protocol/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/pre-ship-gate/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/push-skill-to-github/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/read-all-adrs/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/research-prompt/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/routerbase-model-gateway/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/run-deep-swe/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/setup-help/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/short/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/taisly-social-media-posting/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/vps-server-management/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/youtube-transcript/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/linkedin-post-writer/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/wgm/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/context-kit/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/time-ledger/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/trading-ledger/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/workorai/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/wp-site-health-auditor/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/before-you-build/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-polish/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/ab-testing/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/accint-commitments/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/accint-frames/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/accint-solve/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/add-app-clip/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/agent-memory/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/alternatives-pages/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/analytics/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/anti-deception/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/api-analyzer/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/api-and-interface-design/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/api-designer/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/api-integration/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/api-onboarding/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/api-sdk-generator/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/appium-skill/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/applicationinsights-web-ts/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/automated-triage/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/aws-agentic-ai/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/aws-cdk-development/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/aws-cost-operations/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/aws-mcp-setup/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/aws-serverless-eda/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/aws-sst-development/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/azure-ai-language-conversations-py/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/azure-servicebus-rust/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/azure-storage-queue-rust/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/baseline-ui/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brooks-audit/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brooks-debt/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brooks-harness/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brooks-review/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brooks-sweep/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/brooks-test/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/bug-hunt-swarm/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/building-native-ui/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/changelog-updates/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/ci-cd-and-automation/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/claimable-postgres/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/co-marketing/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-review-and-quality/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-showcase-core-components/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-showcase-react-ui-patterns/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-showcase-systematic-debugging/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-showcase-testing-patterns/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/code-simplification/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/community-building/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/competitor-profiling/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/competitor-tracking/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/context-engineering/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/cro/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/cucumber-skill/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/customer-research/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/cypress-skill/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/debugging-and-error-recovery/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/debugging-code/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/deprecation-and-migration/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/design-philosophy/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/design-spatial/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/design-system/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/design-thinking/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/design-ux/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/dev-to-hashnode/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-advocacy/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-audience-context/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-churn/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-listening/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-newsletter/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-onboarding/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-sandbox/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-seo/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/developer-signup-flow/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/devrel-content/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/docs-as-marketing/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/documentation-and-adrs/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/doubt-driven-development/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/eas-update-insights/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-api-routes/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-brownfield/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-cicd-workflows/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-deployment/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-dev-client/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-examples/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-module/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-observe/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-tailwind-setup/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/expo-ui/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/faf-context/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/faf-go/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/fixing-accessibility/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/fixing-metadata/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/fixing-motion-performance/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/formik-patterns/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/free-tier-strategy/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-architecture/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-data-contracts/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-observability/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-optimistic-mutations/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-seo/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-slides-frontend-slides/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/frontend-ui-engineering/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/gemini-api-dev/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/gemini-interactions-api/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/gemini-live-api-dev/ - 2026-07-19 + 2026-07-20 weekly 0.7 https://sickn33.github.io/agentic-awesome-skills/skill/gemini-omni-flash-api/ - 2026-07-19 + 2026-07-20 weekly 0.7 diff --git a/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js b/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js index f2d2bd15..deecee41 100644 --- a/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js +++ b/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js @@ -10,7 +10,7 @@ const TEMPLATE_PATH = path.join(DIST_DIR, 'index.html'); const SKILLS_PATH = path.join(PUBLIC_DIR, 'skills.json'); const SEO_LANDING_PAGES_PATH = path.join(ROOT_DIR, 'src', 'data', 'seoLandingPages.json'); -const HOME_CATALOG_COUNT_FALLBACK = 1935; +const HOME_CATALOG_COUNT_FALLBACK = 1969; const PRERENDER_SOCIAL_IMAGE = 'social-card.png'; const SITE_NAME = 'Agentic Awesome Skills'; const REPOSITORY_URL = 'https://github.com/sickn33/agentic-awesome-skills'; @@ -19,12 +19,12 @@ const FAQ_ITEMS = [ { question: 'What is Agentic Awesome Skills?', answer: (countLabel) => - `Agentic Awesome Skills is built around AAS Core, a local agent-first preview control plane for discovering, recommending, validating, and planning exact skill stacks. AAS Core is backed by an evidence-rich catalog of ${countLabel} reusable SKILL.md playbooks.`, + `Agentic Awesome Skills is built around AAS Core, a local agent-first preview boundary for neutral catalog retrieval, exact agent-owned selection, validation, and planning. AAS Core is backed by an evidence-rich catalog of ${countLabel} reusable SKILL.md playbooks.`, }, { question: 'How do I use AAS Core preview?', answer: - 'Configure the local stdio MCP with the AAS CLI, let the agent search, inspect, and recommend skills, then validate the proposed aas-stack.json and preview its immutable plan in the CLI. Apply and recovery are outside the non-applying preview path.', + 'Configure the local stdio MCP with the AAS CLI, let the agent search and inspect the complete catalog, choose exact skill IDs itself, then validate the proposed aas-stack.json and preview its immutable plan in the CLI. Apply and recovery are outside the non-applying preview path.', }, { question: 'Is Agentic Awesome Skills a GitHub repository?', @@ -334,7 +334,7 @@ function buildHomeFallback({ landingPages, siteBaseUrl }) { return [ '
', '

AAS Core: agent-first skill stacks for Codex, Claude Code, and compatible clients

', - '

Discover. Recommend. Validate. Preview.

', + '

Search. Choose. Validate. Preview.

', '

Turn intent into an explainable aas-stack.json and immutable plan preview without target writes, backed by the AAS skill catalog.

', ``, '
', @@ -397,13 +397,13 @@ function buildHomeMeta({ catalogCount, imageUrl, canonicalUrl }) { const visibleCount = Math.max(catalogCount, HOME_CATALOG_COUNT_FALLBACK); const formattedCount = visibleCount.toLocaleString('en-US'); const title = `AAS Core Preview | Agent-first stacks backed by ${formattedCount}+ skills`; - const description = `Use AAS Core preview to discover, recommend, validate, and plan explainable skill stacks for Codex, Claude Code, and compatible clients, backed by ${formattedCount}+ cataloged skills.`; + const description = `Use AAS Core preview for neutral catalog retrieval, exact agent-owned selection, validation, and plan preview for Codex, Claude Code, and compatible clients, backed by ${formattedCount}+ cataloged skills.`; const catalogBaseUrl = canonicalUrl.replace(/\/$/, ''); const sourceCodeEntity = { '@context': 'https://schema.org', '@type': 'SoftwareSourceCode', name: SITE_NAME, - description: `AAS Core preview is a local agent-first control plane for recommending, validating, and planning exact skill stacks backed by ${formattedCount}+ agentic skills.`, + description: `AAS Core preview is a local agent-first boundary for neutral catalog retrieval, exact agent-owned selection, validation, and planning, backed by ${formattedCount}+ agentic skills.`, url: REPOSITORY_URL, sameAs: [...new Set([ canonicalUrl, @@ -424,7 +424,7 @@ function buildHomeMeta({ catalogCount, imageUrl, canonicalUrl }) { 'GitHub AI skills repository', 'AI agent skills GitHub', 'AAS Core', - 'skill recommendation', + 'agent-selected skill stack', 'agent stack', 'Model Context Protocol', 'specialized plugins', @@ -631,7 +631,7 @@ function buildWorkbenchMeta({ imageUrl, canonicalUrl }) { '@context': 'https://schema.org', '@type': 'WebPage', name: 'Agentic Awesome Skills Workbench', - headline: 'Review what AAS Core recommended', + headline: 'Review what your agent selected', description, url: canonicalUrl, mainEntityOfPage: canonicalUrl, diff --git a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js index 9b266464..7460e431 100644 --- a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js +++ b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js @@ -737,9 +737,17 @@ export function assertIndexDiscoveryMeta(htmlText, { expectedSkillCountLabel = ' assert(combined.includes('AAS Core'), 'Home SEO metadata must lead with AAS Core.'); assert(combined.includes('preview'), 'Home SEO metadata must state the preview boundary.'); assert(combined.includes('catalog'), 'Home SEO metadata must identify the supporting catalog.'); + assert( + !/\bAAS Core[^.]*recommend|\bCore preview[^.]*recommend|\brecommend(?:ing|ation)?(?:,\s*validat|\s+and\s+plan)/i.test(combined), + 'Home SEO metadata must not describe current AAS Core as a recommender.', + ); assert(!combined.includes('prompt templates'), 'Home SEO metadata must not use stale prompt-template positioning.'); assertOnlyExpectedSkillCountLabel(combined, expectedSkillCountLabel, 'Home SEO metadata'); const jsonLdText = JSON.stringify(extractJsonLdEntries(htmlText)); + assert( + !/\bAAS Core[^.]*recommend|\bCore preview[^.]*recommend|\brecommend(?:ing|ation)?(?:,\s*validat|\s+and\s+plan)/i.test(jsonLdText), + 'Home JSON-LD must not describe current AAS Core as a recommender.', + ); assertOnlyExpectedSkillCountLabel(jsonLdText, expectedSkillCountLabel, 'Home JSON-LD'); if (requireHostedUrl) { assertNoLocalhostUrl(combined, 'Home SEO metadata'); @@ -765,6 +773,10 @@ export function assertStaticIndexShell(htmlText, { expectedSkillCountLabel = '1, assert(combined.includes('AAS Core'), 'Source index shell must lead with AAS Core.'); assert(combined.includes('preview'), 'Source index shell must state the preview boundary.'); assert(combined.includes('catalog'), 'Source index shell must identify the supporting catalog.'); + assert( + !/\bAAS Core[^.]*recommend|\bCore preview[^.]*recommend|\brecommend(?:ing|ation)?(?:,\s*validat|\s+and\s+plan)/i.test(combined), + 'Source index shell must not describe current AAS Core as a recommender.', + ); assertOnlyExpectedSkillCountLabel(combined, expectedSkillCountLabel, 'Source index shell'); if (requireHostedUrl) { assertNoLocalhostUrl(combined, 'Source index shell'); diff --git a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js index cf5efa0c..19392925 100644 --- a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js +++ b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js @@ -703,7 +703,7 @@ describe('seo assets verification helpers', () => { AAS Core Preview | Agent-first stacks backed by 1,678+ skills - + @@ -729,7 +729,7 @@ describe('seo assets verification helpers', () => { AAS Core Preview | Agent-first stacks backed by 1,678+ skills - + @@ -755,7 +755,7 @@ describe('seo assets verification helpers', () => { AAS Core Preview | Agent-first stacks backed by 1,678+ skills - + diff --git a/antigravity-awesome-skills/apps/web-app/src/pages/Home.tsx b/antigravity-awesome-skills/apps/web-app/src/pages/Home.tsx index f7e474e8..faafb2dd 100644 --- a/antigravity-awesome-skills/apps/web-app/src/pages/Home.tsx +++ b/antigravity-awesome-skills/apps/web-app/src/pages/Home.tsx @@ -173,7 +173,7 @@ export function Home(): React.ReactElement {