If you are building a Syntage integration with an AI coding assistant, install these first. An agent working without them will infer endpoints, field names, extractor options, and event types — and inferred integration code is usually plausible enough to pass review while being wrong.
Install
Agent Skills clients
Install the repository with a compatible Agent Skills client:Claude Code
Add the Syntage marketplace and install the skill bundle:Available skills
Invoke a skill explicitly when asking your agent for help:
Safety defaults
Every skill applies the same baseline:- Start development and testing in sandbox, where returned data is simulated.
- Do not send production requests, mutate production integration configuration, or open a live onboarding flow without your explicit confirmation.
- Keep environment-specific API keys, signing secrets, datasource credentials, and authorizations outside source code, prompts, logs, and generated examples.
- Verify endpoints, fields, filters, extractor options, and event types against the current documentation instead of guessing.
Client metadata
SKILL.md contains the portable instructions and discovery metadata shared by Agent Skills clients. Optional client adapters enhance supported products without changing those instructions:
agents/openai.yamlsupplies OpenAI clients such as Codex with display names, short descriptions, and suggested prompts..claude-plugin/marketplace.jsonmakes all four skills installable as a Claude Code plugin bundle.
SKILL.md.
The skills are maintained at github.com/syntagecom/skills.