Toolverse
All skills

writing-slash-commands

by CaptainCrouton89

Create and use custom slash commands to automate Claude Code workflows. Learn argument passing, frontmatter configuration, bash integration, and file references for building reusable prompts.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Data Science
Views
1

About this skill

Create and use custom slash commands to automate Claude Code workflows. Learn argument passing, frontmatter configuration, bash integration, and file references for building reusable prompts.

How to use

  1. Utwórz katalog dla swoich poleceń. Dla poleceń dostępnych w całych projektach uruchom mkdir -p ~/.claude/commands, a dla poleceń ograniczonych do bieżącego projektu użyj mkdir -p .claude/commands.

  2. Stwórz plik polecenia w formacie Markdown. Przykład: utwórz plik .claude/commands/optimize.md z zawartością zawierającą opis zadania, np. "Analyze this code for performance issues:".

  3. Dodaj metadane frontmatter do pliku polecenia. Na początku pliku umieść blok YAML z polami description (opis polecenia) i opcjonalnie argument-hint (wskazówka dotycząca oczekiwanych argumentów).

  4. Użyj zmiennej $ARGUMENTS w treści polecenia, aby wstawić wszystkie argumenty przekazane przez użytkownika. Na przykład polecenie /optimize $ARGUMENTS zastąpi $ARGUMENTS wartościami podanymi przy wywołaniu.

  5. Wywołaj polecenie w Claude Code, wpisując /nazwa-polecenia wraz z wymaganymi argumentami. System automatycznie wyszuka plik polecenia i zastosuje przekazane parametry.

  6. Organizuj polecenia w podkatalogach dla lepszego porządku — na przykład .claude/commands/frontend/component.md będzie dostępne jako /component i będzie oznaczone jako polecenie z grupy "frontend".

Related skills

threejs

by mrgoonie

Build 3D web apps with Three.js (WebGL/WebGPU). Use for 3D scenes, animations, custom shaders, PBR materials, VR/XR experiences, games, data visualizations, product configurators.

Data Science
1743

pdf

by anthropics

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Data Science
31144

claude-automation-recommender

by anthropics

Analyze a codebase and recommend Claude Code automations (hooks, subagents, skills, plugins, MCP servers). Use when user asks for automation recommendations, wants to optimize their Claude Code setup, mentions improving Claude Code workflows, asks how to first set up Claude Code

Data Science
1787

market-analysis

by xbklairith

Use when analyzing markets or interpreting charts - applies technical indicators (RSI, MACD, Moving Averages), identifies support/resistance, analyzes multi-timeframe trends, checks fundamentals and sentiment. Activates when user says \

Data Science
29144

prompt-optimizer

by solatis

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

Data Science
15109

last30days

by sickn33

Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.

Data Science
2148