platforma-guidelines
4
总安装量
4
周安装量
#51449
全站排名
安装命令
npx skills add https://github.com/platforma-dev/agent-skills --skill platforma-guidelines
Agent 安装分布
gemini-cli
4
claude-code
4
github-copilot
4
codex
4
kimi-cli
4
amp
4
Skill 文档
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.