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
cli-tools
21

x-post

Post to X (Twitter) from the command line. Text, images, and video.

rameerez
rameerez
tools
open
cli-tools
21

vcr-render-planner

Translate natural language video and motion graphics requests into deterministic VCR CLI render plans that output ProRes video (including ProRes 4444 with alpha) from the terminal. Enforce strict compatibility with the VCR feature set. No cloud, no speculative flags. Use when: (1) a user describes a video, animation, ASCII render, lower third, title card, or motion graphic in natural language, (2) a user wants to render a VCR manifest to ProRes, (3) a user asks for an ASCII-on-alpha overlay, (4) a user needs help choosing VCR settings for a render, (5) any request that should produce a .mov or .png via the vcr CLI. Triggers on: "render", "ProRes", "alpha", "ASCII overlay", "motion graphic", "vcr build", "animate", "lower third", "title card", "transparent video".

coltonbatts
coltonbatts
tools
open
cli-tools
21

vcr-figma-workflow

Convert Figma + prompt context into VCR-compatible outputs using the `figma-vcr-workflow` binary and VCR validation/render commands. Use when translating design intent into deterministic VCR scenes for preview/build pipelines.

coltonbatts
coltonbatts
tools
open
cli-tools
21

handling-wpf-input-commands

Implements WPF input handling with RoutedCommand, ICommand, CommandBinding, and InputBinding patterns. Use when creating keyboard shortcuts, menu commands, or custom command implementations.

christian289
christian289
tools
open
cli-tools
21

asc-cli-usage

Guidance for using the asc CLI in App Store Connect automation (flags, output formats, pagination, auth, discovery, timeouts). Use when asked to run or design asc commands, interact with App Store Connect via CLI, set up authentication, configure environment variables, or understand asc output formats. Triggers: "asc command", "asc CLI", "App Store Connect CLI", "asc auth", "asc flags", "asc pagination", "asc output".

kumaran-is
kumaran-is
tools
open
cli-tools
21

xitter

Interact with X/Twitter via the x-cli terminal client using official X API credentials. Use for posting, reading timelines, searching tweets, liking, retweeting, bookmarks, mentions, and user lookups.

raphaelmansuy
raphaelmansuy
tools
open
domain-utilities
21

email-audit

Audits email domain deliverability setup (SPF, DKIM, DMARC, MX records, blacklists, TLS) and generates health score (0-100) with prioritized fix list. Checks bulk sender compliance against Google/Yahoo/Microsoft 2024-2026 requirements. Provides DNS records to add/update. Use when user asks to audit, check, or analyze email deliverability, domain health, or inbox placement.

AgriciDaniel
AgriciDaniel
tools
open
domain-utilities
21

domain-finder

This skill should be used when starting a new project or brand and needing to find a registrable domain. It brainstorms creative domain names and checks real availability via DNS/WHOIS.

kumaran-is
kumaran-is
tools
open
domain-utilities
21

local-places

Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.

kaivyy
kaivyy
tools
open
domain-utilities
21

naming

Check or apply file and folder naming conventions for this Node project. Use when creating new files or folders, renaming existing ones, auditing a module for naming consistency, or any time the correct name/path for a file is unclear.

pierreb-devkit
pierreb-devkit
tools
open
productivity-tools
20

react-native-dev

Expert for React Native and Expo mobile development. Use when working with React Native, Expo, mobile apps, iOS/Android platform-specific code, navigation (Expo Router, React Navigation, tabs, stacks, drawers), FlatList optimization, native modules, SafeAreaView, KeyboardAvoidingView, mobile performance optimization, storage (AsyncStorage, MMKV), setting up React Native/Expo projects, initializing new apps, version compatibility issues, installing dependencies with expo install, or performance best practices.

SovranBitcoin
SovranBitcoin
tools
open
productivity-tools
20

pomodoro

Simple Pomodoro timer for focused work sessions with session tracking and productivity analytics. Use when users request focus timers, ask about productivity patterns, or want to track work sessions over time. Demonstrates the System Skill Pattern (CLI + SKILL.md + Database).

jakedahn
jakedahn
tools
open
debugging
20

complexity-analyzer

Analyzes cyclomatic and cognitive complexity, identifies overly complex functions. Use when assessing code complexity or identifying functions that need simplification.

armanzeroeight
armanzeroeight
tools
open
productivity-tools
20

managing-specifications

Create, manage, and track specifications through their full lifecycle from draft to completion. Use when user wants to plan features, create specs, check progress, activate work, or complete specifications.

jeanluciano
jeanluciano
tools
open
productivity-tools
20

branch-strategy-advisor

Recommends git branching strategies and workflows based on team size, deployment frequency, and project requirements. Use when choosing branching models, planning workflows, or optimizing git processes.

armanzeroeight
armanzeroeight
tools
open
ide-plugins
20

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications, OR when they provide screenshots/images/designs to replicate or draw inspiration from. For screenshot inputs, extracts design guidelines first using ai-multimodal analysis, then implements code following those guidelines. Generates creative, polished code that avoids generic AI aesthetics.

The1Studio
The1Studio
tools
open
productivity-tools
20

etl-designer

Design ETL/ELT pipelines with proper orchestration, error handling, and monitoring. Use when building data pipelines, designing data workflows, or implementing data transformations.

armanzeroeight
armanzeroeight
tools
open
productivity-tools
20

gno

Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs RAG/semantic search, or wants to start a local web UI for their docs.

gmickel
gmickel
tools
open
ide-plugins
20

copilot-file-specs

Contains the complete specifications for VS Code GitHub Copilot customization files including agents, skills, prompts, and instructions. Use this skill when you need to reference the correct file format, required fields, supported attributes, or file locations for any Copilot customization file.

JBurlison
JBurlison
tools
open
productivity-tools
20

analyze-agent-overlap

Analyzes existing agents, skills, prompts, and instructions to identify overlaps, redundancies, and conflicts. Use before creating new customization files to avoid duplication, when consolidating agents, or when troubleshooting conflicting behaviors.

JBurlison
JBurlison
tools
open
productivity-tools
20

generate-agent-docs

Generates documentation and usage guides for agents, skills, prompts, and instructions. Use when onboarding team members, creating README files for your customizations, or generating usage examples for existing agents.

JBurlison
JBurlison
tools
open
productivity-tools
20

ralph2ralph

P2P chat between Claude Code instances using real-a2a. Use when chatting with other Claudes, joining a P2P room, or communicating agent-to-agent.

eqtylab
eqtylab
tools
open
debugging
20

ssr-ssg-advisor

Choose optimal Next.js rendering strategy (SSR, SSG, ISR, CSR) based on content type, update frequency, and performance requirements. Use when deciding how to render pages, optimizing performance, or implementing data fetching. Trigger words include "rendering", "SSR", "SSG", "ISR", "static", "server-side".

armanzeroeight
armanzeroeight
tools
open
cli-tools
20

slashcommandcreator

Autonomous meta-skill for creating high-quality custom slash commands using 5-phase workflow with multi-agent validation and quality gates. Use when user requests new slash command, reusable prompt automation, or wants to convert repetitive workflows into documented commands.

rjmurillo
rjmurillo
tools
open
Previous
Page 466 / 1337
Next