Guidance for building backend Go applications with github.com/platforma-dev/platforma. Use when asked to design Platforma project structure, choose or combine Platforma packages (application, database, httpserver, auth, queue, scheduler), explain or run framework-native CLI commands, or provide practical integration examples and migration/run workflows.
Resources
2Install
npx skillscat add platforma-dev/agent-skills/platforma-guidelines Install via the SkillsCat registry.
SKILL.md
Platforma Guidelines
Use this skill to deliver accurate, practical Platforma backend guidance with minimal theory and directly usable commands/snippets.
Triage Checklist
- Identify request type: project structure, CLI usage, package integration, or troubleshooting.
- Confirm target outcome: scaffold app, add package, fix runtime behavior, or explain command workflow.
- Open only the reference file(s) needed for the request.
Reference Routing
- Use
references/consumer-project-structure.mdfor app folder layout and file responsibilities. - Use
references/cli-commands.mdfor framework-native CLI commands and runtime command semantics.
Workflow
- Restate the requested outcome in Platforma backend terms.
- Select the smallest set of packages needed (
application,database,httpserver,auth,queue,scheduler). - Provide minimal runnable code with exact imports and registration order.
- Provide exact commands and explicit execution sequence (
migratebeforerunwhen migrations exist). - Call out one or two high-impact pitfalls relevant to the task.
Rules
- Prefer source code, package docs and repository docs as source of truth over assumptions.