domain cluster

Tools & Utilities

Essential command-line tools and system utilities.

32082 스킬all categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
debugging
9.8K

deep-review

Use when reviewing a change set before merge, when tracing code paths for correctness, or when a thorough merge-blocking review is needed rather than a surface-level checklist

gitkraken
gitkraken
tools
open
debugging
9.8K

inspect-live

Launch VS Code with GitLens via Playwright and inspect the running extension — read UI text, check feature flags, read logs, take screenshots

gitkraken
gitkraken
tools
open
debugging
9.8K

investigate

Structured investigation of a bug or unexpected behavior before implementing a fix

gitkraken
gitkraken
tools
open
ide-plugins
9.8K

add-command

Create new VS Code commands with all required boilerplate

gitkraken
gitkraken
tools
open
ide-plugins
9.8K

add-icon

Add new icons to the GitLens GL Icons font

gitkraken
gitkraken
tools
open
productivity-tools
9.8K

add-ai-provider

Add a new AI provider integration to GitLens

gitkraken
gitkraken
tools
open
productivity-tools
9.8K

chatgpt-app-builder

DEPRECATED: This skill has been replaced by `mcp-app-builder`. Check if `mcp-app-builder` is available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill mcp-app-builder` Use `mcp-app-builder` instead of this skill. Build ChatGPT apps with interactive widgets using mcp-use and OpenAI Apps SDK. Use when creating ChatGPT apps, building MCP servers with widgets, defining React widgets, working with Apps SDK, or when user mentions ChatGPT widgets, mcp-use widgets, or Apps SDK development.

mcp-use
mcp-use
tools
open
system-admin
9.8K

mcp-apps-builder

**MANDATORY for ALL MCP server work** - mcp-use framework best practices and patterns. **READ THIS FIRST** before any MCP server work, including: - Creating new MCP servers - Modifying existing MCP servers (adding/updating tools, resources, prompts, widgets) - Debugging MCP server issues or errors - Reviewing MCP server code for quality, security, or performance - Answering questions about MCP development or mcp-use patterns - Making ANY changes to server.tool(), server.resource(), server.prompt(), or widgets This skill contains critical architecture decisions, security patterns, and common pitfalls. Always consult the relevant reference files BEFORE implementing MCP features.

mcp-use
mcp-use
tools
open
system-admin
9.8K

mcp-builder

DEPRECATED: This skill has been replaced by `mcp-app-builder`. Check if `mcp-app-builder` is available in the skills folder. If not, install it: `npx skills install mcp-use/mcp-use --skill mcp-app-builder` Use `mcp-app-builder` instead of this skill. Build Model Context Protocol (MCP) servers with mcp-use framework. Use when creating MCP servers, defining tools/resources/prompts, working with mcp-use, bootstrapping MCP projects, or when user mentions MCP development, tools, resources, or prompts.

mcp-use
mcp-use
tools
open
debugging
9.7K

classify-webkit-commit

Use when the user wants to classify a commit or understand what kind of change a commit represents in the WebKit repository.

WebKit
WebKit
tools
open
debugging
9.6K

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

polarsource
polarsource
tools
open
automation-tools
9.6K

build-test-cudf

Use this skill to build and test code changes inside a cudf devcontainer.

rapidsai
rapidsai
tools
open
debugging
9.6K

review-cudf

Use this skill to review GitHub pull requests for cudf

rapidsai
rapidsai
tools
open
productivity-tools
9.6K

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

baptisteArno
baptisteArno
tools
open
automation-tools
9.6K

specs-gen

Generate specs for a new feature or a refacto. Creates new folder with specific scafolding.

baptisteArno
baptisteArno
tools
open
productivity-tools
9.6K

claude-skills

Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates.

2025Emma
2025Emma
tools
open
debugging
9.5K

unopim-connector-export-mapping

Handle module attribute mapping and mapping history management in Unopim. Use this skill when creating module attribute mapping UI, mapping controller, mapping history, or restricting fields to module structure. Only Attribute Mapping and History tabs are allowed. Covers DB_PREFIX (auto-added by Laravel), Migration/ singular folder, HistoryTrait on models, flat ACL, cURL HTTP client, and JsonResponse controller pattern.

unopim
unopim
tools
open
debugging
9.5K

coss-particles

Index of all COSS UI particle examples. Use when implementing UI features to find copy-paste-ready component patterns built on coss primitives. Each particle has a description and a JSON URL for easy installation.

cosscom
cosscom
tools
open
debugging
9.4K

review-data-pr

Perform an intelligent review of geographic data PRs beyond schema validation. Use this skill whenever reviewing a data PR, performing code review on contributions, checking if data makes geographical sense, or assessing data quality. Trigger on: PR review requests for data changes, "review this PR", "does this look right", "is this data correct", quality assessment requests, geographic plausibility checks, suspicious pattern detection, or any pull request touching files in the contributions/ directory. This goes beyond schema validation to check real-world geographic accuracy.

dr5hn
dr5hn
tools
open
automation-tools
9.3K

python-code-quality

Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.

microsoft
microsoft
tools
open
ide-plugins
9.3K

python-samples

Guidelines for creating and modifying sample code in the Agent Framework Python codebase. Use this when writing new samples or updating existing ones.

microsoft
microsoft
tools
open
ide-plugins
9.3K

backend-lexification

Migrate backend apis from `@atproto/api`, `@atproto/lexicon`, `@atproto/xrpc`, and `@atproto/lex-cli` to `@atproto/lex`. Use this skill whenever the user wants to adopt `@atproto/lex` in a package that currently relies on `@atproto/lex-cli` to perform code generation, replace AtpAgent with Client, migrate generated lexicon code to the new `lex build` output, replace `ids.XxxYyy` with namespace accessors, adopt branded string types, switch from `jsonStringToLex` to `lexParse`, or any refactoring that moves code from the old generated lexicon system to `@atproto/lex`. Also trigger when the user mentions "lexification", "lex SDK", "lex migration", or asks about replacing `@atproto/api` imports in service code.

bluesky-social
bluesky-social
tools
open
debugging
9.2K

vercel-react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Arize-ai
Arize-ai
tools
open
Previous
Page 71 / 1337
Next