Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Find files by glob pattern recursively. Results sorted by modification time (newest first). Auto-skips .git, node_modules and other common ignore directories.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | -75% | 0% |
| case-10 | ✗→✓ | ▲ Improved | -78% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -63% | 0% |
| case-01 | ✓→✗ | ▼ Worse | -65% | 0% |
按文件名模式递归搜索文件。
| 参数 | 类型 | 必填 | 说明 | |-----|------|-----|------| | pattern | string | 是 | Glob 模式(如 ".py"、"/test_.ts") | | path | string | 否 | 搜索根目录(默认当前目录) |
查找所有 Python 文件:
json{"pattern": "*.py"}
查找测试文件:
json{ "pattern": "test_*.py", "path": "tests/" }
查找配置文件:
json{"pattern": "*config*"}
**/ 开头的 pattern 会自动加 **/ 前缀进行递归搜索grep: 按内容搜索文件list-directory: 列出目录内容read-file: 读取找到的文件Other measured skills in the registry, with their headline benchmark lift.