Plugin Claude Code
Plugin marketplace listing 1 plugin: full-process.
Plugin Claude Code
Plugin marketplace listing 1 plugin: full-process.
Instructions file
Instructions for tomeraitz/claude-slack-bridge, covering project instructions, communication and adding a channel → folder route.
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…
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…
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…
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…
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…
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…
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…
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.