Instructions file
Instructions for slb350/news-llama, covering news llama, project description, repository structure, tech stack and common commands.
Instructions file
Instructions for slb350/news-llama, covering news llama, project description, repository structure, tech stack and common commands.
Plugin Claude Code
Claude Code plugin for AI peer review validation using Google Gemini CLI. Two AI perspectives catch more issues than one.
Plugin Claude Code
Peer validation system using Google Gemini CLI. Validates Claude's designs and code reviews through structured discussion before presenting to user.
Agent
Use this agent to run peer review validation with Gemini CLI. Dispatches to a separate context to keep the main conversation clean. Returns synthesized peer review results.
Command
Trigger peer review validation with Gemini CLI. Use without arguments for current changes, --base for specific branch comparison, or add a question for broad technical validation.
Hook
Runs when a session starts, executing peer-review-reminder.sh via bash. From slb350/gemini-peer-review.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-check.sh via bash. From slb350/gemini-peer-review.
Hook
Runs when the agent finishes a response, executing stop-peer-review-check.sh via bash. From slb350/gemini-peer-review.
Hook
Runs before the agent uses a tool for ExitPlanMode, Task and Write tool calls, executing plan-peer-review-check.sh, task-peer-review-check.sh and write-peer-review-check.sh via bash (3 commands). From slb350/gemini-peer-review.
Skill Claude CodeCodex
This skill should be invoked BEFORE presenting implementation plans, architecture recommendations, code review findings, or answers to broad technical questions. Use proactively when about to "recommend", "suggest", "propose", "design", "plan", or answer "how should", "what's the best way", "which approach". MANDATORY…
MCP server Claude CodeCodexCursor
Model Context Protocol server for Ghost CMS - manage your blog content with AI. Runs locally from the ghost-mcp npm package.