Use this skill when working with @tailor-platform/sdk projects, including service configuration, CLI usage, and docs navigation.
Install
npx skillscat add tailor-platform/sdk/tailor-sdk Install via the SkillsCat registry.
SKILL.md
Tailor SDK Knowledge
This skill helps with projects using @tailor-platform/sdk.
Primary Sources
Use these files as the single source of truth:
node_modules/@tailor-platform/sdk/README.mdnode_modules/@tailor-platform/sdk/docs/configuration.mdnode_modules/@tailor-platform/sdk/docs/services/*.mdnode_modules/@tailor-platform/sdk/docs/cli-reference.mdnode_modules/@tailor-platform/sdk/docs/cli/*.mdnode_modules/@tailor-platform/sdk/docs/testing.md
Working Rules
- Prefer SDK docs above assumptions. If behavior is unclear, cite the exact doc path used.
- Keep examples compatible with Node.js 22+.
- For CLI questions, verify command and option names from
docs/cli-reference.mdanddocs/cli/*.md. - For configuration questions, validate examples against
docs/configuration.mdand related service docs.
Quick Navigation
- Setup and first deploy:
docs/quickstart.md - Core config shape:
docs/configuration.md - Service details:
docs/services/*.md - CLI commands:
docs/cli-reference.mdanddocs/cli/*.md - Testing patterns:
docs/testing.md