steedos-object-list-views

Create and validate .listview.yml definitions for Steedos objects.

1.6k|413|Updated Mar 4, 2019
One-click install
npx skills add https://github.com/steedos/steedos-platform --skill steedos-object-list-views
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: steedos-object-list-views
Source: https://github.com/steedos/steedos-platform/tree/main/skills/steedos-object-list-views
Command: npx skills add https://github.com/steedos/steedos-platform --skill steedos-object-list-views

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Steedos users struggle to configure per-object list views (columns, filters, and sorts) across many objects. This skill standardizes and automates the creation of .listview.yml definitions to accelerate setup and ensure consistency.

Core Features & Use Cases

  • Defines and validates .listview.yml structures per Steedos object.
  • Supports configuring columns, filters, sorts, view types (grid/calendar/kanban), and sharing settings.
  • Applies to multi-object dashboards and reusable list-view templates across environments.

Quick Start

Generate a ready-to-use .listview.yml for a Steedos object, including example columns, filters, and sort order.

Frequently Asked Questions about steedos-object-list-views

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Steedos object list view setup across multiple objects?

Automate Steedos object list view setup by generating and validating .listview.yml files. This skill standardizes configuration for columns, filters, sort orders, and sharing settings across multiple objects to accelerate deployment and ensure consistency.

What fields can I define in a Steedos .listview.yml file?

In a .listview.yml file, you define fields including name, label, is_enable, shared, filter_scope, crud_mode, columns, filters, sort, searchable_fields, mobile_columns, extra_columns, and scrolling_mode to configure the list view behavior.

Does this skill support configuring mobile columns and sharing settings for Steedos list views?

Yes, it supports configuring mobile_columns, extra_columns, scrolling_mode, shared, and filter_scope. These YAML fields allow you to define mobile representations and control list view sharing settings per Steedos object.

What is the best way to standardize list view templates across Steedos environments?

The best way to standardize list view templates is by automating .listview.yml creation. This skill defines and validates reusable YAML structures for columns, filters, and sorts, ensuring multi-object dashboards remain consistent across environments.

Where should .listview.yml files be placed in a Steedos project?

Steedos .listview.yml files should be placed within the objects/listviews/ subfolder. This skill guides the generation of these files and validates their YAML structure to ensure proper per-object list view definitions.