{
  "markdown": "# Wix Skills\n\n> ⚠️ **EXPERIMENTAL**: This project is in early development. APIs, skill definitions, and behavior may change without notice. Use at your own risk.\n\nAgent skills for building Wix app extensions, managing Wix business solutions, developing headless sites, and using the Wix Design System with AI agents.\n\n> **Note**: These skills are designed for the **new Wix CLI**. See [About the Wix CLI](https://dev.wix.com/docs/wix-cli/guides/about-the-wix-cli) to learn more. For an overview of how skills work with AI tools, see [About Wix Skills](https://dev.wix.com/docs/api-reference/articles/ai-tools/about-wix-skills).\n\n## Installation\n\n### Claude Code Plugin\n\nIn [Claude Code](https://docs.anthropic.com/en/docs/claude-code), run: \n\n```bash\n/plugin marketplace add wix/skills\n/plugin install wix@wix\n```\n\n### Codex\n\n**Codex App** — [Install the Wix plugin](https://chatgpt.com/plugins/share/b15215ad8e954c96a1108d176d53f572).\n\n**Codex CLI** — run `/plugins`, select **Wix**, and choose **Install Plugin**.\n\n### VS Code Plugin\n\nIn VS Code, open the Command Palette (`CMD+SHIFT+P`), select **Chat: Install Plugin From Source**, and enter `https://github.com/wix/skills`.\n\n### Cursor Plugin\n\nGo to **Settings > Rules > New Rule > Add from Github** with `https://github.com/wix/skills.git`.\n\n### Gemini CLI\n\nInstall using [Gemini CLI](https://geminicli.com):\n\n```bash\ngemini extensions install https://github.com/wix/skills\n```\n\n### Skills CLI\n\nInstall using [skills CLI](https://github.com/vercel-labs/skills):\n\n```bash\n# Install all skills\nnpx skills add wix/skills\n\n# Install globally\nnpx skills add wix/skills -g\n```\n\n## Available Skills\n\n| Skill                                    | Purpose                          | When to Use                                                                                                                         |\n| ---------------------------------------- | -------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------- |\n| [wix-app](skills/wix-app/SKILL.md)       | Build Wix app extensions         | Adding any extension — dashboard pages, site widgets, backend events, service plugins, embedded scripts, data collections, and more |\n| [wix-design-system](skills/wix-design-system/SKILL.md) | Wix Design System reference      | Looking up WDS component props, examples, icons                                                                                     |\n| [wix-manage](skills/wix-manage/SKILL.md) | Wix business solution management | REST API operations for configuring and managing Wix business solutions                                                             |\n| [wix-headless](skills/wix-headless/SKILL.md) | Connect Wix business services to a headless frontend (SDK + Wix CLI), and optionally build & host the site | Setting up a Wix Headless backend or adding Wix business features (Stores, Bookings, CMS, Blog, Events, Forms, Members, Restaurants, Portfolio, Pricing Plans) — install apps, seed content, and produce an SDK-integration guide; for managed projects also scaffold a new site (create) or wire an existing design (connect), then build and release. Works across managed, self-managed, and stripe project types |\n| [wix-vibe-headless](skills/wix-vibe-headless/SKILL.md) | Connect an existing front end to Wix over client-only REST | Wiring a vibe-coded / HTML / Vite app to a live Wix site (storefront, bookings, blog, events, portfolio, restaurants, CMS, pricing plans) from the browser with a public `WIX_CLIENT_ID` — no SDK, no backend |\n| [wix-docs](skills/wix-docs/SKILL.md) | Look up the Wix API/SDK docs (shared fallback) | Confirming an exact Wix endpoint, method schema, field, or enum before writing code — `curl` doc-search + the `.md`-twin trick, or the Wix MCP tools. Referenced by the other skills as their docs-lookup fallback |\n| [replatform](replatform/README.md) | Migrate sites from WordPress and other platforms into Wix | Migrating an exiting business from another platform into Wix. Both backend data and website. `npx skills add wix/skills/replatform` |\n\n## Supported Agents\n\nThese skills work with any agent that supports the [Agent Skills specification](https://github.com/vercel-labs/add-skill):\n\n- Cursor\n- Claude Code\n- Gemini CLI\n- Codex CLI\n- GitHub Copilot\n- Windsurf\n- And [many more](https://github.com/vercel-labs/add-skill#available-agents)\n\n## Versioning\n\n`@wix/agent-skills` follows semver. Bumps target **AI-generated-code stability** — i.e., whether a change could cause an agent using these skills to produce broken code on the previous-major `wix-cli`:\n\n| Bump | Examples |\n| --- | --- |\n| **patch** | Wording fix, typo, link update, clarification of existing guidance |\n| **minor** | New skill added, new section in an existing skill, additive guidance for a non-breaking `wix-cli` feature |\n| **major** | Skill rename/removal, rewrite of guidance for a deprecated `wix-cli` API, anything that would cause AI-generated code to fail on the previous-major `wix-cli` |\n\nWhen a major bump is required (a breaking change in the underlying `wix-cli`), the previous major continues on a `release/<N>.x` maintenance branch and receives backports for genuine bugs only — no new features.\n\n## Releasing\n\nRun the [`release-bump`](.github/workflows/release-bump.yml) workflow from the **Actions** tab and pick a `version_strategy`. The rest is automatic — the bump PR auto-merges once checks pass and [`release.yml`](.github/workflows/release.yml) publishes to npm via Trusted Publishing.\n\n## Serving (`www.wix.com/skills`)\n\nBesides the npm package, skills are served as raw markdown / `.tgz` at `https://www.wix.com/skills/<name>` (also `dev.wix.com/skills`), directly from this repo's `main` branch with no build step. Responses are cached, so a merge to `main` reflects there within a few minutes.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines on adding new skills.\n\n### Eval Token Budgets\n\nEval scenarios under `yaml/wix-manage-evals/` may define a top-level `maxTokens` value. The GitHub Actions eval gate compares that budget against the PR run's total tokens for the scenario and fails the PR check when the budget is exceeded. This gate-owned field is separate from `llm_judge.maxTokens`, which only configures the judge assertion.\n\n## License\n\nMIT\n",
  "bytes": 6398,
  "sha": "8485ba0da5dd6384ab0ef34ec3b88d967182de59f7d637743fd65299da93a6dd",
  "repo_slug": "wix/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_wix_skills_wix_3eff3350/readme"
}