Source

steedos/steedos-platform

70 skills · 973 combined installs

Skills from this source

#
Skill
Source
8W Activity
Installs
1
steedos-object-fields Steedos field types and .field.yml configuration. TRIGGER: .field.yml files in objects/{name}/fields/; field types (t…
steedos/steedos-platform
33
2
steedos-builder6-api Builder6 REST API: Tables, Direct MongoDB, Files, Auth, Users. TRIGGER: /api/v6/tables/:baseId/:tableId CRUD; /api/v6…
steedos/steedos-platform
32
3
steedos-builtin-objects Steedos platform built-in objects reference (~93 objects). TRIGGER: lookup/master_detail field referencing built-in o…
steedos/steedos-platform
32
4
steedos-graphql-api Steedos GraphQL API auto-generated from object metadata at /graphql. TRIGGER: POST /graphql; {object}, {object}__find…
steedos/steedos-platform
32
5
steedos-object-buttons Custom action buttons (.button.yml) for record pages and list views. TRIGGER: .button.yml in objects/{name}/buttons/;…
steedos/steedos-platform
32
6
steedos-object-permissions Multi-level permission control: object-level, field-level, record-level. TRIGGER: .permission.yml, .permissionset.yml…
steedos/steedos-platform
32
7
steedos-objects Steedos object data models (.object.yml) and list views (.listview.yml). TRIGGER: .object.yml, .listview.yml files; o…
steedos/steedos-platform
32
8
steedos-applications Steedos application definition (.app.yml). TRIGGER: .app.yml files; application sidebar menu, icon/color, mobile visi…
steedos/steedos-platform
31
9
steedos-seed-data Initial seed data files (.data.json/.yml/.csv) in main/default/data/. TRIGGER: .data.json, .data.yml, .data.csv files…
steedos/steedos-platform
31
10
steedos-tabs Navigation tabs (.tab.yml) for Steedos application sidebars. TRIGGER: .tab.yml files; sidebar navigation item; tab ty…
steedos/steedos-platform
31
11
steedos-translations Steedos i18n: .translation.yml and .objectTranslation.yml files. TRIGGER: .translation.yml, .objectTranslation.yml fi…
steedos/steedos-platform
31
12
steedos-webapps Custom React + Vite webapps in Steedos packages (webapps/ directory). TRIGGER: webapps/ directory, React + Vite SPA; …
steedos/steedos-platform
31
13
steedos-server-api Steedos Server REST API (v6): data CRUD, object metadata, function invocation. TRIGGER: /api/v6/data/:objectName CRUD…
steedos/steedos-platform
30
14
steedos-analytics Analytics question (.question.yml) and dashboard (.dashboard.yml) files. TRIGGER: .question.yml or .dashboard.yml fil…
steedos/steedos-platform
20
15
steedos-builder6-modules Builder6 auth, file storage, and plugin modules. TRIGGER: AuthGuard, AdminGuard, token formats, signIn, password hash…
steedos/steedos-platform
19
16
steedos-configuration Steedos Server environment variables and YAML settings. TRIGGER: .env files; env vars (MONGO_URL, ROOT_URL, B6_TRANSP…
steedos/steedos-platform
19
17
steedos-project-package Steedos project/package init & creation (初始化项目, 创建软件包), yarn install/start (NEVER npm).
steedos/steedos-platform
19
18
steedos-builder6-internals Builder6 Server architecture: NestJS 11 + Moleculer 0.14 hybrid monorepo. TRIGGER: @builder6/* packages, monorepo str…
steedos/steedos-platform
18
19
steedos-getting-started Steedos Platform overview, skill routing guide, and CLI commands. TRIGGER: new to Steedos, "what is Steedos", "where …
steedos/steedos-platform
18
20
steedos-pages Amis-based custom pages: standalone (type: app) and object-bound (type: record/list). TRIGGER: .page.yml, .page.amis.…
steedos/steedos-platform
18
21
steedos-server-internals Steedos Server internal architecture: NestJS 11 + Moleculer 0.14 hybrid. TRIGGER: NestJS module organization; Molecul…
steedos/steedos-platform
18
22
steedos-server-logic Server-side triggers (.trigger.yml) and functions (.function.yml). TRIGGER: .trigger.yml, .function.yml files in main…
steedos/steedos-platform
18
23
steedos-builder6-architecture Builder6 Server architecture overview. NestJS 11 + Moleculer 0.14 hybrid monorepo with 20+ @builder6/* packages. Cove…
steedos/steedos-platform
13
24
steedos-cli-commands Steedos CLI commands reference. Covers project lifecycle commands (start, restart), data import/export, source manage…
steedos/steedos-platform
13
25
steedos-dashboards Create analytics dashboard files (.dashboard.yml) in Steedos projects. Dashboards are visual containers that arrange …
steedos/steedos-platform
13
26
steedos-environment-variables Configure Steedos applications using environment variables for server settings, databases (MongoDB, PostgreSQL/MySQL)…
steedos/steedos-platform
13
27
steedos-files Builder6 file upload/download system. Supports local filesystem and AWS S3 storage. API at /api/v6/files/:collectionN…
steedos/steedos-platform
13
28
steedos-micro-pages TRIGGER when: user wants a STANDALONE custom page NOT tied to any object record — e.g. dashboard, report page, app la…
steedos/steedos-platform
13
29
steedos-object-functions TRIGGER when: user creates/edits a `.function.yml` file; asks how to define a server-side JavaScript function callabl…
steedos/steedos-platform
13
30
steedos-object-list-views TRIGGER when: user creates/edits a `.listview.yml` file; asks how to define a list view (table view) for a Steedos ob…
steedos/steedos-platform
13
31
steedos-object-triggers TRIGGER when: user creates/edits a `.trigger.yml` file; asks how to run server-side JavaScript automatically when rec…
steedos/steedos-platform
13
32
steedos-overview TRIGGER when: user is NEW to Steedos and asks "what is Steedos", "where do I start", "how does Steedos work", or any …
steedos/steedos-platform
13
33
steedos-plugin Builder6 dynamic plugin system. Plugins are NPM packages loaded at startup via environment variables. Covers PluginMo…
steedos/steedos-platform
13
34
steedos-server-architecture TRIGGER when: user asks about HOW Steedos Server is built internally — NestJS module organization, Moleculer service …
steedos/steedos-platform
13
35
steedos-server-config Configure Steedos Server via environment variables and YAML settings files. Covers required env vars (MONGO_URL, ROOT…
steedos/steedos-platform
13
36
steedos-server-moleculer Steedos Server Moleculer microservice integration. Covers broker configuration (namespace, transporter, cacher, seria…
steedos/steedos-platform
13
37
steedos-server-websocket Steedos Server real-time WebSocket system using Socket.IO. Covers the AppGateway (@WebSocketGateway), connection auth…
steedos/steedos-platform
13
38
steedos-builder6-config Builder6 Server configuration system. Environment variables are parsed from .env via dotenv-flow, with B6_ and STEEDO…
steedos/steedos-platform
12
39
steedos-builder6-tables Builder6 Tables module for structured data management. Tables API at /api/v6/tables/:baseId/:tableId. Covers collecti…
steedos/steedos-platform
12
40
steedos-object-micro-pages TRIGGER when: user wants to customize/replace an OBJECT's record detail page or list page using Amis UI; asks about `…
steedos/steedos-platform
12
41
steedos-package-format Understand Steedos package structure and organization. Packages are self-contained modules with objects, business log…
steedos/steedos-platform
12
42
steedos-project-format Learn how to create and structure Steedos projects using Node.js/TypeScript. Covers minimal project requirements, pac…
steedos/steedos-platform
12
43
steedos-questions Create analytics question files (.question.yml) in Steedos projects. Questions are report/chart definitions stored as…
steedos/steedos-platform
12
44
steedos-auth Builder6 Server authentication and authorization system. Covers AuthGuard and AdminGuard (NestJS CanActivate), AuthSe…
steedos/steedos-platform
11
45
steedos-dev-testing Steedos project automated development & testing with Playwright MCP. TRIGGER: "自动测试", "迭代开发", "dev-test", "te…
steedos/steedos-platform
11
46
steedos-validate-package Validate a Steedos package after creation or modification. Run this tool to check that all files conform to Steedos c…
steedos/steedos-platform
10
47
server-config Configure Steedos Server via environment variables and YAML settings files. Covers required env vars (MONGO_URL, ROOT…
steedos/steedos-platform
5
48
applications Create and configure Steedos applications. Required fields: name, code, tabs (without tabs the menu will not display)…
steedos/steedos-platform
4
49
cli-commands Steedos CLI commands reference. Covers project lifecycle commands (start, restart), data import/export, source manage…
steedos/steedos-platform
4
50
dashboards Create analytics dashboard files (.dashboard.yml) in Steedos projects. Dashboards are visual containers that arrange …
steedos/steedos-platform
4
Page 1 · 70 total Next