Создание slash-команд для Cursor
★ 8.0 · vibe-coding
creating-cursor-commands is a Claude Code skill that guides you through creating and improving Cursor slash commands, covering the `.cursor/commands/*.md` file format, naming conventions, and common mistakes. Cursor commands are plain Markdown files with no frontmatter — the kebab-case filename becomes the command name invoked as `/command-name` in chat. The skill includes JSON schema validation (cursor-command.schema.json), concrete instruction examples, and structural best practices: specific step-by-step guidance, clear output format expectations, and a single-task focus per command. It's the right tool for developers who want to write effective AI assistant commands in Cursor or convert existing prompts into slash commands.