Files
batch-prompts/prompts/.claude/skills/list/SKILL.md
2026-01-10 16:58:15 +08:00

13 lines
334 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
name: 列出前20个storage的文件名
description: 读取storage存储的列表并列出前20个文件名
allowed-tools: Read, Bash
---
执行技能时,在项目根目录运行以下命令:
```bash
bun .claude/skills/list/scripts/list.ts
```
脚本会读取 `storage` 目录下的文件并输出前20个文件名。