{
  "markdown": "<h1 align=\"center\">\n  <img src=\"assets/firebase-agent-skills_logo.svg\" width=\"48\" alt=\"Logo\" style=\"vertical-align: middle; margin-right: 10px;\">\n  Firebase Agent Skills\n</h1>\n\nA collection of skills for AI coding agents, to help them understand and work\nwith Firebase more effectively.\n\nSkills are packaged instructions and scripts that extend agent capabilities,\nfollowing the [Agent Skills](https://agentskills.io/home) format.\n\n## Installation\n\n### Option 1: Agent Skills CLI\n\nFor most popular AI-assistive tools, you can use the `skills` CLI to install\nFirebase agent skills:\n\n```bash\nnpx skills add firebase/skills\n```\n\n### Option 2: Gemini CLI Extension\n\nThis repository is configured as a Gemini CLI extension. You can add it using\nthe Gemini CLI:\n\n```bash\ngemini extensions install https://github.com/firebase/skills\n```\n\n### Option 3: Claude Plugin\n\n1. Add the Firebase marketplace for Claude plugins:\n\n```bash\nclaude plugin marketplace add firebase/skills\n```\n\nInstall the Claude plugin for Firebase:\n\n```bash\nclaude plugin install firebase@firebase\n```\n\nVerify the installation:\n\n```bash\nclaude plugin marketplace list\n```\n\n### Option 4: Codex Plugin\n\nAdd the Firebase marketplace for Codex plugins:\n\n```bash\ncodex plugin marketplace add firebase/skills\n```\n\nInstall the Firebase plugin:\n\n```bash\ncodex plugin add firebase@firebase\n```\n\n### Option 5: Kimi Plugin\n\nInstall the Firebase plugin in Kimi Code CLI:\n\n```bash\n/plugins install https://github.com/firebase/skills\n```\n\nVerify the installation:\n\n```bash\n/plugins list\n```\n\n### Option 6: Manual Set Up\n\n1. Clone this repository:\n\n```bash\ngit clone https://github.com/firebase/skills.git\n```\n\n2. Copy the contents of the `skills` directory to the appropriate location for\n   your AI tool. Common locations include:\n   - **Cursor**: `.cursor/rules/`\n   - **Windsurf**: `.windsurfrules/`\n   - **GitHub Copilot**: `.github/copilot-instructions.md` (or project-specific\n     instruction files)\n\n### Option 7: Local Path via Agent Skills CLI\n\nThe `skills` CLI also supports installing skills from a local directory. If you\nhave cloned this repository, you can add skills by pointing the CLI to your\nlocal folder:\n\n```bash\nnpx skills add /path/to/your/local/firebase-skills/skills\n```\n\nIf you make changes to the local skills repository and want to update your\nproject with the new changes, you can update them by running:\n\n```bash\nnpx skills experimental_install\n```\n\n### Option 8: Local Development (Live Symlinking)\n\nIf you are actively contributing to or developing these skills, using\n`npx skills add` or copying files means you have to manually update them every\ntime you make a change. Instead, use a symlink so that changes in your local\nclone are immediately reflected in your test project.\n\nFor example, to test with Cursor:\n\n```bash\nln -s /path/to/firebase-skills/skills /path/to/your/test-project/.cursor/rules\n```\n\n## 🤝 Contributing\n\n1. Fork the repository\n1. Create a feature branch: `git checkout -b feature/amazing-feature`\n1. Commit changes: `git commit -m 'Add amazing feature'`\n1. Push to branch: `git push origin feature/amazing-feature`\n1. Open a Pull Request (PR)\n\n## 📄 License\n\nThis project is licensed under the Apache 2 License - see the [LICENSE](LICENSE)\nfile for details.\n\n**Made with ❤️ from Firebase for the AI community**\n",
  "bytes": 3315,
  "sha": "114bb412a6f37dc7b6cfc48ed90706d3d444a5c5f91c21afe439aae40d785dce",
  "repo_slug": "firebase/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/skl_firebase_agent_skills_firebase_hosting_b_4c7b7e01/readme"
}