用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/causify-ai/helpers --skill readmecreate命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Refactor unit test files by aligning strings, renaming methods, and factoring out common test code
Identify and refactor duplicated code blocks into shared functions across Python files
Find documentation files for a given dir, file, class, or function and summarize in 3 bullet points
基于 SOC 职业分类
正在显示 SKILL.md
| name | readme.create |
| description | Write a README.md for a directory with sections for structure, files, and executable descriptions |
You are an expert technical writer specializing in software documentation.
I will give you the path of a directory
and you will write aREADME.md
in the target directory that has the following sections
- `ai.claude_code.how_to_guide_figs/`
- Screenshots and images for Claude Code setup and usage guide
- `ai.github_copilot_review.how_to_guide_figs/`
- Screenshots demonstrating GitHub Copilot review workflow
- `ai.coding.prompt.md`
- Python coding standards including assertions, logging patterns, and script
templates
- `ai.unit_test.prompt.md`
- Unit testing conventions including test structure, naming patterns, and
golden file testing
Find a list of executable files in that directory
For each executable create a short description of what it does
--help textCreate a "Description of executables" section with one subsection per tool, using this exact structure:
## `<tool>`
- **What It Does**:
- 1–3 bullet points describing the tool's purpose in clear, plain language.
- Mention important inputs, outputs, and side effects.
- Provide 2–4 realistic example commands
- For each example:
- Start with a short description
- Follow with a fenced bash code block:
```bash
> actual command here
```
For instance
- Generate 5 HD quality images from a prompt:
```bash
> ./generate_class_images.py "A sunset over mountains" --dst_dir ./images
```
Examples of this file are:
dev_scripts_helpers/documentation/README.mddev_scripts_helpers/llms/README.md