create-view

Define custom dashboards, record views, and action buttons using SCL syntax.

1|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/simple-platform/simple-tools --skill create-view-simple-platform
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-view
Source: https://github.com/simple-platform/simple-tools/tree/main/tools/simple-cli/internal/scaffold/templates/agent/skills/create-view
Command: npx skills add https://github.com/simple-platform/simple-tools --skill create-view-simple-platform

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating custom user interfaces, including dashboards and action buttons, within the Simple Platform, bridging the gap between data and user interaction.

Core Features & Use Cases

  • Custom View Definition: Define specialized UI configurations like dashboards, record detail views, and list views using SCL.
  • View Action Integration: Create buttons on views that trigger backend logic and workflows.
  • Use Case: A product manager needs a "Manager Dashboard" to quickly see order statuses and an "Approve Order" button to take action directly from the dashboard.

Quick Start

Use the create-view skill to define a new dashboard named 'Manager Dashboard' targeting the 'order' table.

Frequently Asked Questions about create-view

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

FAQPage Schema
How do I create a custom dashboard for a specific table?

To create a custom dashboard, define the view type and target table using SCL syntax. This allows you to configure specialized UI elements like list views or detail dashboards for specific data records.

How do I add an action button to a record view?

You can add an action button to a record view by defining its label and icon within SCL. These buttons are configured to trigger specific backend logic and workflows directly from the user interface.

Can I define custom user interfaces without writing backend logic?

You can define custom user interfaces and dashboards using SCL syntax without writing backend logic. However, action buttons require existing backend workflows to trigger when clicked.

What is SCL syntax used for when building custom views?

SCL syntax is used to define view types, target tables, and action button configurations. It provides the structural framework needed to build interactive dashboards and record detail views within the platform.

Does the create-view Skill support building list views and record detail views?

Yes, the Skill supports building both list views and record detail views. It provides configuration options for specialized UI components, allowing you to tailor the display of table data to specific user needs.