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
2.4K

jit-overview

Orientation to facet-format JIT deserialization (tiering, fallbacks, key types/entry points) and where to look when changing or debugging JIT code

facet-rs
facet-rs
tools
open
debugging
2.4K

profiling

Profile code performance using callgrind and valgrind with nextest integration for analyzing instruction counts, cache behavior, and identifying bottlenecks

facet-rs
facet-rs
tools
open
ide-plugins
2.4K

add-grammar

Step-by-step guide for adding a new tree-sitter language grammar to diffsitter. Use when adding support for a new programming language.

afnanenayet
afnanenayet
tools
open
automation-tools
2.3K

1k-app-upgrade-test

Create test versions to verify app auto-update functionality and version migration.

OneKeyHQ
OneKeyHQ
tools
open
system-admin
2.3K

swap

Token swap and exchange for OneKey CLI — quoting, transaction building, signing, and status tracking. Use whenever the user wants to swap, trade, exchange, or convert tokens, bridge assets cross-chain, check swap quotes or routes, or track a pending swap order. Covers the full lifecycle from quote to execution with mandatory security checks.

OneKeyHQ
OneKeyHQ
tools
open
system-admin
2.3K

wallet

Wallet management and asset operations for OneKey CLI. Use whenever the user asks about their balance, wants to send or transfer tokens to an address, needs to import or set up their wallet, check transaction history, or verify CLI connectivity. Also triggered as a pre-check for balance verification before swap operations.

OneKeyHQ
OneKeyHQ
tools
open
automation-tools
2.3K

release-minor

Automates the process of tagging a new minor release for Scribe by analyzing commit messages, updating the changelog, and creating a GitHub release.

knuckleswtf
knuckleswtf
tools
open
automation-tools
2.3K

rsyslog-doc-dist

Ensures doc/Makefile.am stays in sync with changes to documentation files.

rsyslog
rsyslog
tools
open
system-admin
2.3K

rsyslog-config

Governs the dual-frontend config architecture (RainerScript + YAML) and enforces parity rules when extending or changing configuration objects.

rsyslog
rsyslog
tools
open
system-admin
2.3K

rsyslog-test

Standardizes testing and validation for rsyslog using the diag.sh framework.

rsyslog
rsyslog
tools
open
productivity-tools
2.3K

raffle-winner-picker

Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.

davepoon
davepoon
tools
open
system-admin
2.2K

pymobiledevice3-device-operator

Operate iOS and iPadOS devices through the local pymobiledevice3 checkout. Use when Codex needs to inspect a connected device, collect logs or crash data, browse or copy files, manage apps, profiles, or backups, use developer services such as DDI/DVT/tunnels/sysmon/screenshots/simulated location, automate Safari or WebViews through WebInspector or WDA, or add a thin repo-native device command on top of existing services. Prefer existing CLI and service modules, choose USB vs --rsd/--tunnel correctly, and require explicit user intent before state-changing or destructive actions.

doronz88
doronz88
tools
open
automation-tools
2.2K

gerrit

Interacts with Gerrit code review to list changes and improve them

Checkmk
Checkmk
tools
open
automation-tools
2.2K

werk

Creates Checkmk werks (changelog entries) from git commits

Checkmk
Checkmk
tools
open
ide-plugins
2.2K

aspire-devchain

Help users create and run a local Ethereum development environment with .NET Aspire — DevChain node, blockchain indexer, Blazor explorer, and PostgreSQL. Use this skill when the user mentions Aspire DevChain template, nethereum-devchain, creating a local blockchain environment with Aspire, setting up DevChain with an explorer and indexer, or wants a single-command Ethereum dev environment with .NET. Also trigger when users mention dotnet new nethereum-devchain or Nethereum.Aspire.TemplatePack.

Nethereum
Nethereum
tools
open
system-admin
2.2K

keys-accounts

Manage Ethereum keys, accounts, and keystores with Nethereum. Use when the user needs to generate keys, create accounts, encrypt/decrypt keystores, load wallets, or work with ViewOnlyAccount. Also triggers for private key, public address, or key management questions.

Nethereum
Nethereum
tools
open
system-admin
2.2K

uniswap-liquidity

Manage Uniswap V4 liquidity positions using Nethereum (.NET/C#). Use this skill whenever the user asks about providing liquidity, LP positions, concentrated liquidity, collecting fees, minting/burning positions, rebalancing, or any Uniswap liquidity operation with C# or .NET.

Nethereum
Nethereum
tools
open
ide-plugins
2.2K

markstream-custom-components

Override built-in Markstream node renderers and add trusted custom tags. Use when Codex needs to apply `setCustomComponents`, keep overrides scoped with `customId`, map override keys like `image`, `code_block`, `mermaid`, or `link`, or wire `customHtmlTags` and nested renderers for tags such as `thinking`.

Simon-He95
Simon-He95
tools
open
ide-plugins
2.2K

tvt-js-plugin-builder

理解并扩展 TvT.js / icegl-three-vue-tres 的插件体系。适用于 TvT.js 工作区中出现 新建插件、新建案例、src/plugins、public/plugins、config.js、预览元数据、tvtstore、FES_APP_PLSNAME、pluginMaker、PLS、qiankun、uniAppView、GoView 或 zone3Deditor 等场景。用它处理插件脚手架、页面或案例新增、preview 条目更新、插件 ZIP 打包安装、单插件预览或构建,以及 qiankun、uni-app、zone-editor 兼容约束。

hawk86104
hawk86104
tools
open
ide-plugins
2.2K

editor-ui

JEngine Editor UI component library with theming. Triggers on: custom inspector, editor window, Unity editor UI, UIElements, VisualElement, JButton, JStack, JCard, JTextField, JDropdown, JTabView, tab view, tabbed container, design tokens, dark theme, light theme, editor styling, themed button, form layout, progress bar, status bar, toggle button, button group

JasonXuDeveloper
JasonXuDeveloper
tools
open
ide-plugins
2.2K

consult-zai

Compare z.ai GLM 4.7 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.

centminmod
centminmod
tools
open
automation-tools
2.2K

consult-codex

Compare OpenAI Codex GPT-5.3 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions.

centminmod
centminmod
tools
open
automation-tools
2.2K

changeset-validation

Validate changesets in openai-agents-js using LLM judgment against git diffs (including uncommitted local changes). Use when packages/ or .changeset/ are modified, or when verifying PR changeset compliance and bump level.

openai
openai
tools
open
automation-tools
2.2K

docs-sync

Analyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs (docs/src/content/docs/**) and never touch translated docs under docs/src/content/docs/ja, ko, or zh. Provide a report and ask for approval before editing docs.

openai
openai
tools
open
Previous
Page 173 / 1337
Next