MCP server Claude CodeCodexCursor +2
MCP server "cloud-logging" as configured in swen128/cloud-logging-mcp. Launched with bun run /Users/yuto_ogino/programs-personal/cloud-logging-mcp/src/main.ts.
MCP server Claude CodeCodexCursor +2
MCP server "cloud-logging" as configured in swen128/cloud-logging-mcp. Launched with bun run /Users/yuto_ogino/programs-personal/cloud-logging-mcp/src/main.ts.
Instructions file
Claude Code instructions for swen128/cloud-logging-mcp, covering claude.md, development workflow, architecture, core flow and key architectural decisions.
Plugin Claude Code
Custom plugins for Claude Code.
Skill Claude CodeCodex
End-to-end test a Claude Code plugin by launching an interactive Claude session in a tmux pane with the plugin loaded, sending prompts, and verifying behavior.
Instructions file
Claude Code instructions for swen128/claude-plugins, covering project overview, repository structure, plugin development, references and testing plugins locally.
Plugin Claude Code
GitHub CI failure watcher channel — polls your open PRs and pushes failure notifications into Claude Code sessions.
Hook
Runs when a session starts, running an inline shell check. From swen128/claude-plugins.
Plugin Claude Code
Detects and warns about unnecessary comments in code changes, encouraging self-documenting code.
Plugin Claude Code
Enforces all TODO items and Tasks are completed before Claude can stop working.
Plugin Claude Code
Find the root cause of a production bug with parallel investigating agents and evidence-backed reports.
Agent
Adversarial critic during root cause analysis. Challenges debugger hypotheses, identifies logical gaps, demands concrete evidence, and rejects unsubstantiated claims.
Agent
Investigates a specific hypothesis during root cause analysis. Collects evidence from logs, code, database, and error monitoring to prove or disprove its assigned hypothesis.
Skill Claude CodeCodex
Spawn debugger and critic agents to collaboratively investigate a bug's root cause through adversarial hypothesis testing. Produces a grounded markdown report with no speculation.