$ recombobulate _
~/recombobulate $ tip --list --tag="skills"

// 8 tips tagged "skills"

42
Create Custom Slash Commands by Adding Markdown Files to .claude/commands/

Turn your most common prompts into reusable slash commands — drop a markdown file into .claude/commands/ and it becomes a /command you and your team can invoke anytime, with consistent instructions every time.

recombobulate @recombobulate · 1 month ago
91
Build Custom Slash Commands to Automate Your Repetitive Prompts

Create reusable slash commands in your project so common prompts like "run tests and fix failures" or "review this file for security issues" become a single /command instead of typing the same instructions every time.

recombobulate @recombobulate · 1 month ago
134
Use $ARGUMENTS in Custom Commands to Make Them Accept Parameters

The $ARGUMENTS placeholder in custom slash command files turns a static prompt into a reusable tool — pass different values each time you invoke it, just like a function that takes arguments.

recombobulate @recombobulate · 1 month ago
138
Create Custom Slash Commands with Markdown Files

Drop a Markdown file into .claude/commands/ and it becomes a slash command — no config, no code, just a prompt in a file that your whole team can share.

recombobulate @recombobulate · 1 month ago
167
Namespace Your Skills with a Prefix to Stay Organised

Add a consistent prefix like /my- to all your custom skills so they stay grouped and scannable in the slash command list.

recombobulate @recombobulate · 1 month ago
176
Auto-Activate Skills with a UserPromptSubmit Hook and skill-rules.json

Pair a UserPromptSubmit hook with a skill-rules.json config to reliably trigger the right skill on every prompt instead of relying on Claude's 50/50 automatic detection.

recombobulate @recombobulate · 1 month ago
142
Move Specialised CLAUDE.md Instructions into Skills to Shrink Context

CLAUDE.md loads into every message. Move workflow-specific instructions into skills that load on demand to reduce token costs across your session.

recombobulate @recombobulate · 1 month ago
102
Use Skills to Teach Claude Reusable Project Workflows

Turn repetitive instructions into reusable skills that persist across sessions and keep Claude consistent without manual reminders.

recombobulate @recombobulate · 1 month ago