ChiliPiper-style pre-booking forms that route prospects to the right event type based on their answers.
57
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./packages/scheduling/docs/skills/routing-forms/SKILL.md{conditions, action}conditions: [{fieldId, op, value}, …] — all ANDed together. Ops:
equals, not-equals, contains, starts-with, in (value is array){kind: "event-type", eventTypeId, teamId?} → redirect to Booker{kind: "external-url", url} → redirect off-site{kind: "custom-message", message} → render message, no booking/forms/:formId renders the form. On submit:
fallback.routing_form_responses with matchedRuleId.event-type, redirect to Booker with prefilled
name / email / custom-field values from the form answers.| User | Action |
|---|---|
| "Route enterprise prospects to Bob" | create-routing-form with a rule matching company size → Bob's event type |
| "See submissions" | list-routing-form-responses --formId <id> |
e9a2f0e
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.