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
automation-tools
39

refactoring

Safely refactor code while preserving behavior, maintaining test coverage, and improving internal quality. Use when restructuring existing code without changing functionality.

oasm-platform
oasm-platform
tools
open
automation-tools
39

dry-run

Preview command effects without making changes. Simulates file writes, git operations, agent spawns, and state changes. All reads execute normally for accurate preview. Use --dry-run flag on any command.

marcusgoll
marcusgoll
tools
open
automation-tools
39

anti-duplication

Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or build new functionality.

marcusgoll
marcusgoll
tools
open
automation-tools
39

breaking-change-detector

Detect and warn about breaking API/schema changes before implementation. Auto-trigger when modifying API routes, database schemas, or public interfaces. Validates changes against api-strategy.md versioning rules. Suggests migration paths for breaking changes. Prevents removing endpoints, changing request/response formats, dropping database columns, modifying function signatures without deprecation.

marcusgoll
marcusgoll
tools
open
automation-tools
39

caching-strategy

Cache expensive operations to avoid redundant work across workflow phases. Caches project docs (15min TTL), npm info (60min), grep results (30min), token counts (until file modified), web searches (15min). Auto-triggers when detecting repeated reads of same files or repeated API calls. Saves 20-40% execution time.

marcusgoll
marcusgoll
tools
open
automation-tools
39

anti-duplication

Before implementing new code (endpoints, components, services, models), search the codebase for existing patterns to reuse. Prevent code duplication by finding and suggesting similar implementations. Auto-trigger when user asks to create, implement, add, or build new functionality.

marcusgoll
marcusgoll
tools
open
cli-tools
39

exploring-cli-tools

Explores CLI tools using --help flags and man pages to understand capabilities, discover subcommands, and find specific options. Use when investigating how a command-line tool works, checking if a tool supports a feature, or finding the correct syntax for a command.

rio
rio
tools
open
debugging
39

debug-phase

Systematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, and error documentation. Use when debugging errors, investigating failures, analyzing stack traces, fixing bugs, or documenting errors in error-log.md. (project)

marcusgoll
marcusgoll
tools
open
debugging
39

starwards-debugging

Systematic debugging for Starwards - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) with Colyseus state inspection, Tweakpane debugging, multiplayer sync issues, and monorepo-specific troubleshooting

starwards
starwards
tools
open
ide-plugins
39

modern-python

How to work with Python (`uv` instead of `python`, modern type syntax, linting, formatting, etc.)

davidgasquez
davidgasquez
tools
open
productivity-tools
39

newsletter-events-research

Research events from Instagram, web aggregators, and Facebook event URLs. Use when scraping event sources, downloading flyer images, or extracting event details.

aniketpanjwani
aniketpanjwani
tools
open
system-admin
39

iot-uart-console-picocom

Use picocom to interact with IoT device UART consoles for pentesting operations including device enumeration, vulnerability discovery, bootloader manipulation, and gaining root shells. Use when the user needs to interact with embedded devices, IoT hardware, or serial consoles.

BrownFineSecurity
BrownFineSecurity
tools
open
cli-tools
39

playwright

Use when the task requires automating a real browser from the terminal (navigation, form filling, snapshots, screenshots, data extraction, UI-flow debugging) via `playwright-cli` or the bundled wrapper script.

lingxling
lingxling
tools
open
cli-tools
39

vercel-env-vars

Manage Vercel environment variables for OpenWork projects from the CLI, including linking the local app directory first. Triggers when user mentions: - "add a vercel env var" - "set a vercel env var" - "vercel environment variable"

different-ai
different-ai
tools
open
cli-tools
39

command-creator

Create OpenCode custom commands for repeatable tasks.

different-ai
different-ai
tools
open
cli-tools
39

zulip-post-preview

Create staged previews of Zulip topics using read-only CLI queries, including full-thread originals, a small zh-en translation slice, and a Chinese overview in an external work directory such as ~/tmp/chattool-zulip/<channel>/<topic>. Use when asked to preview, summarize, or translate Zulip thread content.

cubenlp
cubenlp
tools
open
cli-tools
39

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

lingxling
lingxling
tools
open
cli-tools
39

task-factory

Use task-factory CLI commands to manage workspaces, tasks, and workflows. Use when the user needs to create tasks, manage task execution, check queue status, or work with the Task Factory system via CLI.

patleeman
patleeman
tools
open
cli-tools
39

jira

Use jira CLI for Jira operations including issue management, project queries, transitions, and JQL search

msbaek
msbaek
tools
open
domain-utilities
39

domain-model-knowledge

Provides knowledge about the domain model, entities, relationships, and business rules

pan94u
pan94u
tools
open
Previous
Page 416 / 1337
Next