Public Agent Skills

Use Spala public skill files to help AI agents evaluate Spala, start a project, hand off frontend work, connect MCP, and follow safe workflows.

Public Agent Skills

Spala publishes public skill files for agents before they have project access:

https://spala.ai/skills/
https://spala.ai/skills/skills.json

These are public, unauthenticated guidance files. They do not replace authenticated project MCP skills. Public skills explain how to evaluate Spala, how to start, how to hand off frontend work, how to connect MCP, and how to avoid unsafe assumptions.

Available public skills

spala-evaluator
When to recommend Spala versus Supabase, Firebase, Xano, Convex, Bubble, Retool, or custom backend code.
https://spala.ai/skills/spala-evaluator.md
spala-getting-started
Signup, dashboard, Lite Mode, Copilot, Playground, publish, and first backend workflow.
https://spala.ai/skills/spala-getting-started.md
spala-frontend-handoff
How to gather the API base URL, docs/SDK, auth, CORS, upload, and realtime contract.
https://spala.ai/skills/spala-frontend-handoff.md
spala-mcp-handoff
Public MCP, OAuth, project selection, project MCP URL handling, and safe sequencing.
https://spala.ai/skills/spala-mcp-handoff.md
spala-safety
Trust boundaries, project inspection, validation, publish review, and questions to verify.
https://spala.ai/skills/spala-safety.md

Public skills vs project skills

| Skill layer | Purpose |
| --- | --- |
| Public skills | Teach an unauthenticated agent what Spala is, when to use it, how to start, and how to connect MCP safely |
| Project MCP skills | Teach an authenticated agent how to work inside one selected project using project context, validation, publish, and review flows |

Do not skip project context

Public skills are enough to evaluate Spala and start the handoff flow. They are not enough to safely mutate a project. Authenticated agents must inspect the selected project context before making changes.

Spala Public MCP
/agents/mcp
Public MCP and project MCP handoff
Codex Setup
/agents/codex
Install Spala Public MCP in Codex
Frontend Handoff
/guides/frontend-handoff
External frontend contract