[9.2.0] - 2026-03-29 - "Hugging Face Ecosystem and Shell Workflow Expansion"
Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants.
Start here:
- Install:
npx antigravity-awesome-skills - Choose your tool: README -> Choose Your Tool
- Best skills by tool: README -> Best Skills By Tool
- Bundles: docs/users/bundles.md
- Workflows: docs/users/workflows.md
This release expands practical day-to-day coverage for Claude Code, Cursor, Codex CLI, Gemini CLI, and similar agent workflows. It adds a full batch of Hugging Face ecosystem skills, new shell and terminal expertise for jq and tmux, a new viboscope collaboration skill, and stronger Odoo guidance for safer credentials and more reliable EDI flows.
New Skills
- hugging-face-community-evals - run local Hugging Face Hub model evaluations with
inspect-aiandlighteval. - hugging-face-gradio - build and edit Gradio demos, layouts, and chat interfaces in Python.
- hugging-face-papers - read and analyze Hugging Face paper pages and arXiv-linked metadata.
- hugging-face-trackio - track ML experiments with Trackio logging, alerts, and CLI metric retrieval.
- hugging-face-vision-trainer - train and fine-tune detection, classification, and SAM or SAM2 vision models on Hugging Face Jobs.
- transformers-js - run Hugging Face models in JavaScript and TypeScript with Transformers.js.
- jq - add expert JSON querying, transformation, and shell pipeline guidance for terminal-first workflows (PR #414).
- tmux - add advanced session, pane, scripting, and remote terminal workflow guidance (PR #414).
- viboscope - add psychological compatibility matching guidance for cofounder, collaborator, and relationship discovery workflows (PR #415).
Improvements
- Hugging Face official skill sync - refreshed local Hugging Face coverage and attribution for
hugging-face-cli,hugging-face-dataset-viewer,hugging-face-jobs,hugging-face-model-trainer, andhugging-face-paper-publisher, while packaging the missing official ecosystem skills into the repo. - Odoo security hardening - merged safer credential handling for
odoo-woocommerce-bridgeby replacing hardcoded secrets with environment-variable lookups (PR #413). - Odoo EDI resilience - improved
odoo-edi-connectorwith idempotency checks, partner verification, dynamic X12 date handling, and safer environment-based configuration (PR #416). - Maintainer and release docs - folded in the latest maintainer guidance around risk-label sync, repo-state hygiene, and release/CI workflow consistency.
Who should care
- Claude Code, Codex CLI, Cursor, and Gemini CLI users get broader Hugging Face ecosystem coverage for datasets, Jobs, evaluations, papers, Trackio, and Transformers.js workflows.
- Terminal-heavy developers and infra teams get stronger
jqandtmuxguidance for JSON processing, session management, and scripted shell workflows. - Odoo integrators get safer bridge examples and more production-ready EDI connector patterns.
- Builders looking for collaborator-matching workflows get a new
viboscopeskill for compatibility-driven discovery.
Credits
- @kostakost2 for the new
jqandtmuxskills in PR #414 - @ivankoriako for the new
viboscopeskill in PR #415 - @Champbreed for Odoo security and EDI improvements in PRs #413 and #416
- Hugging Face for the upstream official skill collection synced into this release
Changed
- Risk maintenance workflow: expanded the legacy
risk:cleanup flow so maintainers can sync explicit high-confidencenone,safe,critical, andoffensivelabels from audit suggestions, including auto-inserting the requiredAUTHORIZED USE ONLYnotice when a legacy skill is promoted tooffensive. - Contributor and maintainer policy docs: clarified that automated validation is necessary but not sufficient for skill changes, documented the manual logic review requirement, and aligned maintainer guidance around the
audit:skills->sync:risk-labels->sync:repo-stateloop. - Web app and CI docs: aligned public documentation with the current static Pages deploy, local-only maintainer sync flow, browser-local save behavior, web-app coverage checks, and the stricter release/CI contract now used on
main.