# Spk Team Connectors

> Operate Spec Kitty connector integrations and route connector work across tracker, sync, SaaS, and external services.

- Skill: `spec-kitty/spk-team-connectors` (Agent Skill)
- Install (CLI): `npx skillmds@latest add spec-kitty/spk-team-connectors`
- Raw SKILL.md: https://api.skillmd.com/api/skills/spec-kitty/spk-team-connectors/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: spec-kitty (https://skillmd.com/u/spec-kitty)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/spec-kitty/spk-team-connectors

---


# spk-team-connectors

Use this skill when Spec Kitty work involves external connectors, integration
configuration, connector sync, or hosted service routing.

## Flow

1. Identify the connector and owning service.
2. Confirm whether data flows through tracker, sync, SaaS, or an external API.
3. Use `spk-team-auth` for credentials, `spk-team-sync` for sync transport, and
   `spk-team-tracker` for tracker-bound state.
4. Keep connector configuration out of mission specs unless it changes product
   behavior.

## Rule

Treat connector work as integration operations, not generic mission authoring.

