Coding

Page 21 of 23

Browse skills in this category.

1632 skills · Showing 1441-1512
Sort by:

by decentpaste

Create a GitHub release with auto-generated release notes from commits since the last tag. Uses conventional commits to categorize changes into Features, Bug Fixes, and maintenance sections.

127
Jan 17, 2026, 12:04 PM

by getsentry

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.

127
Jan 16, 2026, 04:25 PM

by Chachamaru127

Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include 'go to [url]', 'click on', 'fill out the form', 'take a screenshot', 'scrape', 'automate', 'test the website', 'log into', or any browser interaction request.

126
Jan 19, 2026, 03:28 AM

by markmdev

Interview to learn about the user's preferences, working style, and communication needs. Results saved to global user profile.

126
Jan 19, 2026, 12:37 AM

by Chachamaru127

Manages Plans.md tasks and marker operations. Use when user mentions adding tasks, updating Plans.md, marking complete, or changing task status. Do NOT load for: implementation work, reviews, or non-Plans file operations.

126
Jan 19, 2026, 03:28 AM

review

Coding

by Chachamaru127

Reviews code for quality, security, performance, and accessibility issues. Use when user mentions reviews, code review, security, performance, quality checks, PRs, diffs, or change review. Do NOT load for: implementation work, new feature development, bug fixes, or setup.

126
Jan 19, 2026, 03:28 AM

cc-setup

Coding

by GGPrompts

This skill should be used when the user asks to "diagnose Claude Code", "fix MCP errors", "manage plugins", "configure MCP servers", "check /doctor errors", "debug plugin issues", "add MCP server", "remove plugin", "list plugins", "list MCP servers", "fix schema errors", or needs help with Claude Code CLI configuration and troubleshooting.

121
Jan 18, 2026, 05:47 AM

by paiml

Analyzes code quality, complexity, and technical debt using PMAT(Pragmatic AI Labs MCP Agent Toolkit). Use this skill when:- User mentions "code quality", "complexity", "technical debt", or "maintainability"- Reviewing code or conducting code review- Modifying or refactoring existing code files- Creating pull requests or preparing commits- Investigating performance or quality issuesSupports 25+ languages including Rust, Python, TypeScript, JavaScript, Go, C++, Java, Ruby, PHP, Swift, and more.Provides cyclomatic complexity, cognitive complexity, maintainability index, dead code detection,and technical debt annotations (SATD: TODO, FIXME, HACK comments).

120
Jan 15, 2026, 10:30 AM

by hiromaily

Git branch management, commit conventions, and PR creation workflow. Use for all tasks that require code changes, regardless of language or scope.

119
Jan 19, 2026, 04:22 AM

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

by hatayama

Get Unity and project information via uloop CLI. Use when you need to verify Unity version, check project settings (ProductName, CompanyName, Version), or troubleshoot environment issues.

113
Jan 18, 2026, 12:21 PM

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

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

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, remix, or edit images with Nanobanana / Nano Banana 2 through the bundled Gemini CLI wrapper. Use this whenever the user wants AI image generation or editing, especially for reference-image composition, character consistency, grounded visuals that may need live web search, style transfer, marketing graphics, product mockups, social assets, or when they explicitly mention Nanobanana, Gemini image models, Google image generation, AI drawing, 图片生成, AI绘图, 图片编辑, or 生成图片.

96
Dec 26, 2025, 02:06 PM

by Dimon94

Use when ready to publish a new version of cc-devflow npm package to npm registry

96
Jan 13, 2026, 12:13 AM

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