{
  "markdown": "# Powabase Agent Skills\n\nAgent Skills that help developers using AI coding assistants build on\n[Powabase](https://powabase.ai) — the multi-tenant **AI Backend-as-a-Service**.\nAgent Skills are folders of instructions and resources that an agent discovers\nand loads on demand to work more accurately and efficiently. Compatible with\nClaude Code and any agent that supports the\n[Agent Skills](https://agentskills.io/) open standard.\n\n> **Powabase in one line:** a single REST API that replaces the usual AI stack —\n> a vector DB for RAG, an agent framework for tool use, a workflow engine for\n> automation — alongside a full Supabase-style backend (Postgres + pgvector,\n> PostgREST, Auth, Storage, Realtime). This skill teaches your assistant to drive\n> all of it over plain HTTP.\n\n## Installation\n\n`SKILL.md` is a [cross-vendor open standard](https://agentskills.io), so the same\nskill installs across Anthropic, OpenAI, Google, and other coding agents.\n\n| Tool | Install |\n| --- | --- |\n| **Any agent** (cross-agent installer) | `npx skills add powabase-ai/agent-skills` |\n| **GitHub Copilot / GitHub CLI** | `gh skill install powabase-ai/agent-skills` |\n| **Google Gemini CLI** | `gemini extensions install https://github.com/powabase-ai/agent-skills` |\n| **Claude Code** (plugin) | `claude plugin marketplace add powabase-ai/agent-skills` then `claude plugin install powabase@powabase-agent-skills` |\n| **OpenAI Codex / Cursor / Windsurf / Cline / …** | use a cross-agent installer above, or copy `skills/powabase/` into the tool's skills directory |\n\nThe per-ecosystem manifests live in this repo: `.claude-plugin/marketplace.json`\n(Claude), `gemini-extension.json` + `GEMINI.md` (Gemini CLI), and\n`skills/powabase/agents/openai.yaml` (Codex) — all pointing at the single canonical\nskill at `skills/powabase/SKILL.md`.\n\nSee [PUBLISHING.md](PUBLISHING.md) for where this is listed, how to submit it to\neach marketplace, and the roadmap for the consumer marketplaces (ChatGPT Apps,\nGemini Enterprise) that run through the forthcoming Powabase MCP server.\n\n## Available skills\n\n<details>\n<summary><strong>powabase</strong></summary>\n\nEnd-to-end Powabase development skill covering the agentic `/api/*` surface and\nthe BaaS layer.\n\n**Use when:**\n\n- Building RAG: uploading documents (Sources), creating Knowledge Bases,\n  choosing an indexing strategy (`chunk_embed`, `full_document`, `page_index`,\n  `graph_index`, `doc2json`) and a retrieval method (vector, full-text, hybrid,\n  tree search), reranking, and metadata enrichment.\n- Building agents: ReAct agents with builtin/custom/MCP tools, sessions,\n  approval (human-in-the-loop) flows, and streaming.\n- Multi-agent orchestration (supervisor / sequential / parallel coordinators).\n- Workflow automation: block graphs, webhooks, scheduled triggers, the Copilot.\n- Consuming Server-Sent Events for agents, orchestrations, and workflows.\n- The Powabase BaaS layer: PostgREST, RLS, GoTrue auth, Storage, Realtime, and\n  direct Postgres — including the `ai.*` schema.\n- Connecting and authenticating, choosing the right API key, handling billing /\n  rate-limit / error responses, and knowing when to hand off to a human for\n  Studio-only setup.\n\n</details>\n\n## How it works\n\nThe skill ships a lean `SKILL.md` (connection, decision trees, the canonical RAG\nflow, and the highest-value gotchas) plus detailed `references/` files that the\nagent loads only when relevant — keeping context small until depth is needed.\n\nContent is synthesized from the [Powabase docs](https://docs.powabase.ai). Because\nthe agentic `/api/*` surface is still evolving, the skill instructs agents to\n**verify shapes against the live docs** rather than trusting a frozen snapshot.\n\n## Skill structure\n\n```\nskills/\n└── powabase/\n    ├── SKILL.md        # required manifest (frontmatter) + core instructions\n    └── references/     # detailed, load-on-demand topic files\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md). In short: edit the Markdown, run\n`pnpm test`, and open a PR with a conventional-commit title (`feat:` / `fix:`).\n\n## Releases & `.well-known` discovery\n\nEach release packages every directory under `skills/` into its own `.tar.gz` and\npublishes a `dist/index.json` discovery document (agentskills schema v0.2.0)\nalongside the tarballs, built by [`scripts/build-release.ts`](scripts/build-release.ts)\nand driven by [Release Please](https://github.com/googleapis/release-please).\n\n## License\n\n[Apache 2.0](LICENSE)\n",
  "bytes": 4466,
  "sha": "b9fd9f6886ca77ed08b40d358faa5d0beebd86347966e5766da83b7584f597aa",
  "repo_slug": "powabase-ai/agent-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_powabase_ai_agent_skills_8acca214/readme"
}