Browse Skills

44358 skills found

bug-triage.md
91
1 export bug-triage
2 jMerta from "jMerta/codex-skills"
3 Reproduce, isolate, and fix a bug (or failing build/test), then summarize root cause, fix, and verification steps. Use when the user reports a bug, regression, or failing build/test and wants a fix.
2026-01-11
plan-work.md
91
1 export plan-work
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
create-pr.md
91
1 export create-pr
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
regex-builder.md
91
1 export regex-builder
2 jMerta from "jMerta/codex-skills"
3 Build, test, and explain regular expressions against sample text or files using CLI tools (rg, python) and specific regex flavors. Use when asked to craft, debug, or validate regexes or search patterns.
2026-01-11
ship-learn-next.md
91
1 export ship-learn-next
2 michalparkola from "michalparkola/tapestry-skills-for-claude-code"
3 Transform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest.
2026-01-16
svelte-testing.md
91
1 export svelte-testing
2 spences10 from "spences10/sveltest"
3 Fix and create Svelte 5 tests with vitest-browser-svelte and Playwright. Use when fixing broken tests, debugging failures, writing unit/SSR/e2e tests, or working with vitest/Playwright.
2026-01-16
spring-boot-4x-api-documenter.md
91
1 export spring-boot-4x-api-documenter
2 andrlange from "andrlange/spring-documentation-mcp-server"
3 Auto-generate OpenAPI 3 documentation for Spring Boot 4.x REST APIs using springdoc-openapi v3.0. Use when API endpoints change, controllers are modified, or user mentions API docs, Swagger, or OpenAPI. Triggers on @RestController changes, documentation requests, endpoint additions. Requires Spring Boot 4.0+ and Java 17+.
2026-01-15
brave-search.md
91
1 export brave-search
2 jMerta from "jMerta/codex-skills"
3 Web search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required.
2026-01-11
ci-fix.md
91
1 export ci-fix
2 jMerta from "jMerta/codex-skills"
3 Fix GitHub Actions CI failures using GitHub CLI (gh): inspect runs/logs, identify root cause, patch workflows/code, rerun jobs, and summarize verification. Use when GitHub Actions CI is failing or needs diagnosis.
2026-01-11
release-notes.md
91
1 export release-notes
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
tapestry.md
91
1 export tapestry
2 michalparkola from "michalparkola/tapestry-skills-for-claude-code"
3 Unified content extraction and action planning. Use when user says "tapestry <URL>", "weave <URL>", "help me plan <URL>", "extract and plan <URL>", "make this actionable <URL>", or similar phrases indicating they want to extract content and create an action plan. Automatically detects content type (YouTube video, article, PDF) and processes accordingly.
2026-01-16
branch-cleaner.md
91
1 export branch-cleaner
2 jMerta from "jMerta/codex-skills"
3 Identify and clean up stale git branches locally and on remotes with safe, reversible steps. Use when asked to prune, list, or delete merged/old branches or audit branch hygiene.
2026-01-11
youtube-transcript.md
91
1 export youtube-transcript
2 michalparkola from "michalparkola/tapestry-skills-for-claude-code"
3 Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.
2026-01-16
dependency-upgrader.md
91
1 export dependency-upgrader
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
coding-guidelines-gen.md
91
1 export coding-guidelines-gen
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
vps-checkup.md
91
1 export vps-checkup
2 jMerta from "jMerta/codex-skills"
3 SSH into an Ubuntu VPS (Docker) for a read-only health/security/update report (UFW + fail2ban) and propose fixes; apply updates/restarts only with explicit confirmation. Use when the user wants a read-only VPS health/security check.
2026-01-11
oracle.md
91
1 export oracle
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
create-cli.md
91
1 export create-cli
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
article-extractor.md
91
1 export article-extractor
2 michalparkola from "michalparkola/tapestry-skills-for-claude-code"
3 Extract clean article content from URLs (blog posts, articles, tutorials) and save as readable text. Use when user wants to download, extract, or save an article/blog post from a URL without ads, navigation, or clutter.
2026-01-16
agents-md.md
91
1 export agents-md
2 jMerta from "jMerta/codex-skills"
3 Create or update root and nested AGENTS.md files that document scoped conventions, monorepo module maps, cross-domain workflows, and (optionally) per-module feature maps (feature -> paths, entrypoints, tests, docs). Use when the user asks for AGENTS.md, nested agent instructions, or a module/feature map.
2026-01-11
coding-guidelines-verify.md
91
1 export coding-guidelines-verify
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
spring-boot-3x-api-documenter.md
91
1 export spring-boot-3x-api-documenter
2 andrlange from "andrlange/spring-documentation-mcp-server"
3 Auto-generate OpenAPI 3 documentation for Spring Boot REST APIs using springdoc-openapi. Use when API endpoints change, controllers are modified, or user mentions API docs, Swagger, or OpenAPI. Triggers on @RestController changes, documentation requests, endpoint additions.
2026-01-15
commit-work.md
91
1 export commit-work
2 jMerta from "jMerta/codex-skills"
3 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.
2026-01-11
impl.md
90
1 export impl
2 Chachamaru127 from "Chachamaru127/claude-code-harness"
3 Implements features and writes code based on Plans.md tasks. Use when user mentions 実装, implement, 機能追加, コードを書いて, 機能を作って, feature, coding, 新機能, implementing functions, classes, or features, 新しい関数. Do not use for review or build verification.
2026-01-16