{"id":50159624,"url":"https://github.com/fazer-ai/skills","last_synced_at":"2026-05-24T14:35:34.045Z","repository":{"id":353239239,"uuid":"1216527142","full_name":"fazer-ai/skills","owner":"fazer-ai","description":"Claude Code marketplace for fazer.ai plugins. Subscription-gated plugins distributed via the fazer.ai private npm registry.","archived":false,"fork":false,"pushed_at":"2026-05-12T02:01:00.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T03:22:55.064Z","etag":null,"topics":["ai-tools","chatwoot","claude-code","claude-code-marketplace","claude-code-plugins","coolify","fazer-ai","marketplace","n8n"],"latest_commit_sha":null,"homepage":null,"language":null,"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/fazer-ai.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-04-21T01:58:57.000Z","updated_at":"2026-05-12T02:01:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/fazer-ai/skills","commit_stats":null,"previous_names":["fazer-ai/skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fazer-ai/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazer-ai%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazer-ai%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazer-ai%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazer-ai%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fazer-ai","download_url":"https://codeload.github.com/fazer-ai/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fazer-ai%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33438516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T13:13:05.286Z","status":"ssl_error","status_checked_at":"2026-05-24T13:13:03.728Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["ai-tools","chatwoot","claude-code","claude-code-marketplace","claude-code-plugins","coolify","fazer-ai","marketplace","n8n"],"created_at":"2026-05-24T14:35:33.358Z","updated_at":"2026-05-24T14:35:34.040Z","avatar_url":"https://github.com/fazer-ai.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# fazer.ai skills for Claude Code\n\nA [Claude Code](https://claude.com/claude-code) marketplace of plugins\nbuilt by [fazer.ai](https://fazer.ai).\n\nAdding the marketplace is free. Installing any plugin requires an active\nfazer.ai subscription.\n\n## Available plugins\n\n| Name | Description |\n| ---- | ----------- |\n| `fazer-ai-atendimento` | Sets up a complete AI WhatsApp assistant for your business from scratch, all on your own infrastructure. |\n| `fazer-ai-negocio` | Skills for the commercial and operational cycle: custom Chatwoot funnel design, proposal, discovery, case study, call coach, support reporting, and video-based content generation. |\n| `fazer-ai-vps` | Skills to operate AI VPS infrastructure: debugging, migration, backup, alerts, deployment, hardening, and observability. |\n| `fazer-ai-agentes` | Skills to design, debug, and optimize AI agents: cost, model, prompt, simulation, and transcript debugging. |\n| `fazer-ai-skills-dev` | Skills for creating and maintaining Claude Code skills: security auditing, SKILL.md generation following the community standard, automated review loops. |\n\n## Getting started\n\n### 1. Subscribe\n\nSign up for a plan at [app.fazer.ai](https://app.fazer.ai). You'll get a\nsetup token tied to your subscription. The token is revoked automatically\nif the subscription lapses.\n\n### 2. Configure npm auth\n\nRun the setup CLI once (works on Linux, macOS, and Windows):\n\n```sh\nbunx @fazer-ai/setup \u003ctoken\u003e\n```\n\n`npx`, `pnpm dlx`, and `yarn dlx` work too. Re-run any time to rotate the\ncredential.\n\n### 3. Add this marketplace\n\nIn Claude Code:\n\n```text\n/add-marketplace fazer-ai/skills\n```\n\nOr declare it in `~/.claude/settings.json`:\n\n```json\n{\n  \"extraKnownMarketplaces\": {\n    \"fazer-ai\": {\n      \"source\": {\n        \"source\": \"github\",\n        \"repo\": \"fazer-ai/skills\"\n      }\n    }\n  }\n}\n```\n\n### 4. Install a plugin\n\nIn Claude Code:\n\n```text\n/install fazer-ai-atendimento@fazer-ai\n```\n\nOr declare it in `~/.claude/settings.json`:\n\n```json\n{\n  \"enabledPlugins\": {\n    \"fazer-ai-atendimento@fazer-ai\": true\n  }\n}\n```\n\n## Troubleshooting\n\nIf a plugin fails to install:\n\n- Confirm your subscription is active at [app.fazer.ai](https://app.fazer.ai).\n- Re-run `bunx @fazer-ai/setup \u003ctoken\u003e` with a fresh token from the hub.\n\n## Adding a new plugin\n\nSee [`docs/plugin-publish-workflow.md`](docs/plugin-publish-workflow.md)\nfor the plugin-repo checklist, the `descriptions` i18n convention, and\nthe GitHub Actions template that opens an auto-bump PR against this\nrepo on each release.\n\n## License\n\nThis repository contains only the marketplace metadata and documentation\nneeded to discover fazer.ai Claude Code plugins. Each plugin is\ndistributed under its own license.\n\n\"fazer.ai\" and the associated logos are trademarks of FAZER.AI LTDA.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazer-ai%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffazer-ai%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffazer-ai%2Fskills/lists"}