install

Solid

CCSC lifecycle command center — fresh install walkthrough, health doctor, verify round-trip, auto-repair, Slack app manifest export, reset, tour, and uninstall. One skill for the full install lifecycle.

AI & Automation 31 stars 23 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 88/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /slack-channel:install CCSC lifecycle command center. One skill, eight modes — fresh install through teardown. No subcommand defaults to the full install walkthrough. ``` /slack-channel:install [mode] Modes: install full fresh-clone walkthrough (default) ← new user starts here doctor run a health check against an existing install verify run the verification round-trip only repair auto-fix common issues surfaced by doctor manifest export a Slack app manifest.json (one-click import — saves 10 min of scope clicking) reset wipe state and restart from Step 3 (keeps Slack app) tour explain CCSC features without installing (for evaluators) uninstall clean teardown — remove state dir, optionally guide Slack app deletion ``` This skill **orchestrates**. It delegates token configuration to `/slack-channel:configure` and pairing to `/slack-channel:access pair` — do not re-implement those. ## Mode dispatch Parse the first word of `$ARGUMENTS`. If empty or `install`, run **install**. Otherwise dispatch to the matching mode. Unknown modes show the help block above and exit. --- ## Mode: `install` (default) End-to-end fresh-clone walkthrough. ``` ┌────────────────────────────────────────────────────────┐ │ 0. Prerequisite check (Bun, Claude Code, claude.ai) │ │ 1. Slack app creation (or skip → /install manifest) │ │ 2. Add bot to channel ← THE silent killer step │ │ 3. Configure tokens → /slack-channe...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-slack-channel
Created
2 months ago
Last Updated
5 days ago
Language
TypeScript
License
Apache-2.0

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category