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
- Run detection commands to find which tools are configured
- Identify missing high-value connections
- Provide step-by-step setup for each recommended integration
- 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