generated: '2026-08-29' method: searched source: https://www.npmjs.com/package/@tailor-platform/sdk name: Tailor agent skills description: >- Tailor ships its own packaged agent skill inside @tailor-platform/sdk and installs it with `tailor skills add`. That skill is captured verbatim. Three further skills are generated by API Evangelist from Tailor's published contract and documentation, each grounded in real OperatorService RPC names and real CLI commands. skills: - name: tailor file: skills/tailor-sdk-skill.md method: searched source: 'npm @tailor-platform/sdk@2.7.0 -> package/agent-skills/tailor/SKILL.md' provider_published: true description: >- Tailor's own skill for working with @tailor-platform/sdk projects — service configuration, CLI usage and docs navigation. Saved verbatim from the published npm tarball, not rewritten. install: tailor skills add tailor note: >- Tailor exposes a first-class `tailor skills add|list|remove|sync` CLI group for installing these into a project, which makes it one of the few providers in the catalog shipping agent skills as a supported distribution channel rather than a blog post. - name: tailor-provision-workspace file: skills/tailor-provision-workspace.md method: generated source: grpc/tailor-tailor-v1-service.proto operations: [ListAvailableWorkspaceRegions, CreateWorkspace, GetWorkspace, ListWorkspaces, CreateApplication, GetApplication, GetApplicationSchemaHealth] description: Provision a workspace and deploy an application through the control-plane RPCs, with the real error-code table and the retry caveat on non-idempotent creates. - name: tailor-safe-schema-migration file: skills/tailor-safe-schema-migration.md method: generated source: https://docs.tailor.tech/sdk/services/tailordb-migration operations: [ComposeTailorDBSDL, CreateTailorDBType, UpdateTailorDBType, GetTailorDBType, ListTailorDBTypes, GetApplicationSchemaHealth] description: Change a TailorDB schema and deploy it safely, including what Tailor's failure recovery does and does not roll back. - name: tailor-executor-webhook-integration file: skills/tailor-executor-webhook-integration.md method: generated source: https://docs.tailor.tech/guides/executor/incoming-webhook-trigger operations: [CreateExecutorExecutor, ListExecutorExecutors, GetExecutorExecutor, ListExecutorIncomingWebhooks, GetExecutorIncomingWebhook, TriggerExecutor] description: Wire an external system in and out through Executor webhooks, with the published 100 req/sec limit, RateLimit-* headers and at-least-once retry semantics. grounding: rule: >- Every operation name in the generated skills was grepped out of grpc/tailor-tailor-v1-service.proto or the published CLI reference. No operation was invented. Where an operation family is dispatched generically (Create*/Update*/ Delete*), the skill names the specific RPC it means. skill_count: 4 provider_published_count: 1