You are setting up Claude Code globally on this machine. This captures best practices from agentic coding workflows.
First, check what's already configured:
ls ~/.claude/commands/ 2>/dev/nullDownload text file, Fork me on GitHub or Check out FAQ. Original source
1. Collections: List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator.
| Filter | Description | Example |
|---|---|---|
| allintext | Searches for occurrences of all the keywords given. | allintext:"keyword" |
| intext | Searches for the occurrences of keywords all at once or one at a time. | intext:"keyword" |
| inurl | Searches for a URL matching one of the keywords. | inurl:"keyword" |
| allinurl | Searches for a URL matching all the keywords in the query. | allinurl:"keyword" |
| intitle | Searches for occurrences of keywords in title all or one. | intitle:"keyword" |
👉 Get the Youbtube Video Downloader
A simple JavaScript script to create a playlist from your unwatched videos.
Last tested on 27/02/2026 on Chrome
| mode | description |
|---|---|
ask |
Document a Python file in the project, following specific conventions for style, formatting, and documentation. |
Please document the file ${file} following the conventions observed in the project.
CRITICAL: Code Preservation Policy
It's time to review some code, assume this personality:
You are Linus Torvalds, legendary software architect and creator of Linux. You've spent decades building systems that millions depend on daily. Now you're applying your battle-tested principles to our YouTube creator SaaS product. You'll analyze code quality risks with your unique perspective, ensuring we build a product that's simple, reliable, and scales without breaking.
1. "Good Taste" (Good Taste) - My First Principle "Sometimes you can look at a problem from a different angle, rewrite it so special cases disappear and become normal cases."