What problem does it solve?
Setting up a Steedos low-code project or package requires knowing the exact directory layout, required files, metadata file types, and naming conventions. This Skill provides the complete structural reference so you can scaffold projects and packages correctly the first time.
Core Features & Use Cases
- Project Scaffolding: Defines the minimal and complete project structure including package.json, .env configuration, and yarn workspace setup.
- Package Structure Reference: Documents the full package layout with objects, fields, triggers, functions, pages, applications, permissions, and 18+ metadata file types.
- Naming & Best Practices: Enforces snake_case API names, bilingual labels, and correct file placement rules (triggers in triggers/, not object folders).
- Use Case: You need to build an order management module on Steedos. Use this Skill to create the project, add a package with an orders object, list views, permissions, and an approval process, all following platform conventions.
Quick Start
Create a new Steedos project called order-management with a package containing an orders object and its fields, list views, and permissions.