Coding

Page 21 of 23

Browse skills in this category.

1620 skills · Showing 1441-1512
Sort by:

review

Coding

by cogikyo

Find bugs, anti-patterns, and issues in code. Reports findings first, then offers to fix.

119
Jan 19, 2026, 03:10 AM

github

Coding

by MassLab-SII

Comprehensive GitHub repository management toolkit. Provides file editing, issue/PR management, GitFlow workflow, release management, commit investigation, CI/CD workflow creation, and configuration file generation via MCP GitHub tools.

117
Dec 29, 2025, 03:08 AM

by einverne

Browser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging.

115
Jan 15, 2026, 09:07 AM

by einverne

进行系统化的代码审查,检查代码质量、安全性和性能。当用户要求审查代码、review 或检查代码时使用

115
Jan 15, 2026, 09:07 AM

by einverne

Provides expert guidance on Git operations including branch management, commit best practices, merge conflicts, and version control workflows. Use when the user needs help with Git commands, workflows, or resolving repository issues.

115
Jan 15, 2026, 09:07 AM

repomix

Coding

by einverne

Guide for using Repomix - a powerful tool that packs entire repositories into single, AI-friendly files. Use when packaging codebases for AI analysis, generating context for LLMs, creating codebase snapshots, analyzing third-party libraries, or preparing repositories for security audits.

115
Jan 15, 2026, 09:07 AM

tmux

Coding

by cmpnd-ai

Instructions for using tmux to spawn multiple processes, inspect them, and capture their output. Useful for running servers or long-running tasks in the background.

109
Jan 16, 2026, 12:26 AM

by barefootford

Creates compressed ZIP backups of libraries directory. Backs up library.yaml, transcripts, and roughcuts (not video files). This skill can also be useful when you need to restore a library.

108
Dec 20, 2025, 01:38 AM

by panaversity

Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.

107
Jan 17, 2026, 05:30 AM

by Microck

Write Ruby gems following Andrew Kane's proven patterns and philosophy. Use when creating new Ruby gems, refactoring existing gems, designing gem APIs, or when the user wants clean, minimal, production-ready Ruby library code. Triggers on requests like "create a gem", "write a Ruby library", "design a gem API", or mentions of Andrew Kane's style.

105
Dec 4, 2025, 10:14 PM

by Microck

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

105
Dec 4, 2025, 10:14 PM

by Microck

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing applications for better maintainability.

105
Dec 4, 2025, 10:14 PM

by Microck

Comprehensive backend development guide for Langfuse's Next.js 14/tRPC/Express/TypeScript monorepo. Use when creating tRPC routers, public API endpoints, BullMQ queue processors, services, or working with tRPC procedures, Next.js API routes, Prisma database access, ClickHouse analytics queries, Redis queues, OpenTelemetry instrumentation, Zod v4 validation, env.mjs configuration, tenant isolation patterns, or async patterns. Covers layered architecture (tRPC procedures → services, queue processors → services), dual database system (PostgreSQL + ClickHouse), projectId filtering for multi-tenant isolation, traceException error handling, observability patterns, and testing strategies (Jest for web, vitest for worker).

105
Dec 4, 2025, 10:14 PM

by Microck

Review Clojure and ClojureScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing Clojure/ClojureScript code.

105
Dec 4, 2025, 10:14 PM

by Microck

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

105
Dec 4, 2025, 10:14 PM

by Microck

Use when user asks to leverage codex, gpt-5, or gpt-5.1 to implement something (usually implement a plan or feature designed by Claude). Provides non-interactive automation mode for hands-off task execution without approval prompts.

105
Dec 4, 2025, 10:14 PM

by Microck

Create conference talk outlines and iA Presenter markdown slides using the Story Circle narrative framework. Use when the user wants to structure a tech talk, create presentation slides, or needs help organizing talk ideas into a story-driven format.

105
Dec 4, 2025, 10:14 PM

by Microck

Fetch unresolved PR review comments using GitHub GraphQL API, filtering out resolved and outdated feedback.

105
Dec 4, 2025, 10:14 PM

by Microck

Generate and edit images using the Gemini API (Nano Banana Pro). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.

105
Dec 4, 2025, 10:14 PM

by Microck

Generate or edit images using AI models (FLUX, Gemini). Use for scientific illustrations, diagrams, schematics, infographics, concept visualizations, and artistic images. Supports image editing to modify existing images (change colors, add/remove elements, style transfer). Useful for figures, posters, and visual explanations.

105
Dec 4, 2025, 10:14 PM

by Microck

Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.

105
Dec 4, 2025, 10:14 PM

by Microck

Use this skill when stuck in circular debugging, when solutions aren't working despite multiple attempts, or when the user expresses frustration with lack of progress. Bring in GPT-5 as a third-party consultant to provide fresh perspective on complex technical problems, architectural decisions, or multi-system debugging issues. Ideal when you've tried multiple approaches without success, when the problem involves obscure edge cases or novel challenges, or when a second expert opinion would help break through an impasse. Gather all context from the conversation so far and present it comprehensively to GPT-5.

105
Dec 4, 2025, 10:14 PM

by Microck

Best practices for creating ISPC lit tests. Use when writing regression tests, verifying code generation, or checking compiler diagnostics.

105
Dec 4, 2025, 10:14 PM

by Microck

Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and implementation task lists. Use when creating feature specs, requirements documents, design documents, or implementation plans. Triggered by "kiro" or references to .kiro/specs/ directory.

105
Dec 4, 2025, 10:14 PM

by Microck

Cargo.toml dependency management patterns for HASH workspace. Use when adding dependencies, managing workspace dependencies, organizing Cargo.toml sections, setting version pinning, configuring default features, or working with public dependencies.

105
Dec 4, 2025, 10:14 PM

by Microck

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

105
Dec 4, 2025, 10:14 PM

by Microck

Generate or edit images using Google Gemini API via nanobanana. Use when the user asks to create, generate, edit images with nanobanana, or mentions image generation/editing tasks.

105
Dec 4, 2025, 10:14 PM

by Microck

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

105
Dec 4, 2025, 10:14 PM

payload

Coding

by Microck

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

105
Dec 4, 2025, 10:14 PM

by Microck

Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. Converts IMPLEMENTATION_PHASES.md into trackable session state with phase status, progress markers, and recovery points.Use when: starting projects after planning phase, resuming work after context clears, managing multi-phase implementations, or troubleshooting lost context, missing progress tracking, or unclear next steps.

105
Dec 4, 2025, 10:14 PM

by Microck

Android-specific code review workflow additions for Bitwarden Android. Provides change type refinements, checklist loading, and reference material organization. Complements bitwarden-code-reviewer agent's base review standards.

105
Dec 4, 2025, 10:14 PM

by Microck

GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands.

105
Dec 4, 2025, 10:14 PM

by Microck

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

105
Dec 4, 2025, 10:14 PM

by Microck

Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.

105
Dec 4, 2025, 10:14 PM

by femto

Performs thorough code reviews with focus on best practices, security, performance, and maintainability. Use this skill when reviewing pull requests, auditing code quality, or getting feedback on implementations.

103
Jan 15, 2026, 10:27 AM

by Melvynx

Setup the Ralph autonomous AI coding loop - ships features while you sleep

103
Jan 18, 2026, 01:50 PM

by jMerta

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 designing a CLI spec (before implementation) or refactoring an existing CLI's surface area for consistency, composability, and discoverability.

102
Jan 3, 2026, 12:54 AM

create-pr

Coding

by jMerta

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.

102
Jan 3, 2026, 12:54 AM

oracle

Coding

by jMerta

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.

102
Jan 3, 2026, 12:54 AM

by jMerta

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.

102
Jan 3, 2026, 12:54 AM

commit

Coding

by vinta

Use when creating git commits so each reflects a logically distinct change

101
Jan 19, 2026, 04:05 AM

counter

Coding

by alexeygrigorev

Count things or list items with numbers

101
Jan 14, 2026, 08:35 AM

hello

Coding

by alexeygrigorev

Skill for ALL greeting requests

101
Jan 14, 2026, 08:35 AM

joke

Coding

by alexeygrigorev

Skill for ALL joke requests

101
Jan 14, 2026, 08:35 AM

by vinta

Use when exploring codebase, architecture, or call flows

101
Jan 19, 2026, 04:05 AM

by t1mmen

Structured code review workflow for SRTD development. Use after implementing features, fixing bugs, or before merging to main. Ensures production-readiness through systematic review.

100
Dec 31, 2025, 07:10 AM

lint-clj

Coding

by ericdallo

Lint a clojure project using clojure-lsp CLI when user requests to lint

99
Jan 18, 2026, 02:46 PM

deslop

Coding

by fumiya-kume

Remove AI-generated code slop from code changes in the current branch

96
Jan 17, 2026, 06:02 PM

by Dimon94

File naming conventions, directory structure, and YAML frontmatter standards for CC-DevFlow. Consolidates shared conventions from all agents.

96
Jan 13, 2026, 12:13 AM

by Dimon94

文件头三行契约注释。触发:create file、新建文件、编写代码。

96
Jan 13, 2026, 12:13 AM

by Dimon94

注意力刷新协议。在关键时刻强制读取核心文档,防止目标遗忘。被 flow-dev, flow-ralph 等命令引用。

96
Jan 13, 2026, 12:13 AM

by Dimon94

在 /flow-init 阶段强制触发,用于捕捉需求的原始意图、探索方案、记录决策。确保后续流程有明确的北极星可追溯。

96
Jan 13, 2026, 12:13 AM

by Dimon94

4-phase systematic debugging for flow-fix. NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST.

96
Jan 13, 2026, 12:13 AM

by Dimon94

Handle code review feedback with technical rigor. Don't blindly agree - verify before implementing.

96
Jan 13, 2026, 12:13 AM

by feiskyer

Interactive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and implementation task lists. Use when creating feature specs, requirements documents, design documents, or implementation plans. Triggered by "kiro" or references to .kiro/specs/ directory.

96
Dec 26, 2025, 02:06 PM

by feiskyer

Generate or edit images using Google Gemini API via nanobanana. Use when the user asks to create, generate, edit images with nanobanana, or mentions image generation/editing tasks.

96
Dec 26, 2025, 02:06 PM

by feiskyer

GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands.

96
Dec 26, 2025, 02:06 PM

by Dimon94

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

96
Jan 13, 2026, 12:13 AM

by feiskyer

Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video.

96
Dec 26, 2025, 02:06 PM

by maxvaega

Review code for best practices, potential bugs, security vulnerabilities, and performance issues

95
Dec 3, 2025, 10:19 AM

by maxvaega

Review code for best practices and potential issues

95
Dec 3, 2025, 10:19 AM

by korallis

Design robust error handling strategies including try-catch blocks, custom error classes, error boundaries, graceful degradation, and comprehensive logging. Use when implementing exception handling, creating custom error types, setting up error boundaries in React, designing error response formats for APIs, implementing retry logic, handling async errors and promise rejections, logging errors for monitoring, creating user-friendly error messages, or building fault-tolerant systems that fail gracefully.

95
Nov 26, 2025, 11:09 PM

by stephanjoseph

Remind about underutilized Claude Code features at appropriate times. Use when errors occur, context is high, or searches are large. Keywords: rewind, context, compact, explore, tip, reminder, help

95
Jan 18, 2026, 09:01 AM

by maxvaega

Example skill in category B demonstrating flat organization within nested structure

95
Dec 3, 2025, 10:19 AM

by maxvaega

Example skill demonstrating nested directory structure at depth 3

95
Dec 3, 2025, 10:19 AM

by maxvaega

Example skill demonstrating nested directory structure at depth 2

95
Dec 3, 2025, 10:19 AM

by maxvaega

Example skill at the root of the nested structure demonstrating depth 1

95
Dec 3, 2025, 10:19 AM

by korallis

Systematically review pull requests, feature implementations, and code changes to ensure quality, maintainability, security, and adherence to best practices. Use when reviewing code before merging, conducting peer reviews, performing self-reviews, auditing code quality, checking for security vulnerabilities, ensuring consistent coding standards, verifying test coverage, assessing performance implications, evaluating architectural decisions, or providing constructive feedback to improve team code quality.

93
Nov 26, 2025, 11:09 PM

by korallis

Manage source control effectively with Git including branching strategies, commit conventions, merge conflict resolution, rebasing, and collaboration workflows like GitHub Flow or GitFlow. Use when managing feature branches, creating meaningful commits, resolving merge conflicts, rebasing branches, squashing commits, using interactive rebase, implementing branch naming conventions, following commit message standards, managing pull requests, or collaborating in team environments.

93
Nov 26, 2025, 11:09 PM

by korallis

Build Model Context Protocol (MCP) servers and tools that extend Claude's capabilities with custom functions, data sources, and integrations. Use when creating custom MCP servers, implementing tools for Claude, building integrations with external services, creating data source connectors, implementing custom functions, or extending Claude's capabilities with domain-specific tools.

93
Nov 26, 2025, 11:09 PM

by korallis

Trace bugs backward through call stacks and execution flows to identify the original source of errors, invalid data, or incorrect behavior. Use when debugging complex issues, tracing error origins, investigating data corruption, following execution paths, identifying where invalid data enters the system, or finding root causes of cascading failures.

93
Nov 26, 2025, 11:09 PM

by korallis

Implement test-driven development (TDD) workflow using the red-green-refactor cycle. Use when writing new features, fixing bugs, or refactoring existing code. Always write the failing test first, then implement minimal code to pass, then refactor. Essential for ensuring code reliability, preventing regressions, improving design through testability requirements, documenting expected behavior through tests, enabling confident refactoring, and maintaining high code quality standards throughout the development process.

93
Nov 26, 2025, 11:09 PM