By 2lab-ai
Z-workflow plugin: SSOT-driven development pipeline (z / zcheck / ztrace / autoz / zwork) plus agents, commands, hooks, prompts, and skills. Shipped as a soma-work default plugin.
Search THIS codebase using Explore agent (Gemini). Find implementations, patterns, code flow.
Search external docs, best practices, library APIs using Librarian agent (Opus 4.5)
Oracle Gemini code reviewer
Oracle Codex code reviewer
Ask Oracle for architecture advice, design decisions, or failure analysis
Use this agent when you need to review code for adherence to project guidelines, style guides, and best practices. This agent should be used proactively after writing or modifying code, especially before committing changes or creating pull requests. It will check for style violations, potential issues, and ensure code follows the established patterns in CLAUDE.md. Also the agent needs to know which files to focus on for the review. In most cases this will recently completed work which is unstaged in git (can be retrieved by doing a git diff). However there can be cases where this is different, make sure to specify this as the agent input when calling the agent. Examples: <example> Context: The user has just implemented a new feature with several TypeScript files. user: "I've added the new authentication feature. Can you check if everything looks good?" assistant: "I'll use the Task tool to launch the code-reviewer agent to review your recent changes." <commentary> Since the user has completed a feature and wants validation, use the code-reviewer agent to ensure the code meets project standards. </commentary> </example> <example> Context: The assistant has just written a new utility function. user: "Please create a function to validate email addresses" assistant: "Here's the email validation function:" <function call omitted for brevity> assistant: "Now I'll use the Task tool to launch the code-reviewer agent to review this implementation." <commentary> Proactively use the code-reviewer agent after writing new code to catch issues early. </commentary> </example> <example> Context: The user is about to create a PR. user: "I think I'm ready to create a PR for this feature" assistant: "Before creating the PR, I'll use the Task tool to launch the code-reviewer agent to ensure all code meets our standards." <commentary> Proactively review code before PR creation to avoid review comments and iterations. </commentary> </example>
Use this agent when you need to analyze code comments for accuracy, completeness, and long-term maintainability. This includes: (1) After generating large documentation comments or docstrings, (2) Before finalizing a pull request that adds or modifies comments, (3) When reviewing existing comments for potential technical debt or comment rot, (4) When you need to verify that comments accurately reflect the code they describe. <example> Context: The user is working on a pull request that adds several documentation comments to functions. user: "I've added documentation to these functions. Can you check if the comments are accurate?" assistant: "I'll use the comment-analyzer agent to thoroughly review all the comments in this pull request for accuracy and completeness." <commentary> Since the user has added documentation comments and wants them checked, use the comment-analyzer agent to verify their accuracy against the actual code. </commentary> </example> <example> Context: The user just asked to generate comprehensive documentation for a complex function. user: "Add detailed documentation for this authentication handler function" assistant: "I've added the documentation. Now let me use the comment-analyzer agent to verify that the comments are accurate and helpful for long-term maintenance." <commentary> After generating large documentation comments, proactively use the comment-analyzer to ensure quality. </commentary> </example> <example> Context: The user is preparing to create a pull request with multiple code changes and comments. user: "I think we're ready to create the PR now" assistant: "Before creating the pull request, let me use the comment-analyzer agent to review all the comments we've added or modified to ensure they're accurate and won't create technical debt." <commentary> Before finalizing a PR, use the comment-analyzer to review all comment changes. </commentary> </example>
Internal codebase exploration agent. Use for finding implementations, patterns, code flow in THIS codebase.
External documentation and open-source codebase understanding. Use for official docs, best practices, library APIs, GitHub source analysis. MUST provide GitHub permalinks as evidence. Background execution.
Strategic technical advisor with deep reasoning. Use for architecture decisions, after 3 failed fix attempts, unfamiliar patterns, security/performance concerns. Read-only consultant - BLOCKING execution.
Send structured user-choice questions via model-command tool (Slack UI renders as buttons)
Draw a system architecture diagram as Excalidraw JSON + rendered PNG, then upload both to Slack. Triggers on "아키텍처 그려줘", "아키텍쳐 다이어그램", "구조도 그려줘", "architecture diagram", "system diagram", "draw architecture".
Autonomous z-pipeline driver. Triggered by `autoz` or `$autoz`. Builds SSOT-LIST + SSOT-TASK-TREE first (per `local:using-ssot`), reproduces the user's instruction/issue as a RED test, confirms RED, then drives the full local:using-z / local:z procedure end-to-end without asking the user any questions. Open decisions are resolved by mutual agreement between you and codex (mcp__llm__chat model=codex). PR approval runs via `gh pr review --approve` from the gh CLI's authenticated account. After approval, proves success against the SSOT (using-ssot Hook 4) and posts that proof to the source issue as the evidence record of why the PR resolved it.
Render Slack Block Kit JSON to PNG screenshot using Playwright. Use when you need to visually preview Block Kit layouts, compare design variants, or validate UI before deploying. Triggers on "block kit preview", "render block kit", "slack preview", "block kit screenshot", "block kit to png", "visualize blocks".
A gate that decides between autonomous judgment, user question, or halt-and-decompose based on switching cost. Used in all situations requiring a decision, and to route implementation requests into Case A/B/C for using-epic-tasks.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI Coding Assistant for Slack — Powered by Claude Code SDK
A multi-tenant Slack bot that turns every workspace conversation into an AI-powered coding session. Send a DM, mention in a channel, or reply in a thread — the bot reads code, reviews PRs, plans Jira issues, and writes solutions with full context awareness.
You: Review this PR https://github.com/org/repo/pull/42
Bot: [Analyzes diff, reads source, posts line-by-line review comments]
You: Summarize issue PTN-1234
Bot: [Fetches Jira issue, cross-references PRs/code, generates executive summary]
You: Optimize this function [attaches file]
Bot: [Analyzes uploaded code, identifies bottlenecks, proposes optimized version]
The bot classifies user input and routes it to the optimal workflow — no manual selection needed.
| Workflow | Trigger | What Happens |
|---|---|---|
| PR Review | GitHub PR URL | Full code review with inline comments |
| PR Fix & Update | fix + PR URL | Implements fix, commits, pushes |
| PR Docs | document + PR URL | Generates Confluence documentation |
| Jira Planning | Jira issue + plan | Task decomposition & work breakdown |
| Jira Summary | Jira issue + summary | Executive report generation |
| Jira Brainstorming | Jira issue + brainstorm | Idea divergence & synthesis |
| Jira → PR | Jira issue + create PR | Auto-creates pull request from issue |
| Deploy | Deploy-related request | Deployment workflow orchestration |
| Onboarding | New user / onboarding | Interactive guided setup |
| Default | Everything else | General-purpose coding assistant |
Switch the bot's personality and reasoning style. Each persona brings a distinct approach to problem-solving.
persona einstein → First-principles physics thinking
persona linus → Ruthless code review, no BS
persona feynman → "If I can't explain it simply..."
persona vonneumann → Mathematical precision
Available: default · chaechae · linus · buddha · davinci · einstein · elon · feynman · jesus · newton · turing · vonneumann
Connect any MCP-compatible server (stdio/SSE/HTTP) to extend Claude's capabilities infinitely. Built-in statistics tracking and estimated completion times.
Slack-native button/form UX for permission approvals, option selection, and session management. Bypass mode available for trusted users.
Upload images (JPG/PNG/GIF/WebP), text, or code files directly in Slack. 50MB limit per file.
GitHub App (recommended) or Personal Access Token authentication with automatic token renewal.
Run multiple independent AI agents within a single process. Each sub-agent is a separate Slack App with its own persona, system prompt, and session isolation.
@soma → Main bot (제갈공명 persona)
@soma-jangbi → Code review specialist (장비 persona)
@soma-gwanu → DevOps & infrastructure (관우 persona)
agent_chat MCP toolconfig.json — no code changes needednpx claudepluginhub 2lab-ai/soma-work --plugin zworkflowSession log archiver: saves conversations as Markdown or JSON for easy review
Spec-Trace-Verify (STV): Traced Development methodology. 7-section Vertical Trace, 4-category Contract Tests, Decision Gate, and 4 STV Invariants. Now with Explore Mode, 3D Verification (Completeness/Correctness/Coherence), Delta Specs change tracking, Proposal-first spec, and Actions-not-Phases non-linear flow.
Cross-session Save/Load, and Ultrawork inspired by oh-my-opencode with Ralph Loops
Claude Code power utilities: auto-titling sessions and sound notifications
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Feature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.