Content Preview
# Task Find Command Search and locate tasks across all orchestrations using various criteria. ## Usage ``` /task-find [search-term] [options] ``` ## Description Powerful search functionality to quickly locate tasks by ID, content, status, dependencies, or any other criteria. Supports regex, fuzzy matching, and complex queries. ## Basic Search ### By Task ID ``` /task-find TASK-001 /task-find TASK-* ``` ### By Title/Content ``` /task-find "authentication" /task-find "payment processing" `
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/find.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/orchestration/find.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/qdhenry/Claude-Command-SuiteThen reference at .claude/commands/orchestration/find.md
Related Skills
find-bugs
Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit code on the current branch.
securityfindbugs
by sickn33 (Antigravity) · antigravity-awesome-skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
linux-commands-guide
This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain.
linux-commands-guidelinuxcommandsguide
by jeremylongshore · plugins-plus-skills
ralph-loop/help
"Explain Ralph Loop plugin and available commands"
commandcommandralph-loophelp
by Anthropic · anthropic-official-plugins