tomeraitz

10 mods across 1 repository, 33 stars between them.

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Configure the design phase of the /process workflow. Asks whether the user wants a design step at all (skip-able), then asks whether they already have a design process (e.g. an existing /design command or skill). If they do, reads it and inspects whether it already commits/pushes/opens a PR; whatever is missing gets…

33 11d ago A 256 tokens original MIT

build-plan-workflow

04

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Configure the plan phase of the /process workflow. Asks whether the user wants a plan step at all (skip-able), then asks whether they already have a planning process (e.g. an existing /plan command or skill). If they do, reads it and inspects whether it already commits/pushes/opens a PR; whatever is missing gets…

33 11d ago A 259 tokens original MIT

build-process-skill

05

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Generate the /process orchestrator command for this repo. Writes .claude/commands/process.md — the local entry point that reads .claude/process-template.json and walks through the configured workflow steps in order, dispatching to each step's slash command and routing to /required-fixes when a /review step surfaces…

33 11d ago A 120 tokens original MIT

build-run-plan-flow

06

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Configure the run-plan (implementation) phase of the /process workflow. Asks whether the user wants a run-plan step at all (skip-able), then asks whether they already have a run-plan process (e.g. an existing /run-plan command or skill that takes a plan doc and implements it). If they do, reads it and inspects whether…

33 11d ago A 243 tokens original MIT

build-task-manager

07

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Set up the task manager for this repo end-to-end: pick a manager (Linear / Jira / GitHub Issues / Notion / None), pick an integration method (MCP / CLI / plugin / API), verify the chosen integration is installed (offering to help install, wait for the user, or skip), ask the user how to fetch their tasks and try it…

33 11d ago B 155 tokens original MIT

process-setup

08

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

One-time per-repo configuration for the /process workflow. Delegates verification that mcpclaude-slack-bridge is installed (via the verify-bridge skill), task-manager setup end-to-end (via the build-task-manager skill, which generates .claude/skills/claude-slack-bridgelist-tasks/SKILL.md), and the three workflow…

33 11d ago B 155 tokens original MIT

verify-bridge

09

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Precondition check that mcpclaude-slack-bridge is installed in the current repo. Reads cwd/.mcp.json and verifies a claude-slack-bridge entry exists under mcpServers. Exits non-zero with a fix-it message if the entry is missing. Use as a standalone precondition for /process-setup, /process, or any flow that depends on…

33 11d ago A 110 tokens original MIT

slack-webhook

10

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Send the user a Slack message as Claude — progress, a finished task, an alert, anything worth interrupting them for. Use whenever you want to reach the user outside this chat. Required instead of the Slack connector, which posts as the user and doesn't notify them.

33 11d ago A 59 tokens original MIT