meijin avatar

meijin

Community

@texmeijin · Tokyo, Japan

101Followers
|
141Public Repos
|
21Published Skills

A progressive web developer, who loves TypeScript, Testing, Software Design

Skills Distribution
DomainDeveloper To...Git & Code Review (30%)Prompt Engineering.. (25%)Testing & Verifica.. (20%)Media & Image Proc.. (15%)

Agent Skills by meijin

Showing 21 vetted skills indexed across 2 GitHub repositories.

TeXmeijinTeXmeijin

auto-grouped-commit

Analyzes uncommitted git changes and groups them into logical commits with messages.

Community
Intermediate
TeXmeijinTeXmeijin

centering-judge

Validates UI element alignment in PNG screenshots with pixel-level Python scripts.

Community
Advanced
TeXmeijinTeXmeijin

prompt-refiner

Refines vague coding requests into execution-ready prompts for other coding agents.

Community
Intermediate
TeXmeijinTeXmeijin

clean-ai-writing-style

Reviews and rewrites Japanese AI-generated prose through a structured critique loop.

Community
Advanced
TeXmeijinTeXmeijin

yarn-classic-to-pnpm

Migrate Yarn Classic repositories to pnpm and audit transitive dependency version drift.

Community
Advanced
TeXmeijinTeXmeijin

cloudwatch-logs-insights-query

Write and validate AWS CloudWatch Logs Insights QL queries from raw log samples.

Community
Intermediate
TeXmeijinTeXmeijin

pj-flow

Organizes long-running projects into persistent memory files and timestamped thread folders across conversation sessions.

Community
Advanced
TeXmeijinTeXmeijin

codex-collab-review

Coordinates Claude and Codex CLI in tmux panes to produce consensus-based code reviews.

Community
Advanced
TeXmeijinTeXmeijin

goal-template-generator

Generates execution-ready GOAL templates from rough task requests for AI agents.

Community
Advanced
TeXmeijinTeXmeijin

commit-push

Commits and pushes only files changed in the current conversation thread.

Community
Basic
TeXmeijinTeXmeijin

ggg

Searches the web with current-year queries and cites official sources for verified answers.

Community
Basic
TeXmeijinTeXmeijin

video-to-gif

Convert video files and screen recordings into optimized GIFs using ffmpeg.

Community
Basic
TeXmeijinTeXmeijin

image-redaction

Mask sensitive text in screenshots using pixel-detected line coordinates and ffmpeg drawbox filters.

Community
Intermediate
TeXmeijinTeXmeijin

codex-exec

Delegates rescue, review, and adversarial-review tasks to the Codex CLI from Claude Code.

Community
Intermediate
TeXmeijinTeXmeijin

harness-creator

Builds machine-driven verification harnesses with Red/Green status detection for code and operations.

Community
Intermediate
TeXmeijinTeXmeijin

goal-prompt-dispatch

Executes one queued GOAL prompt file per run from a four-folder filesystem queue.

Community
Advanced
TeXmeijinTeXmeijin

goal-prompt-enqueue

Converts requests into self-contained GOAL files queued for unattended autonomous execution.

Community
Advanced
TeXmeijinTeXmeijin

ghostty-applescript

Generates AppleScript layout automation scripts for Ghostty terminal windows, tabs, and pane splits.

Community
Intermediate
TeXmeijinTeXmeijin

isis

Investigates issues and vague requests as hypotheses against codebase facts before implementation.

Community
Advanced
TeXmeijinTeXmeijin
1

layered-sequence-diagram

Generate interactive hierarchical sequence diagrams as single-file HTML.

Community
Advanced
TeXmeijinTeXmeijin
1

layered-flow-chart

Generates interactive, layered flow charts from codebases as single-file HTML.

Community
Advanced

Frequently Asked Questions About meijin

FAQPage Schema
What tasks can I accomplish with meijin's skills?▼

You can group and commit uncommitted Git changes, run dual-agent code reviews via tmux, migrate Yarn Classic repos to pnpm with lockfile drift audits, write CloudWatch Logs Insights queries, build verification harnesses, convert videos to GIFs, redact sensitive image text, and queue GOAL prompts for deferred autonomous execution.

Who are these skills designed for?▼

They target progressive web developers working in TypeScript who value testing and software design. Typical users are engineers managing Git hygiene, performing dependency migrations, reviewing code with multiple agents, and refining vague requests into execution-ready prompts for coding agents like Claude Code and Codex CLI.

How do the GOAL prompt queue skills work in practice?▼

goal-prompt-enqueue writes high-quality GOAL prompts into ~/.goal-prompt-queue/inbox/ after resolving uncertainty via a Pre-GOAL Fact Pass and Decision Funnel. goal-prompt-dispatch later dequeues one item per run, moving it through inbox, inprogress, and done/error folders, executable from Claude, Codex, or cron triggers.

What prerequisites or dependencies do these skills require?▼

Requirements vary per skill: Git for commit skills, tmux plus Claude Code and Codex CLI for collaborative review, ffmpeg or ImageMagick for video-to-GIF and image redaction, AWS access for CloudWatch Logs Insights, macOS AppleScript for Ghostty layouts, and pnpm/Yarn environments for migration audits.

How does centering-judge verify UI alignment?▼

Instead of relying on subjective visual judgment, it writes a new purpose-built verification script per proposition, defining ROI regions, decision formulas, and debug overlays, then runs pixel-level static analysis on PNG screenshots to determine vertical centering, left-edge alignment, or even spacing.