polish
25Command
Analyze the project and suggest optimizations, refactors, and technical improvements.
Command
Analyze the project and suggest optimizations, refactors, and technical improvements.
Command
Generate a structured planning prompt from a raw idea. Analyzes codebase, discovers skills, builds detailed prompt for bishx-plan.
Command
Deep research pipeline for thorough investigation of any topic. Multi-agent system with Scout, Investigators, Deep Diver, Verifier, Synthesizer, and iterative Critic review.
Command
Execute bd tasks with multi-agent orchestration (Lead → Dev → Reviewer → QA).
Command
Full website audit — UX/UI design, marketing, SEO, accessibility, performance, conversion. Crawls every page via cmux browser, generates detailed visual critique with actionable recommendations.
Command
Show current bishx-run session status.
Command
Deep system testing — auto-detects stack, discovers components, runs unit/integration/E2E/security/performance tests, reports bugs to bd with full reproduction steps.
Hook
Runs when the agent finishes a response, executing stop-hook.sh. From bish-x/claude-bishx.
Skill Claude CodeCodex
Scan codebase and fill/update CLAUDE.md and AGENTS.md with real project data. Produces deep architectural documentation matching production quality.
Skill Claude CodeCodex
Use for complex features needing bulletproof plans. Automated 10-actor verification pipeline (Researcher → Planner → [Skeptic + TDD + Completeness + Integration + Security + Performance] → Critic) that iterates up to 10 times until the Critic approves (≥75%), producing a one-shot-ready plan.
Skill Claude CodeCodex
Generates a structured planning prompt for bishx-plan. Analyzes the user's idea, discovers relevant skills, and builds a detailed prompt for execution.
Skill Claude CodeCodex
Deep research pipeline for thorough investigation of any topic. Multi-agent system with Scout, Investigators, Deep Diver, Verifier, Synthesizer, and iterative Critic review. Produces verified, sourced research reports.
Skill Claude CodeCodex
Execute bd tasks with Agent Teams. Lead → Dev → 3 Reviewers (Bug + Security + Compliance) → Validate → QA.
Skill Claude CodeCodex
Full website audit — UX/UI design, marketing, SEO, accessibility, performance, conversion. Crawls the site (up to 100 pages) via cmux browser, generates detailed visual critique with actionable recommendations.
Skill Claude CodeCodex
Deep system testing — auto-detects stack, discovers components, runs unit/integration/E2E/security/performance tests, reports bugs to bd with full reproduction steps.
Skill Claude CodeCodex
Use only when the user invokes $bx-dev or explicitly asks to start/resume an ad-hoc bx-dev development session. Orchestrates Codex subagents for implementation/review on a session branch without an external issue tracker. Do not use for ordinary direct edits.
Skill Claude CodeCodex
Domain-Driven Design reference for AI coding agents. Strategic (bounded contexts, subdomain triage) + tactical (aggregates, value objects, repositories, domain events) patterns. Strangler Fig legacy preservation. Anti-Corruption Layer heuristics. Per-stack caveats (Python/TS/Go/Rust/mobile/data). Classification…
Skill Claude CodeCodex
Use when assessing AI/ML systems for prompt injection, jailbreak vulnerabilities, model inversion risk, data poisoning exposure, or agent tool abuse. Covers MITRE ATLAS technique mapping, injection signature detection, and adversarial robustness scoring.
Skill Claude CodeCodex
Use when assessing cloud infrastructure for security misconfigurations, IAM privilege escalation paths, S3 public exposure, open security group rules, or IaC security gaps. Covers AWS, Azure, and GCP posture assessment with MITRE ATT&CK mapping.
Skill Claude CodeCodex
The Dependency Auditor is a comprehensive toolkit for analyzing, auditing, and managing dependencies across multi-language software projects. This skill provides deep visibility into your project's dependency ecosystem, enabling teams to identify vulnerabilities, ensure license compliance, optimize dependency trees…
Skill Claude CodeCodex
Docker and container development agent skill and plugin for Dockerfile optimization, docker-compose orchestration, multi-stage builds, and container security hardening. Use when: user wants to optimize a Dockerfile, create or improve docker-compose configurations, implement multi-stage builds, audit container…
Skill Claude CodeCodex
Expert Kubernetes specialist mastering container orchestration, cluster management, and cloud-native architectures. Specializes in production-grade deployments, security hardening, and performance optimization with focus on scalability and reliability.
Skill Claude CodeCodex
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Skill Claude CodeCodex
Monitoring strategies, distributed tracing, SLI/SLO design, and alerting patterns. Use when designing monitoring infrastructure, defining service level objectives, implementing distributed tracing, creating alert rules, building dashboards, or establishing incident response procedures. Covers the three pillars of…