ワンクリックで
jwr-readme-header
Updates README headers to match a standard format, including project name, description, badges, and logo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Updates README headers to match a standard format, including project name, description, badges, and logo.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Updates project dependencies for npm and Go ecosystems, runs audits and tests, and reports issues for manual review. Use when the user asks to update dependencies, bump packages, run npm-check-updates, refresh go.mod, or perform routine dependency maintenance. Never commits or pushes.
Expose llms.txt, /openapi, and /mcp endpoints so LLMs and AI agents can discover and integrate with a web service. Use when adding AI/agent discovery surfaces, MCP server integration, OpenAPI exposure, llms.txt, AGENTS.md, or mcp-go setup to a Go (Connect/gRPC) or similar HTTP service.
This skill defines a standard architecture for a services (jwr-soa-2.0 - ie, version 2.0 for the jwr organisation). This architecture includes guidelines for coding style, test-driven development, project layout, repo health, frontend and backend development, protocol design, and testing. The goal of this skill is to provide a consistent and maintainable structure for web service projects within the jwr organisation.
Fetch private GitHub Security Advisories (GHSA) for this repo using GitHub
Git add, commit and push in one command
This is a simple testing skill.
| name | jwr-readme-header |
| description | Updates README headers to match a standard format, including project name, description, badges, and logo. |
Ensure that the README file has a consistent header format that includes the project logo, name, description, and relevant badges. The header should be centered and visually appealing to provide a clear introduction to the project.
If logo.svg is not present in the repository at the root, check if there is a logo.svg file in a subdirectory (eg: frontend/assets/logo.svg) and copy that file to the root of the repository. If no logo.svg file is found, create a simple placeholder logo (e.g., a colored square with the project initials) and save it as logo.svg in the root of the repository.
This is a template for the README header with a project called OliveTin:
<div align = "center">
<img alt = "project logo" src = "logo.svg" width = "128" />
<h1>OliveTin</h1>
OliveTin gives **safe** and **simple** access to predefined shell commands from a web interface.
[](#none)
[](https://discord.gg/jhYWWpNJ3v)
[](https://github.com/awesome-selfhosted/awesome-selfhosted#automation)
[](https://goreportcard.com/report/github.com/OliveTin/OliveTin)
</div>
The remainder of the README should be left unchanged. Only update the header section as described above.
The example above shows "OliveTin", but the project name should be updated to match the actual project name. The description should also be updated to match the actual project description. The badges should be updated to reflect the actual badges for the project.
Badges that are not relevant to the project should be removed. If there are relevant badges that are not included in the template, they should be added to the header.