·constructive-services-schemas
</>

constructive-services-schemas

Create and configure Constructive services (APIs), attach database schemas to them, set up domains, API modules, and schema grants using the @constructive-io/sdk TypeScript SDK. Use when: "create an API", "set up a service", "attach schema to API", "configure domains", "add API module", "grant schema access", "set up service routing".

13Installs·1Trend·@constructive-io

Installation

$npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-services-schemas

How to Install constructive-services-schemas

Quickly install constructive-services-schemas AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-services-schemas
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: constructive-io/constructive-skills.

SKILL.md

View raw

Configure Constructive services (APIs), attach database schemas, set up domain routing, and manage access — all via the @constructive-io/sdk TypeScript SDK with zero SQL.

| Api | A service endpoint | databaseId, name, roleName, anonRole, isPublic | | ApiSchema | Links an Api to a Schema | databaseId, apiId, schemaId | | ApiModule | Named JSON config for an Api | databaseId, apiId, name, data | | Domain | Routes subdomain.domain → Api/Site | databaseId, apiId, siteId, subdomain, domain |

| Schema | Database schema container | databaseId, name, schemaName | | SchemaGrant | Grants a role access to a schema | databaseId, schemaId, granteeName |

Create and configure Constructive services (APIs), attach database schemas to them, set up domains, API modules, and schema grants using the @constructive-io/sdk TypeScript SDK. Use when: "create an API", "set up a service", "attach schema to API", "configure domains", "add API module", "grant schema access", "set up service routing". Source: constructive-io/constructive-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-services-schemas
Category
</>Dev Tools
Verified
First Seen
2026-02-28
Updated
2026-03-10

Browse more skills from constructive-io/constructive-skills

Quick answers

What is constructive-services-schemas?

Create and configure Constructive services (APIs), attach database schemas to them, set up domains, API modules, and schema grants using the @constructive-io/sdk TypeScript SDK. Use when: "create an API", "set up a service", "attach schema to API", "configure domains", "add API module", "grant schema access", "set up service routing". Source: constructive-io/constructive-skills.

How do I install constructive-services-schemas?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/constructive-io/constructive-skills --skill constructive-services-schemas Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/constructive-io/constructive-skills