integration-linker

Installation
SKILL.md

Integration Linker

Detects which development tools are in use and connects them together with step-by-step procedures.

How It Works

  1. Run detection commands to find which tools are configured
  2. Identify missing high-value connections
  3. Provide step-by-step setup for each recommended integration
  4. Verify connections work

Step-by-Step Procedure

Step 1: Detect Current Tools

# Detect Slack
grep -rn "SLACK_\|slack-sdk\|@slack/\|slack-webhook" --include="*.ts" --include="*.js" --include="*.py" --include="*.env*" . 2>/dev/null | head -5
Installs
3
GitHub Stars
4
First Seen
May 3, 2026
Security Audits
integration-linker — the-utopia-studio/skills