--- name: file-search description: Searches for files by name, extension, size, or content using powerful system tools like grep or find. allowed-tools: bash --- # File Search Skill Use this skill to recursively search for files or file contents within a specified directory. ## Workflow 1. Identify the user's search criteria: - By name/extension pattern (e.g., "*.md") - By content (e.g., "contains the word 'auth'") - By metadata (e.g., "modified in the last 7 days", "larger than 10MB") 2. Formulate the appropriate `bash` command: - Use `find