home / skills / jmerta

jmerta skills

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

1 repo
21 skills
GitHub

Sponsored

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.
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.
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.
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.
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.
docs-sync

jmerta/codex-skills

105
This skill keeps documentation synchronized with code changes across README, docs, API specs, runbooks, and configuration for releases.
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.
oracle

jmerta/codex-skills

105
Use the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation.
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.
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.
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.
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.
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.
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.
bug-triage

jmerta/codex-skills

105
This skill helps reproduce, isolate, and fix bugs in a repository, then summarize root cause, fix, and verification steps for reliable delivery.