ワンクリックで
readmecreate
Write a README.md for a directory with sections for structure, files, and executable descriptions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Write a README.md for a directory with sections for structure, files, and executable descriptions
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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
Replace "from X import Y" style imports with "import X" and update usages throughout a file
Fix function call sites to pass positional args by position and assign constants to intermediate variables
Identify functions not called externally and rename them with a leading underscore to make them private
| 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