Slack Configure banner
treylom treylom

Slack Configure

Communication community

Description

--- description: 신규(또는 추가) Claude Code 세션을 Slack에 연결 — claude-channel-server 브리지 자동 셋업 (create-bot의 Slack 대응) allowed-tools: Bash Read Write AskUserQuestion disable-model-invocation: true --- # /thiscode:slack-configure — Slack 봇 연결 자동 셋업 > **별칭 안내**: 정식 이름은 `/thiscode:create-slack-bot` — 본 커맨드는 하위 호환 별칭으로 유지된다(기존 문서·메모리 참조 보존). > **⚡ 실행 지시**: 이 문서는 슬래시 커맨드 본문이다 — 로드된 것 자체가 사용자의 실행 요청이다. 문서 요약·소개 출력이나 "실행할까요?" 확인 질문으로 멈추지 말고 **아래 단계를 지금 즉시 실행**한다. (본문이 명시하는 인터뷰·AskUserQuestion 단계는 그 지점에서 그대로

Installation

Installs to ~/.claude/skills/treylom-thiscode-slack-configure/SKILL.md

Terminal
mkdir -p ~/.claude/skills/treylom-thiscode-slack-configure && curl -fsSL https://raw.githubusercontent.com/treylom/ThisCode/HEAD/commands/slack-configure.md -o ~/.claude/skills/treylom-thiscode-slack-configure/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository