Coding

Page 19 of 25

Browse skills in this category.

1760 skills · Showing 1297-1368
Sort by:

oask

Coding

by bfly123

Async via oask, end turn immediately; use only when user explicitly delegates to OpenCode (ask/@opencode/let opencode/review); NOT for questions about OpenCode itself.

658
Jan 18, 2026, 05:05 AM

plain-fix

Coding

by dropseed

Fixes code formatting and linting issues. Use during development to clean up code as you work.

652
Jan 18, 2026, 02:57 AM

by dropseed

Runs pre-commit checks before finalizing changes. Use this when you've finished making code changes to verify everything passes before committing.

652
Jan 18, 2026, 02:57 AM

by mitsuhiko

Analyze coding agent session transcripts to improve existing skills or create new ones. Use when asked to improve a skill based on a session, or extract a new skill from session history.

622
Jan 18, 2026, 12:36 AM

tmux

Coding

by mitsuhiko

Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.

622
Jan 18, 2026, 12:36 AM

voicemode

Coding

by mbailey

Voice interaction for Claude Code. Use when users mention voice mode, speak, talk, converse, voice status, or voice troubleshooting.

605
Jan 19, 2026, 03:59 AM

by krafton-ai

메모리에서 7가지 개입 기회 패턴을 감지하는 지식 베이스. 조사 제안, 스케줄링, 문서화, 초안 작성, 연결 조율, 예측적 제안, 루틴 자동화 패턴의 시그널과 점수 계산 방법.

570
Jan 14, 2026, 05:56 AM

by Project-N-E-K-O

Three.js 中处理 3D 模型拖拽、缩放、边界检测的正确方法。解决鼠标移动与模型移动不同步、缩放后只能看到模型一部分等问题。

564
Jan 18, 2026, 01:04 PM

by sickn33

To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns.

558
Jan 18, 2026, 07:09 AM

by sozercan

Implement, review, or improve SwiftUI features using the iOS 26+ / macOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.

557
Jan 18, 2026, 03:56 AM

by sozercan

Refactor and review SwiftUI view files for consistent structure, dependency injection, and Observation usage. Use when asked to clean up a SwiftUI view's layout/ordering, handle view models safely (non-optional when possible), or standardize how dependencies and @Observable state are initialized and passed.

557
Jan 18, 2026, 03:56 AM

by Automattic

Version management and release processes using Jetpack Changelogger. Use when creating releases, managing changelogs, bumping versions, or preparing patch releases.

556
Jan 19, 2026, 02:58 AM

commit

Coding

by iannuttall

Write conventional commit messages with type, scope, and subject when the user wants to commit changes or save work.

539
Jan 13, 2026, 06:24 PM

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

529
Jan 16, 2026, 08:54 PM

by skillcreatorai

Automated code review for pull requests using specialized review patterns. Analyzes code for quality, security, performance, and best practices. Use when reviewing code changes, PRs, or doing code audits.

526
Jan 17, 2026, 05:29 AM

by skillcreatorai

Create, update, and manage Jira issues from natural language. Use when the user wants to log bugs, create tickets, update issue status, or manage their Jira backlog.

526
Jan 17, 2026, 05:29 AM

by skillcreatorai

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

526
Jan 17, 2026, 05:29 AM

by skillcreatorai

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

526
Jan 17, 2026, 05:29 AM

by modu-ai

Enterprise context and session management with token budget optimization and state persistence

525
Jan 18, 2026, 08:26 AM

by mikopbx

Генерация полных Python pytest тестов для REST API эндпоинтов с валидацией схемы. Использовать при создании тестов для новых эндпоинтов, добавлении покрытия для CRUD операций или валидации соответствия API с OpenAPI схемами.

503
Jan 19, 2026, 04:20 AM

by dmmulroy

Migrate better-result TaggedError from v1 (class-based) to v2 (factory-based) API

499
Jan 19, 2026, 02:21 AM

by solatis

Invoke IMMEDIATELY via python script when user requests problem analysis or root cause investigation. Do NOT explore first - the script orchestrates the investigation.

498
Jan 16, 2026, 12:28 PM

refactor

Coding

by solatis

Invoke IMMEDIATELY via python script when user requests refactoring analysis, technical debt review, or code quality improvement. Do NOT explore first - the script orchestrates exploration.

498
Jan 16, 2026, 12:28 PM

by bitwarden

Performs comprehensive code reviews for Bitwarden iOS projects, verifying architecture compliance, style guidelines, compilation safety, test coverage, and security requirements. Use when reviewing pull requests, checking commits, analyzing code changes, verifying Bitwarden coding standards, evaluating unidirectional data flow pattern, checking services container dependency injection usage, reviewing security implementations, or assessing test coverage. Automatically invoked by CI pipeline or manually for interactive code reviews.

494
Jan 19, 2026, 01:37 AM

by alex-ilgayev

Handles all Golang testing tasks including running tests, writing new tests, and fixing test failures. Follows MCPSpy testing conventions with require for critical assertions and assert for non-critical ones.

491
Jan 16, 2026, 08:54 AM

by Trevoke

Use when implementing any feature or bugfix, before writing implementation code

454
Jan 17, 2026, 06:54 PM

by miantiao-me

批量并发执行信息采集任务的技能。

453
Jan 19, 2026, 04:02 AM

by alirezarezvani

Automatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions.

437
Dec 17, 2025, 01:27 PM

by alirezarezvani

Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests.

437
Dec 17, 2025, 01:27 PM

by r3bl-org

Analyze log files by stripping ANSI escape sequences first. Use when asked to process, handle, read, or analyze log files that may contain terminal escape codes.

434
Jan 14, 2026, 04:07 PM

by r3bl-org

Establish performance baselines and detect regressions using flamegraph analysis. Use when optimizing performance-critical code, investigating performance issues, or before creating commits with performance-sensitive changes.

434
Jan 14, 2026, 04:07 PM

by r3bl-org

Apply type-safe bounds checking patterns using Index/Length types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.

434
Jan 14, 2026, 04:07 PM

by r3bl-org

Run clippy linting, enforce comment punctuation rules, format code with cargo fmt, and verify module organization patterns. Use after code changes and before creating commits.

434
Jan 14, 2026, 04:07 PM

by coinbase

Use this skill when you are asked to work on a new or existing CDS React component in packages/mobile/ or packages/web/

433
Jan 17, 2026, 08:24 PM

by dlants

Add bash command permissions to project-level or user-level magenta options. Use when a command needs to be permanently allowlisted.

419
Jan 17, 2026, 03:15 PM

by K-Dense-AI

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

410
Dec 31, 2025, 08:28 AM

by K-Dense-AI

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

410
Dec 31, 2025, 08:28 AM

browser

Coding

by gmickel

Browser automation via agent-browser CLI. Use when you need to navigate websites, verify deployed UI, test web apps, read online documentation, scrape data, fill forms, capture baseline screenshots before design work, or inspect current page state. Triggers on "check the page", "verify UI", "test the site", "read docs at", "look up API", "visit URL", "browse", "screenshot", "scrape", "e2e test", "login flow", "capture baseline", "see how it looks", "inspect current", "before redesign".

399
Jan 18, 2026, 04:26 PM

by gmickel

John Carmack-level implementation review via rp-cli for current branch changes. Use when reviewing code changes, PRs, or implementations. Triggers on mentions of code review, implementation review, or PR review.

399
Jan 18, 2026, 04:26 PM

by gmickel

Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.

399
Jan 18, 2026, 04:26 PM

by alinaqi

Mandatory code reviews via /code-review before commits and deploys

398
Jan 17, 2026, 10:44 PM

by alinaqi

TypeScript strict mode with eslint and jest

398
Jan 17, 2026, 10:44 PM

by jimmc414

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and generate properly formatted BibTeX entries. This skill should be used when you need to find papers, verify citation information, convert DOIs to BibTeX, or ensure reference accuracy in scientific writing.

391
Dec 12, 2025, 05:29 PM

by jimmc414

Conduct comprehensive, systematic literature reviews using multiple academic databases (PubMed, arXiv, bioRxiv, Semantic Scholar, etc.). This skill should be used when conducting systematic literature reviews, meta-analyses, research synthesis, or comprehensive literature searches across biomedical, scientific, and technical domains. Creates professionally formatted markdown documents and PDFs with verified citations in multiple citation styles (APA, Nature, Vancouver, etc.).

391
Dec 12, 2025, 05:29 PM

by jimmc414

This skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources.

391
Dec 12, 2025, 05:29 PM

by jimmc414

This skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources.

391
Dec 12, 2025, 05:29 PM

by jimmc414

Create publication-quality scientific diagrams, flowcharts, and schematics using Python (graphviz, matplotlib, schemdraw, networkx). Specialized in neural network architectures, system diagrams, and flowcharts. Generates SVG/EPS in figures/ folder with automated quality verification.

391
Dec 12, 2025, 05:29 PM

by ruvnet

Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination

384
Jan 4, 2026, 03:45 PM

implement

Coding

by maxritter

Execute implementation plans in batches with Claude CodePro

381
Jan 18, 2026, 04:16 PM

use-dom

Coding

by expo

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

380
Jan 17, 2026, 09:27 PM

by speakeasy-api

Use when asking what targets/sources are configured, or wanting to see current Speakeasy setup

377
Jan 17, 2026, 09:23 PM

by speakeasy-api

Use when SDK methods have auto-generated names like GetApiV1Users, or wanting `sdk.users.list()` style naming

377
Jan 17, 2026, 09:23 PM

by taylorsatula

Check Python logging levels and patterns for correctness. Focus on identifying wrong severity levels and missing exception handling. Use when reviewing code quality.

376
Jan 13, 2026, 06:00 AM

by taylorsatula

Detect explicit user_id parameters in functions to identify potential opportunities for using ambient context. This is an investigation tool that flags instances for human review, not a prescriptive analyzer.

376
Jan 13, 2026, 06:00 AM

by taylorsatula

DO NOT COMMIT unless user explicitly tells you to. Use this skill EVERY SINGLE TIME before creating a git commit. Provides mandatory commit message format, staging rules, and post-commit summary requirements for the MIRA project

376
Jan 13, 2026, 06:00 AM

by fcakyon

This skill should be used when the user asks to "create a hook", "add a PreToolUse/PostToolUse/Stop hook", "validate tool use", "implement prompt-based hooks", "use ${CLAUDE_PLUGIN_ROOT}", "set up event-driven automation", "block dangerous commands", or mentions hook events (PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification). Provides comprehensive guidance for creating and implementing Claude Code plugin hooks with focus on advanced prompt-based hooks API.

356
Jan 14, 2026, 07:35 PM

by fcakyon

This skill should be used when user asks about "Linear issues", "issue tracking best practices", "sprint planning", "Linear project management", or "creating Linear issues".

356
Jan 14, 2026, 07:35 PM

by fcakyon

This skill should be used when user asks to "search Slack for messages", "find Slack messages about X", "get channel history", "look up conversation in Slack", or "find what someone said in Slack".

356
Jan 14, 2026, 07:35 PM

by vinhnx

Install VT Code skills into $VTCODE_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

340
Jan 18, 2026, 05:11 PM

review

Coding

by team-attention

Interactive markdown review with web UI. Use when user says "review this", "check this plan", "피드백", "검토해줘" or specifies a file path to review.

332
Jan 18, 2026, 05:12 PM

videocut

Coding

by Ceeon

口播视频转录和口误识别。生成审查稿和删除任务清单。触发词:剪口播、处理视频、识别口误

332
Jan 16, 2026, 08:34 AM

videocut

Coding

by Ceeon

自更新 skills。记录用户反馈,更新方法论和规则。触发词:更新规则、记录反馈、改进skill

332
Jan 16, 2026, 08:34 AM

videocut

Coding

by Ceeon

环境准备。安装依赖、下载模型、验证环境。触发词:安装、环境准备、初始化

332
Jan 16, 2026, 08:34 AM

videocut

Coding

by Ceeon

执行视频剪辑。根据确认的删除任务执行FFmpeg剪辑,循环直到零口误,生成字幕。触发词:执行剪辑、开始剪、确认剪辑

332
Jan 16, 2026, 08:34 AM

videocut

Coding

by Ceeon

字幕生成与烧录。转录→词典纠错→审核→烧录。触发词:加字幕、生成字幕、字幕

332
Jan 16, 2026, 08:34 AM

by dmmulroy

Detect whether the current project uses jj (Jujutsu) or git for version control. Run this BEFORE any VCS command to use the correct tool.

330
Jan 17, 2026, 10:38 PM

by kasperjunge

Perform thorough code reviews with actionable feedback. Use when the user says "review", "/review", "code review", asks for feedback on code, wants a PR reviewed, or needs a second pair of eyes on their changes. Analyzes code for bugs, security issues, performance, maintainability, and best practices.

315
Jan 18, 2026, 11:31 PM

commit

Coding

by kasperjunge

Generate perfect semantic commit messages from staged changes. Use when the user says "commit", "/commit", asks for a commit message, wants to commit changes, or needs help writing a commit. Analyzes git diff to produce conventional commit format messages with appropriate type, scope, and description.

315
Jan 18, 2026, 11:31 PM

by bonny

Project-specific git commit guidance for Simple History. Use when committing changes, especially across core and premium plugins.

314
Jan 16, 2026, 07:48 PM

by elbwalker

Use when working with destinations, understanding the destination interface, or learning about env pattern and configuration. Covers interface, lifecycle, env mocking, and paths.

313
Jan 18, 2026, 03:55 PM

by WellApp-ai

Review code changes against hard rules and conventions

305
Jan 18, 2026, 10:57 AM

pr-review

Coding

by WellApp-ai

Automated code review using ReadLints and Shell for technical validation

305
Jan 18, 2026, 10:57 AM