🛠️

CLI Tools

2516 skills in Tools > CLI Tools

markdowntown-cli

Repo workflow for markdowntown-cli development and scans.

joelklabo/markdowntown-cli
0
0
Mis Ă  jour 1w ago

shell-scripting

Marketplace

Generate POSIX shell scripts following UNIX programming principles and a rigorous coding style. Use when: (1) creating or updating shell scripts; (2) when working on .sh files; (3) when working on files with #!/bin/sh shebang lines. Do not use when: (1) asked to create a Bash script.

SuperScript/scrip
0
0
Mis Ă  jour 1w ago

global-validation

Implement comprehensive validation using Zod schemas for type-safe validation on both client and server, with server-side validation as the security boundary (never trust client input). Use this skill when validating user inputs, creating API endpoints that accept data, implementing forms, defining data schemas, validating file uploads, creating validation middleware, implementing Firestore security rules or Supabase RLS, or writing validation rules for any user-provided data. Apply when working on API route handlers, form components with React Hook Form, validation middleware, Zod schema definitions (schemas/*.ts, validation/*.ts), Firestore security rules (firestore.rules), Supabase RLS policies, or any code that accepts external input. This skill ensures server-side validation always (client-side is for UX only), Zod for schema validation with TypeScript type inference (z.infer<typeof schema>), validation middleware factory for Express/Bun APIs, React Hook Form + zodResolver for forms, user-friendly error

majiayu000/claude-skill-registry
0
0
Mis Ă  jour 1w ago

gemini-cli

Use the Google Gemini CLI to get a second opinion on code, architecture, and UI/UX work. Trigger when a user asks to consult Gemini, wants an external critique, or requests UI feedback, design alternatives, or code review via the Gemini CLI.

bedecarroll/dotfiles
0
0
Mis Ă  jour 1w ago

360-client-portfolio-builder

Create professional, editorially sophisticated portfolio HTML pages for 360 Social Impact Studios client ventures using Vianeo business validation sprint data

therealchandlerbing/claude-usecases
0
2
Mis Ă  jour 1w ago

shelby-sdk-developer

Expert in Shelby Protocol TypeScript SDK for decentralized storage on Aptos. Helps with blob uploads/downloads, session management, micropayment channels, multipart uploads, and SDK integration for Node.js and browser environments. Triggers on keywords ShelbyNodeClient, ShelbyClient, @shelby-protocol/sdk, Shelby SDK, decentralized blob storage, Shelby upload, Shelby download, Shelby session.

gounthar/bazel-riscv
0
0
Mis Ă  jour 1w ago

fvtt-sockets

Marketplace

This skill should be used when implementing multiplayer synchronization, using game.socket.emit/on, creating executeAsGM patterns for privileged operations, broadcasting events between clients, or avoiding common pitfalls like race conditions and duplicate execution.

ImproperSubset/hh-agentics
0
0
Mis Ă  jour 1w ago

dag-execution

Marketplace

This skill should be used when the user asks about "DAG execution", "directed acyclic graph", "task dependencies", "parallel task execution", "topological sort", "level-based execution", "dependency resolution", or needs guidance on executing tasks with dependencies efficiently.

Lobbi-Docs/claude
0
0
Mis Ă  jour 1w ago

prompt-enhancer

Enhance and refine prompts for AI coding agents using Chain-of-Thought reasoning. Use when user asks to improve, optimize, rewrite, or enhance a prompt. Transforms vague requests into structured, high-context instructions for Codex, Claude Code, or Gemini CLI.

xrf-9527/prompt-enhancer
0
1
Mis Ă  jour 1w ago

commands-frontmatter-adapter

Parse Claude command frontmatter and expose body/meta for Codex CLI.

hairihou/dotfiles
0
0
Mis Ă  jour 1w ago

building-langgraph-agents

Marketplace

LangGraph development for stateful multi-agent applications, cyclic workflows, conditional routing, human-in-the-loop patterns, and persistent state management. Use for complex AI orchestration, agent coordination, and production-grade agentic systems.

FortiumPartners/ensemble
0
1
Mis Ă  jour 1w ago

fork-bash-skill

Execute agentic coding tools directly via bash commands with output capture. Use this when the user requests to run AI agents (Gemini, Claude Code, etc.) and get their results directly.

rhayalcantara/evaluacionesEmpleadosdocker
0
0
Mis Ă  jour 1w ago

mcp2cli

Convert MCP servers into standalone Bash-invokable scripts. Use when user wants to make an MCP server usable as bash commands, convert MCP to CLI, or wrap MCP tools for agent use.

nicobailon/mcp2cli-plugin
0
0
Mis Ă  jour 1w ago

frontend-verification-testing

Verify and test Angular 18 frontend changes using Chrome DevTools MCP. Automatically check console errors, network requests, and visual rendering after implementing tasks or when fixing UI bugs. Use when creating components, debugging visual issues, validating API integration, or ensuring UI requirements are met. File types: .ts, .html, .css, .scss

kojder/photo-map-app
0
0
Mis Ă  jour 1w ago

debugging-react-native

Use PROACTIVELY when debugging React Native apps. Reads console logs and executes JavaScript in running apps via Metro bundler. Invoke for: app crashes, state inspection, API debugging, error investigation, or running diagnostic code. Requires Metro running (port 8081).

mikekelly/debugging-react-native•Python
0
0
Mis Ă  jour 1w ago

claude-agent-sdk

Development guide for Claude Agent SDK integration in IPA Platform.Use when:- Building autonomous AI agents with Claude- Implementing agents that need to make independent decisions- Creating agents with tool usage, MCP integration, or subagent delegation- Integrating Claude SDK with existing Microsoft Agent Framework- Working with code in backend/src/integrations/claude_sdk/Provides: query(), ClaudeSDKClient, built-in tools, hooks, MCP, subagents patterns.

majiayu000/claude-skill-registry
0
0
Mis Ă  jour 1w ago

solarwinds-logs

Search and analyze DealerVision production logs via SolarWinds Observability API. Use when investigating errors, debugging issues, checking system health, or when the user mentions logs, SolarWinds, production errors, or system monitoring. Requires the `logs` CLI tool to be installed.

majiayu000/claude-skill-registry
0
0
Mis Ă  jour 1w ago

memory

Persistent knowledge storage using basic-memory CLI. Use to save notes, search memories semantically, and build context for topics across sessions.

majiayu000/claude-skill-registry
0
0
Mis Ă  jour 1w ago

seclists-usernames-curated

Marketplace

Top username lists for enumeration: common usernames, default credentials, names. Curated essentials for authorized testing.

Eyadkelleh/awesome-claude-skills-security
0
0
Mis Ă  jour 1w ago

learning-path-patterns

Comprehensive guide to Learning Path patterns for the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers the conceptual difference between Study Areas (courses) and Proposed Paths (sequences of courses), data modeling, UI/UX patterns, and implementation guidelines.Learn how to structure Learning Paths correctly: a Proposed Path is NOT a container of loose flashcards, but a curated sequence of Study Areas (courses). Each path references existing courses with metadata like order, availability status, and estimated hours.Real-world examples are taken from the Hub MVP implementation (US-044), including caminhoExemploData.js, HubView.jsx, and LearningPathView.jsx. The skill demonstrates the reference pattern used for "Desenvolvedor Backend" path that sequences Bash, Linux, Docker, and DevOps courses.Key topics include data schema design (cursos array with ordem, areaId, disponivel flags), computed properties (getters for statistics), navigation patterns (path -> course

joaopelegrino/app-controle
0
0
Mis Ă  jour 1w ago