2.3 Commands -- jak spustit automatizaci
Commands: Jak spustit automatizaci
Lekce 2.3 — Premena skills na akce jednim klikem
Skills teach Claude what to do — but how do you actually start a workflow? That is where commands come in. A command is a simple trigger that tells Claude to execute a specific skill right now.
Co je command?
A command is a keyword or phrase — often prefixed with a slash — that Claude recognizes as a trigger. When you type /create-lead, Claude knows to load the CRM skill and start the lead creation workflow.
Primo klicove slovo
Napisete slash command jako /create-lead a Claude okamzite vi, ktery skill spustit.
Frontmatter trigger
Kazdy command soubor ma metadata popisujici, kdy a jak se ma aktivovat.
Automaticka detekce
Claude muze rozpoznat situaci a navrhnout spravny command na zaklade kontextu.
Jak commands funguji
--- name: create-lead description: Vytvoreni noveho CRM leadu z info o firme steps: - Prozkoumejte firemni web - Extrahujte kontaktni informace - Vytvorte lead v Odoo CRM --- Nasledujte CRM skill pro vytvoreni noveho leadu.
The frontmatter defines the command name and description. When Claude sees /create-lead, it reads this file and follows the instructions inside — which typically reference a skill.
Tri typy triggeru
Slash commands
Uzivatel napise /nazev-commandu explicitne. Jasne, zamerne, predvidatelne.
Trigerry klicovym slovem
Claude detekuje klicove slovo nebo frazi v konverzaci a navrhne relevantni command.
Kontextove triggery
Claude rozpozna situaci — napriklad vlozite URL firmy — a nabidne spusteni prospecting commandu.
Commands jsou tlacitka
Predstavte si commands jako tlacitka pro vas workflow. Skills jsou motor, commands jsou klicek zapalovani. Jedno kliknuti pro spusteni slozite automatizace.
Klicovy poznatek
Commands premostuji mezeru mezi skills a akci. Davaji vam jednoduchy, opakovatelny zpusob jak spoustet slozite workflow — meni Claude ze znalostni baze na automatizacni nastroj.
Momentálně nejsou žádné komentáře.