home / skills / jmerta

jmerta skills

Find 21 skills from 1 repo created by jmerta on GitHub.

1 repo
21 skills
GitHub

Sponsored

commit-work

jmerta/codex-skills

105
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
agents-md

jmerta/codex-skills

105
This skill creates or updates root and nested AGENTS.md files to document module maps, cross-domain workflows, and optional feature maps for a monorepo.
create-cli

jmerta/codex-skills

105
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.
ci-fix

jmerta/codex-skills

105
This skill helps you diagnose and fix GitHub Actions CI failures using gh, enabling quick, minimal-diff patches and verified reruns.
coding-guidelines-gen

jmerta/codex-skills

105
Generate nested AGENTS.md coding guidelines per module (monorepo-aware), detect languages/tooling, ask architecture preferences, and set up missing formatters/linters (Spotless for JVM). Use when the user wants module-scoped AGENTS.md coding guidelines or to set up missing formatters/linters.
video-transcript-downloader

jmerta/codex-skills

105
Download videos, audio, subtitles, and clean paragraph-style transcripts from YouTube and any other yt-dlp supported site. Use when asked to “download this video”, “save this clip”, “rip audio”, “get subtitles”, “get transcript”, or to troubleshoot yt-dlp/ffmpeg and formats/playlists.
sessions-to-blog

jmerta/codex-skills

105
This skill converts daily session logs into publishable MDX blog posts by applying project standards, structure, and internal links.
branch-cleaner

jmerta/codex-skills

105
This skill helps you safely prune stale git branches locally and remotely with reversible steps and explicit delete commands.
rebase-assistant

jmerta/codex-skills

105
This skill guides a safe git rebase of your current branch onto a target branch, with built-in conflict resolution guidance.
regex-builder

jmerta/codex-skills

105
This skill helps you build, test, and explain regular expressions across engines with runnable verification and concise rationale.
ui-ux-pro-max

jmerta/codex-skills

105
This skill helps you design, build, and refine frontend UI/UX with searchable palettes, typography, and stack guidelines across frameworks.
vps-checkup

jmerta/codex-skills

105
This skill performs a read-only health and security check on an Ubuntu VPS with Docker, reports findings, and awaits explicit confirmation for fixes.
coding-guidelines-verify

jmerta/codex-skills

105
Verify changes follow nearest-scoped AGENTS.md rules: group changed files by nested scope, auto-fix formatting, run lint/tests, and report violations. Use when the user wants scoped compliance checks for changed files.
docs-sync

jmerta/codex-skills

105
Keep documentation in sync with code changes across README, docs sites, API docs, runbooks, and configuration. Use when the user asks to update docs, ensure docs match behavior, or prepare docs for a release/PR.
create-pr

jmerta/codex-skills

105
Create a high-quality pull request: branch, focused changes, lint/build, conventional commit, and a clear PR description with validation steps. Use when the user asks to open or prepare a PR.
dependency-upgrader

jmerta/codex-skills

105
Upgrade dependencies for Java/Kotlin (Gradle/Maven) and TypeScript/Node projects with minimal risk: plan the bump, apply changes incrementally, run tests/builds, and document breaking changes. Use when the user asks to bump deps, update frameworks, or address CVEs.
brave-search

jmerta/codex-skills

105
Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
release-notes

jmerta/codex-skills

105
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
plan-work

jmerta/codex-skills

105
Plan work before coding: do repo research, analyze options/risks, and ask clarifying questions before proposing an implementation plan. Use when the user asks for a plan, design/approach, scope breakdown, or implementation steps.