hideki5123/agent-skill-set

A collection of agent skills and tools

2Stars on the repository
59Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

adversarial-panel

01

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

02

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

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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

e2e-test

11

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

12

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

13

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

14

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

15

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

16

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

17

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

18

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

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.

2 6d ago A 0 tokens

jira-cli

21

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…

2 6d ago A 143 tokens

local-skill-factory

22

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…

2 6d ago A 142 tokens

my-gdrive

23

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…

2 6d ago A 265 tokens