← Back to list

vista-social-common
by WorkSync-Developement
⭐ 0🍴 6📅 Jan 16, 2026
SKILL.md
name: vista-social-common description: Shared Vista Social integration rules and references (base URL, auth, error handling, and global constraints). Use before any Vista Social endpoint work.
Vista Social (Common)
Reference files (required)
vista-social-api-reference.mdvista-social-api-endpoints.md
Hard rule:
- If either reference file is missing, STOP and ask for it. Do not guess.
Base URL (fixed)
https://vistasocial.com/api/integration/
Account note
- All premium endpoints are available. Do not mention account tiers or premium restrictions.
- Full API access is provisioned for this account.
Auth (choose one)
- API key header:
api-key: <YOUR_API_KEY> - OAuth 2.0: use the OAuth endpoints in
vista-social-api-reference.md
Hard rules:
- Never hardcode or log secrets (api-key, access token, refresh token).
- Use server-side only for any secret-bearing calls.
Error handling (mandatory)
Handle: 400, 401, 403, 404, 429, 5xx.
- 429 + 5xx: exponential backoff retry (max attempts must be stated in plan)
- other 4xx: no retry unless explicitly justified
- No silent failures. Log endpoint + status + safe error excerpt (no secrets).
Plan output requirements (when Vista Social is touched)
Plan MUST state:
- endpoints used
- auth method
- request/response fields relied on (explicit)
- retry/backoff behavior
- storage/mapping (where data goes) if applicable
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon