sync-skills
01Command Claude Code
Sync this project's skills locally (Claude marketplace + Codex) and to one or more SSH hosts.
Command Claude Code
Sync this project's skills locally (Claude marketplace + Codex) and to one or more SSH hosts.
Settings file Claude Code
Agent settings declaring 1 allowed tools.
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.
Instructions file
Claude Code instructions for hideki5123/agent-skill-set, a project described as: A collection of agent skills and tools.
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…
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…
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"…
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)…
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…
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 /…
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…
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…
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.
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…
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.
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…
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.
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…
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…
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".
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…
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.
Skill Claude CodeCodex
Compact the current conversation into a handoff document for another agent to pick up.
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.