domain cluster

Tools & Utilities

Essential command-line tools and system utilities.

32082 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
automation-tools
1

safe-refactoring

Change code structure without changing behavior, with zero tolerance for behavioral changes

LorenFrankLab
LorenFrankLab
tools
open
automation-tools
1

code-search-selector

⚡ AUTO-INVOKE when user asks: 'audit', 'investigate', 'how does X work', 'find all', 'where is', 'trace', 'understand', 'map the codebase', 'comprehensive'. MUST run BEFORE Read/Glob when planning to read 3+ files. Prevents tool familiarity bias toward native tools.

tianzecn
tianzecn
tools
open
automation-tools
1

bun-bundler

Use when bundling JavaScript/TypeScript for production, configuring loaders, plugins, or creating executables. Invoke for bun build, minification, code splitting, or build optimization questions.

zacharyr0th
zacharyr0th
tools
open
automation-tools
1

semantic-search

Use this when deciding between semantic search and grep/glob for code discovery. Apply for concept-based queries (find payment processing), intent-based searches (how is auth implemented), or when user doesn't know exact class names. Use grep for exact matches like specific function names

PearlThoughts
PearlThoughts
tools
open
automation-tools
1

doc-naming

Enforces unified ID naming standards and threshold naming rules for all SDD documentation artifacts

vladm3105
vladm3105
tools
open
automation-tools
1

typescript-standards

Guide for creating TypeScript libraries using the typescript-library-template pattern and applying its standards to existing projects. Use when setting up new npm packages, standardizing build scripts, configuring tooling (tsup, Vitest, ESLint, Prettier), or applying dual module format patterns.

jordanburke
jordanburke
tools
open
automation-tools
1

convert-golang-rust

Convert Go code to idiomatic Rust. Use when migrating Go projects to Rust, translating Go patterns to idiomatic Rust, or refactoring Go codebases. Extends meta-convert-dev with Go-to-Rust specific patterns.

aRustyDev
aRustyDev
tools
open
automation-tools
1

test-driven-development

Use when implementing any feature or bugfix before writing implementation code

trash-panda-v91-beta
trash-panda-v91-beta
tools
open
automation-tools
1

refactor

Analyze code and suggest refactoring opportunities with rationale

thoreinstein
thoreinstein
tools
open
debugging
1

deep-analysis

⚡ PRIMARY SKILL for: 'how does X work', 'investigate', 'analyze architecture', 'trace flow', 'find implementations'. PREREQUISITE: code-search-selector must validate tool choice. Launches codebase-detective with claudemem INDEXED MEMORY.

tianzecn
tianzecn
tools
open
automation-tools
1

build-tools

TypeScript project tooling with Bun, tsgo, Vitest, Biome, and Turborepo. Use when setting up package.json scripts, running builds, typechecking, configuring tests, linting, formatting, or orchestrating monorepo development.

martinffx
martinffx
tools
open
automation-tools
1

migrating-rules

Helps migrate code when updating to new rule versions. Compares rule versions from the index and generates migration plans. Use when rules are updated or when migrating between framework versions.

oimiragieo
oimiragieo
tools
open
automation-tools
1

obsidian-refine-content

Obsidian vault의 기존 파일 내용을 분석하고, 사용자 확인 후 템플릿에 맞춰 정리/보완합니다. 틀린 부분은 수정하되 최종 문서에는 언급하지 않고 깔끔하게 완성합니다.

jun9898
jun9898
tools
open
automation-tools
1

maven-converter

将 Java 项目转换为标准 Maven 结构,自动重组目录、转换包名(test→example)并生成 pom.xml。当用户需要将非 Maven Java 项目转换为 Maven 项目、重构现有项目为 Maven 标准结构,或请求 Maven 项目设置/转换时使用此技能。

git-qiaozq
git-qiaozq
tools
open
automation-tools
1

aidafix

AIDA Fix - Fix existing project to meet all quality gates. Takes a partially-built project and iterates until all 19 gates pass. Useful for completing interrupted implementations or improving test coverage.

clearclown
clearclown
tools
open
automation-tools
1

doc-maintainer

Auto-updates documentation (README, implementation plans) based on recent code changes.

wenjie2024
wenjie2024
tools
open
automation-tools
1

dto-response

Use when creating or modifying DTO files in the `dto/` folder.

bloominggrace
bloominggrace
tools
open
automation-tools
1

changelog-rewriter

Rewrites changelog entries with cheeky, narrative flair following project conventions. Use this when asked to rewrite or update CHANGELOG.md entries.

ChecKMarKDevTools
ChecKMarKDevTools
tools
open
automation-tools
1

convert-elixir-erlang

Convert Elixir code to idiomatic Erlang. Use when migrating Elixir projects to Erlang, translating Elixir patterns to Erlang idioms, or refactoring Elixir codebases to Erlang. Both run on the BEAM VM with the same OTP framework, making this conversion primarily syntactic with semantic preservation. Extends meta-convert-dev with Elixir-to-Erlang specific patterns.

aRustyDev
aRustyDev
tools
open
automation-tools
1

multi-file-refactor

Best practices for refactoring across multiple files. Use when restructuring logic across 5+ files.

mikejsmith1985
mikejsmith1985
tools
open
automation-tools
1

new-file

Create new files with proper headers and verify necessity

vm-wylbur
vm-wylbur
tools
open
automation-tools
1

literate-programming

CRITICAL: ALWAYS activate this skill BEFORE making ANY changes to .nw files. Use proactively when: (1) creating, editing, reviewing, or improving any .nw file, (2) planning to add/modify functionality in files with .nw extension, (3) user asks about literate quality, (4) user mentions noweb, literate programming, tangling, or weaving, (5) working in directories containing .nw files, (6) creating new modules/files that will be .nw format. Trigger phrases: 'create module', 'add feature', 'update', 'modify', 'fix' + any .nw file. Never edit .nw files directly without first activating this skill to ensure literate programming principles are applied. (project, gitignored)

dbosk
dbosk
tools
open
automation-tools
1

use-tdd

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

mtthsnc
mtthsnc
tools
open
Previous
Page 892 / 1337
Next