Skip to main content
ClaudeWave
Skill1.3k repo starsupdated today

spk-team-connectors

The spk-team-connectors skill manages Spec Kitty connector integrations by identifying external services, determining data flow paths through tracker, sync, SaaS, or external APIs, and coordinating with related skills for authentication, synchronization, and state tracking. Use this skill when configuring connector operations, routing integration work, or troubleshooting data flows between Spec Kitty and external services.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Priivacy-ai/spec-kitty /tmp/spk-team-connectors && cp -r /tmp/spk-team-connectors/src/doctrine/skills/spk-team-connectors ~/.claude/skills/spk-team-connectors
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# 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.