hideki5123

59 mods across 1 repository, 2 stars between them.

sync-skills

01

hideki5123/agent-skill-set

Command Claude Code

Sync this project's skills locally (Claude marketplace + Codex) and to one or more SSH hosts.

2 6d ago A 0 tokens

hideki5123/agent-skill-set

Instructions file CodexOpenCode

AGENTS.md instructions for hideki5123/agent-skill-set, covering claude.md, what this repo is, common commands, regenerate marketplace plugin artifacts from skill sources and sync skills to ssh hosts listed in .claude/sync-targets.

2 6d ago B 1,608 tokens

adversarial-panel

05

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…

2 6d ago A 244 tokens

agent-swarm

06

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…

2 6d ago A 0 tokens

agents-init

07

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"…

2 6d ago A 121 tokens

chrome-use

08

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)…

2 6d ago A 223 tokens

codex-cli

09

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…

2 6d ago B 294 tokens

codex-server

10

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 /…

2 6d ago B 423 tokens

confluence

11

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…

2 6d ago A 147 tokens

dev-workflow

12

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…

2 6d ago B 211 tokens

diagnose

13

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.

2 6d ago A 66 tokens

dotnet-senior

14

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…

2 6d ago A 236 tokens

dotnet-senior

15

hideki5123/agent-skill-set

Agent

Senior-level .NET / C# engineer for architecture review, scaffolding, EF Core, ASP.NET Core, Blazor, and MAUI targeting .NET 8 (LTS) and .NET 10. Use for review, design, scaffolding, optimization, or migration of .NET projects, or any question that needs staff/senior-engineer level .NET judgment.

2 6d ago A 83 tokens

e2e-test

16

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…

2 6d ago A 190 tokens

en-to-ja-explainer

17

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.

2 6d ago A 0 tokens

figma-shot-board

18

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…

2 6d ago A 210 tokens

gdrive-cli

19

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…

2 6d ago D 182 tokens

grill-me

20

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".

2 6d ago A 49 tokens

grill-to-impl

21

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…

2 6d ago A 334 tokens

grill-with-docs

22

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.

2 6d ago A 57 tokens

handoff

23

hideki5123/agent-skill-set

Skill Claude CodeCodex

Compact the current conversation into a handoff document for another agent to pick up.

2 6d ago A 19 tokens

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.

2 6d ago A 68 tokens