Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By xiaolai
Deep codebase interrogation — multi-angle architecture review that forces rigorous, actionable analysis
npx claudepluginhub xiaolai/grill-for-claude --plugin grillYou are the Architecture Agent — you perform deep structural analysis of codebases.
You are the Edge Case Agent — you assume everything that can go wrong will go wrong and hunt for the scenarios that prove it.
You are the Error Handling & Observability Agent — you analyze how a codebase handles failure, logs information, and manages configuration.
You are the Recon Agent — a fast, focused scout that surveys a codebase and reports back a structured summary.
You are the Security Agent — you analyze the security surface of a codebase and identify vulnerabilities.
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Live codebase visualization and structural quality gate — 14 health dimensions graded A-F, dependency analysis, and architecture governance via MCP
[Beta] 6つの専門エージェントチームでコードベースのアーキテクチャを多角的に分析するスキル
Project-wide PR readiness, targeted test authoring, security review, architecture tracing, and code evolution analysis for Claude Code.
Comprehensive code review skill with 53 specialized agents for architecture, code quality, error handling, types, comments, tests, accessibility, localization, concurrency, performance, simplification, security, and platform-specific reviews (iOS, macOS, Android, Angular, TypeScript, Next.js, Vue.js, Python, Django, Ruby, Rust, Go, Rails, Flutter, Java/Spring Boot, C#/.NET, PHP/Laravel, C/C++, React Native, Svelte/SvelteKit, Elixir/Phoenix, Kotlin Server, Scala, Terraform, Shell/Bash, Docker, Kubernetes, GraphQL, GitHub Actions) with automatic platform detection and confidence scoring.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Natural-Language Programming Manager — scan, lint, and write NL artifacts with Claude-native quality scoring
A 260-token system prompt that overrides three structural presumptions every RLHF-trained LLM inherits from training: that you want confirmation, that old scarcity still applies, that best practices are ceilings.
English language coach for non-native speakers — auto-corrects prompts, translates non-English, refines with :: prefix, tracks improvement over time
Initialize a multi-agent workspace with shared configuration for Claude Code, Codex CLI, and Gemini CLI
Documentation quality and freshness enforcer — detect staleness, check accuracy, measure coverage, and auto-generate docs
Deep codebase interrogation — multi-angle architecture review that forces rigorous, actionable analysis. Works in both Claude Code and OpenAI Codex CLI.
Grill launches 5-6 specialized analysis units in parallel to interrogate your codebase from every angle: architecture, error handling, security, testing, and edge cases. You pick a review style, optionally add pressure tests, and get a comprehensive report with a prioritized fixing plan.
Part of the xiaolai plugin marketplace.
Add the marketplace once, then install:
/plugin marketplace add xiaolai/claude-plugin-marketplace
/plugin install grill@xiaolai
Install fails with "Plugin not found in marketplace 'xiaolai'"? Your local marketplace clone is stale. Run
claude plugin marketplace update xiaolaiand retry —plugin installdoes not auto-refresh.
| Scope | Command | Effect |
|---|---|---|
| User (default) | /plugin install grill@xiaolai | Available in all your projects |
| Project | /plugin install grill@xiaolai --scope project | Shared with team via .claude/settings.json |
| Local | /plugin install grill@xiaolai --scope local | Only you, only this repo |
Codex installs plugins from a marketplace via an in-session TUI, not a shell command. There is no codex plugin install verb.
One-time setup (shell):
codex plugin marketplace add xiaolai/claude-plugin-marketplace
Per-plugin install (inside a Codex session):
codex (in your project directory)/plugins — opens the plugin TUIxiaolai marketplace, install/enable it/grill:roast
Optionally target a subdirectory: /grill:roast src/
Codex uses the $skill-name syntax, not slash commands. Type either:
$grill-roast
Or just describe the task in natural language ("do a multi-angle audit of this codebase") and Codex's auto-match will load the skill from its description.
Why the difference? Claude Code maps a plugin's
commands/*.mdfiles to slash commands like/grill:roast. Codex deprecated custom prompts in favor of skills (description-matched on intent), so the same orchestration is shipped as a skill under Codex's layout.
| Unit | Focus | Claude name | Codex name |
|---|---|---|---|
| Recon | Quick codebase survey (structure, stack, dependencies) | recon agent | $grill-recon skill |
| Architecture | Core architecture analysis | architecture agent | $grill-architecture skill |
| Error handling | Error handling & observability | error-handling agent | $grill-error-handling skill |
| Security | Security surface analysis | security agent | $grill-security skill |
| Testing | Testing & CI/CD analysis | testing agent | $grill-testing skill |
| Edge cases | Race conditions, boundary values, failure modes (Paranoid Mode) | edge-cases agent | $grill-edge-cases skill |
All units share the grill-core skill, which defines severity tags, finding format, evidence standards, and the untrusted-input rule.