platforma-guidelines

📁 platforma-dev/agent-skills 📅 5 days ago
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

  1. Identify request type: project structure, CLI usage, package integration, or troubleshooting.
  2. Confirm target outcome: scaffold app, add package, fix runtime behavior, or explain command workflow.
  3. Open only the reference file(s) needed for the request.

Reference Routing

  • Use references/consumer-project-structure.md for app folder layout and file responsibilities.
  • Use references/cli-commands.md for framework-native CLI commands and runtime command semantics.

Workflow

  1. Restate the requested outcome in Platforma backend terms.
  2. Select the smallest set of packages needed (application, database, httpserver, auth, queue, scheduler).
  3. Provide minimal runnable code with exact imports and registration order.
  4. Provide exact commands and explicit execution sequence (migrate before run when migrations exist).
  5. 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.