Add gotchas links + 17 proxy-only connector skills#4
Merged
Conversation
Two related catalog improvements: 1. Per-connector "Gotchas" link added to all 146 unified-API connector skills, pointing to https://developers.apideck.com/apis/{api}/{slug}/gotchas. Multi-API connectors (workday, odoo, sage-hr, sap-successfactors) emit one link per unified API. The 3 pairs without published gotchas pages (freshteam x hris/ats, silae-fr x hris) get noGotchas:true on the manifest entry. 2. 17 new proxy-only connector skills for connectors Apideck flags as auth_only:true with zero supported_resources — these route through the Proxy API + Vault auth instead of a unified resource API. New renderProxyOnlySkill() template in the generator dispatches on proxyOnly:true. Connectors: asana, azure-devops, basecamp, clickup, intercom, jetbrains-youtrack, jira-data-center, jira-service-desk, jira-teams, mollie, monday, notion, sage-intacct-rest, servicenow, sesamehr, shortcut, zendesk. Manifest now lists 163 connectors (146 unified + 17 proxy-only). Validator passes 163/163. README and llms.txt updated to reflect the new total and the proxy-only family. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two related catalog improvements that grow the connector catalog from 146 → 163 and expose Apideck's per-connector "gotchas" pages everywhere:
Validator passes 163/163 (0 errors, 0 warnings). README + `llms.txt` updated to reflect the new total and call out the proxy-only family.
Test plan
🤖 Generated with Claude Code