{"id":51928043,"url":"https://github.com/primefaces/primeui-plugins","last_synced_at":"2026-07-28T04:30:23.624Z","repository":{"id":370699064,"uuid":"1295818559","full_name":"primefaces/primeui-plugins","owner":"primefaces","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-10T10:49:24.000Z","size":86,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-10T11:13:29.138Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/primefaces.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-09T22:10:28.000Z","updated_at":"2026-07-10T10:49:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/primefaces/primeui-plugins","commit_stats":null,"previous_names":["primefaces/primeui-plugins"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/primefaces/primeui-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimeui-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimeui-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimeui-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimeui-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/primefaces","download_url":"https://codeload.github.com/primefaces/primeui-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/primefaces%2Fprimeui-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35976727,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-28T02:00:06.341Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-28T04:30:21.675Z","updated_at":"2026-07-28T04:30:23.481Z","avatar_url":"https://github.com/primefaces.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PrimeUI Plugins\n\nOfficial AI assistant integrations for PrimeVue, PrimeNG, and PrimeReact.\n\nChoose one plugin for the UI library used by your project. Each plugin installs focused workflow skills and connects one matching MCP server for current documentation, APIs, examples, setup guidance, and usage validation.\n\n| Plugin | MCP package | Clients |\n| --- | --- | --- |\n| `primevue` | `@primevue/mcp` | Claude Code, Codex, GitHub Copilot, Cursor, Gemini CLI |\n| `primeng` | `@primeng/mcp` | Claude Code, Codex, GitHub Copilot, Cursor, Gemini CLI |\n| `primereact` | `@primereact/mcp` | Claude Code, Codex, GitHub Copilot, Cursor, Gemini CLI |\n\n## Claude Code\n\n```bash\nclaude plugin marketplace add primefaces/primeui-plugins\nclaude plugin install primevue@primeui\n```\n\nReplace `primevue` with `primeng` or `primereact` when needed.\n\n```bash\nclaude plugin marketplace update primeui\nclaude plugin update primevue@primeui\n```\n\n## Codex\n\n```bash\ncodex plugin marketplace add primefaces/primeui-plugins\ncodex plugin add primevue@primeui\n```\n\nReplace `primevue` with `primeng` or `primereact` when needed. Use the `/plugins` browser or the ChatGPT desktop Plugins screen to manage installed plugins.\n\n```bash\ncodex plugin marketplace upgrade primeui\ncodex plugin remove primevue@primeui\ncodex plugin add primevue@primeui\n```\n\n## GitHub Copilot\n\n```bash\ncopilot plugin marketplace add primefaces/primeui-plugins\ncopilot plugin install primevue@primeui\n```\n\nVS Code automatically discovers plugins installed by the Copilot CLI. Replace `primevue` with `primeng` or `primereact` when needed.\n\n```bash\ncopilot plugin update primevue\ncopilot plugin uninstall primevue\n```\n\n## Cursor\n\nPrimeUI plugins are structured for the Cursor Marketplace. After marketplace approval, install the selected PrimeVue, PrimeNG, or PrimeReact plugin from Cursor and manage its skills and MCP server from **Customize**.\n\nFor a local installation from this repository, clone the public `main` branch and link one plugin directory:\n\n```bash\nln -s \u003ccheckout\u003e/plugins/primevue ~/.cursor/plugins/local/primevue\n```\n\nRestart Cursor or run **Developer: Reload Window** after changing the link.\n\n## Gemini CLI\n\nGemini installs one extension root at a time. Clone the public `main` branch, then install the selected plugin directory:\n\n```bash\ngemini extensions validate \u003ccheckout\u003e/plugins/primevue\ngemini extensions install \u003ccheckout\u003e/plugins/primevue --consent\n```\n\nUse the `primeng` or `primereact` directory for the other libraries.\n\n## Repository Contents\n\nThe public branch contains only installable marketplace catalogs and plugin payloads. Maintainer source and development tooling live on the [`dev`](https://github.com/primefaces/primeui-plugins/tree/dev) branch.\n\n## License\n\nUse of these plugins with PrimeUI libraries is subject to the [PrimeUI License](https://primeui.dev/licenses).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimefaces%2Fprimeui-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprimefaces%2Fprimeui-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprimefaces%2Fprimeui-plugins/lists"}