workspace-builder

Create and configure ServiceNow scoped applications and custom workspaces via App Engine Studio.

77|23|Updated Jul 16, 2025
One-click install
npx skills add https://github.com/groeimetai/snow-flow --skill workspace-builder-groeimetai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-builder
Source: https://github.com/groeimetai/snow-flow/tree/main/packages/opencode/src/bundled-skills/workspace-builder
Command: npx skills add https://github.com/groeimetai/snow-flow --skill workspace-builder-groeimetai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the creation of custom applications and workspaces within ServiceNow's App Engine Studio, enabling low-code development for complex business needs.

Core Features & Use Cases

  • Scoped Application Creation: Define and initialize new scoped applications with essential metadata.
  • Table and Field Generation: Programmatically create custom tables and fields within scoped applications.
  • Workspace Configuration: Design and configure custom workspaces, including lists and UI pages.
  • Data Broker Integration: Set up data brokers for efficient data retrieval in UI Builder.
  • Use Case: A developer needs to quickly scaffold a new application for IT asset tracking. They can use this skill to create the application scope, define the 'Asset Item' table with relevant fields, build a custom workspace for asset management, and configure a dashboard to display asset statistics.

Quick Start

Use the workspace-builder skill to create a new scoped application named 'IT Asset Tracker' with the scope 'x_myco_asset_track'.

Frequently Asked Questions about workspace-builder

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

FAQPage Schema
How do I create a custom ServiceNow workspace using App Engine Studio?

This skill creates ServiceNow workspaces by programmatically defining scoped applications, generating custom database tables and fields, and configuring workspace layouts with UI pages and data brokers through App Engine Studio scripting.

Can I programmatically define database tables and fields for a scoped application in ServiceNow?

Yes, scoped application creation supports programmatically defining custom database tables and fields. This skill generates the essential metadata and data structures needed to build ServiceNow applications using low-code development.

What is low-code development for ServiceNow applications and when do I need it?

Low-code development for ServiceNow applications streamlines building custom business solutions via App Engine Studio. It is needed when rapidly scaffolding scoped applications, custom tables, and workspaces to address complex business requirements without extensive manual coding.

How do I set up data brokers for ServiceNow UI Builder?

Setting up data brokers for ServiceNow UI Builder involves configuring efficient data retrieval pathways within your custom workspace. This skill facilitates data broker integration to connect UI pages with underlying scoped application tables.

Does this approach support scaffolding an entire ServiceNow application from scratch?

Yes, scaffolding an entire ServiceNow application from scratch is fully supported. It handles initializing the scoped application, generating tables and fields, building the custom workspace, and configuring UI pages and dashboards end-to-end.

What are the limitations of programmatic workspace configuration in ServiceNow?

Programmatic workspace configuration in ServiceNow is limited to defining scoped applications, tables, fields, layouts, and data brokers. Complex custom logic or advanced UI components outside of App Engine Studio's low-code capabilities may require additional manual development.