hideki5123/agent-skill-set
Skill Claude CodeCodex
Run a multi-model adversarial mutual review with facilitator synthesis: 2+ panelists (different model families where possible — use codex-server / codex-cli for the external-family seat) independently answer, adversarially critique each other across rounds, and the main session acts as facilitator, synthesizing…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Orchestrate multiple coding-agent sessions (Claude Code, Codex, Gemini) over the mcpagentmail MCP server, observe their progress on a recurring auto-loop, and prevent inconsistencies (file/edit conflicts and contradictory decisions) between concurrent tasks. Auto-manages the agent-mail server, derives the shared room…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Generate AGENTS.md (cross-tool agent context — Codex CLI, Aider, Cursor, etc.) and wire CLAUDE.md as a symlink so Claude Code reads the same file. Delegates content generation to Claude's built-in /init when needed, then renames + symlinks. Idempotent. Triggers — /agents-init, "generate agents.md", "create agents.md"…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Drive an already-running, LOGGED-IN Chromium browser on macOS via AppleScript — navigate, click, fill forms, scroll, and extract page content from the user's REAL session, with the browser left open and NO profile copy and NO restart. Use when the task needs the existing logged-in session (cookies, auth, current tabs)…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Run OpenAI Codex CLI from the terminal for batch / one-shot codex exec invocations with output captured to an -o file. Use for fire-and-forget runs, scripted CI, code review batches (codex review), and resuming a specific session by id (codex exec resume). Always use this skill instead of mcpcodexcodex and…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Run OpenAI Codex via the Codex App Server (JSON-RPC-over-stdio) for streaming multi-turn chat sessions with persistent threads, structured output, image input, and rich event streams. Default entry point for ChatGPT/GPT/Codex-like conversations from the terminal. Uses the user's ChatGPT subscription (Plus / Pro /…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Use confluence-cli to read, search, create, update, move, and delete Confluence pages and attachments from the terminal. Prefer this skill over mcpclaudeaiAtlassian MCP tools when you need: page export with attachments, copy-tree, attachment management, profile-based multi-instance access, read-only mode, CQL search…
hideki5123/agent-skill-set
Skill Claude CodeCodex
End-to-end TDD development workflow with multi-agent team review and skill-based quality gates. Plans, discusses, and implements features using strict RED-GREEN-REFACTOR test-driven development. Handles worktree-based branch isolation (from latest remote), PRD and technical requirements creation, plan-mode…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.
hideki5123/agent-skill-set
Skill Claude CodeCodex
Senior-level .NET development guidance for architecture, code review, scaffolding, EF Core, ASP.NET Core, Blazor, and MAUI targeting .NET 8 and .NET 10. Provides opinionated best practices, modern C# idioms, security hardening, performance optimization, and testing strategies at a staff/senior engineer level. Trigger…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Run frontend E2E tests with video evidence. Generates a Playwright test from the scenario CSV and runs it via CLI with video recording. Supports Chrome profile reuse (--chrome-profile) for testing with existing cookies, sessions, and extensions via launchPersistentContext. Generates a test report with video…
hideki5123/agent-skill-set
Skill Claude CodeCodex
A workflow for turning English technical material—such as GitHub documentation, Hugging Face guides, research papers, and technical blogs—into natural Japanese explainer websites. It covers fetching the source, planning the content, building the site, reviewing it, and making corrections.
hideki5123/agent-skill-set
Skill Claude CodeCodex
Place a set of local screenshots/images into Figma as a labeled, sectioned board (auto-layout, title + section rows, layer names = filenames) using the Figma MCP (uploadassets + usefigma). Works against a new file or an existing file/page, and encodes the non-obvious upload gotchas (default 400x300 FILL frames…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Operate Google Drive from the terminal via rclone — list, upload, download, search, sync, mount, check quota, export Google Docs/Sheets/Slides, browse Shared Drives, and manage trash. Use whenever the user mentions Google Drive, Drive folders, or anything stored in Google Workspace files from the command line. Trigger…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
hideki5123/agent-skill-set
Skill Claude CodeCodex
Turn a finished grill-me (or any design-finalizing) session into a running implementation kickoff. Synthesizes the session's shared understanding into a self-contained implementation brief, hardens it with a small agent team and an adversarial codex-server review loop (until Codex approves), then launches a…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
hideki5123/agent-skill-set
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
hideki5123/agent-skill-set
Skill Claude CodeCodex
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
hideki5123/agent-skill-set
Skill Claude CodeCodex
A writing and review guide for Japanese technical documents, such as book chapters, articles, explanations, API references, and technical blogs.
hideki5123/agent-skill-set
Skill Claude CodeCodex
Use @pchuri/jira-cli to view, search, create, update, and delete Jira issues, comments, sprints, and projects from the terminal. Prefer this skill over mcpclaudeaiAtlassian MCP tools when you need: JQL search, sprint/board management, markdown export, file-based descriptions, issue deletion, comment management, or…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Create project-local Claude Code skills (.claude/commands/) in any project directory. Analyzes the project's tech stack, structure, and conventions, then generates tailored local skills (custom slash commands) scoped to that project. Like /my-skill-factory but output stays local — no marketplace installation. Trigger…
hideki5123/agent-skill-set
Skill Claude CodeCodex
Operate ONLY the user's private (personal) Google Drive via rclone, scoped to a single pinned remote (default my-gdrive:, override with the MYGDRIVEREMOTE env var). A safety wrapper around the gdrive-cli skill: refuses other remotes (e.g., the user's work/Workspace tx-gdrive:), strips Shared Drive and shared-with-me…