원클릭으로
wip-readme-format
Reformat any repo's README to follow the WIP Computer standard.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reformat any repo's README to follow the WIP Computer standard.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Complete DevOps toolkit for AI-assisted software development. Release pipeline, license compliance, copyright enforcement, repo visibility guard, identity file protection, manifest reconciler, and best practices. All core tools are agent-callable via MCP.
Private-to-public repo sync. Copies everything except ai/ to the public mirror. Creates PR, merges, syncs releases.
PreToolUse hook that enforces branch discipline, blocks destructive commands, requires repo onboarding before first write, tracks blocked-file retries, and gates PR creation against external repos. Read when: a tool call was denied by the guard, or you're about to make the first write in a new repo, or an agent is setting up a new Claude Code / OpenClaw install.
Hook that blocks destructive edits to protected identity files. For Claude Code CLI and OpenClaw.
One-command release pipeline. Bumps version, updates changelog + SKILL.md, publishes to npm + GitHub.
Repo manifest reconciler. Makes repos-manifest.json the single source of truth for repo organization.
| name | wip-readme-format |
| description | Reformat any repo's README to follow the WIP Computer standard. |
| license | MIT |
| interface | ["cli","skill"] |
| metadata | {"display-name":"README Formatter","version":"1.0.0","homepage":"https://github.com/wipcomputer/wip-ai-devops-toolbox","author":"Parker Todd Brooks","category":"repo-management","capabilities":["readme-generation","readme-validation","section-staging"],"requires":{"bins":["node"]},"openclaw":{"requires":{"bins":["node"]},"install":[{"id":"node","kind":"node","package":"@wipcomputer/wip-readme-format","bins":["wip-readme-format"],"label":"Install via npm"}],"emoji":"📝"}} |
| compatibility | Requires node. Node.js 18+. |
Reformats a repo's README to follow the WIP Computer standard. Agent-first, human-readable.
wip-readme-format /path/to/repo # rewrite README.md
wip-readme-format /path/to/repo --dry-run # preview without writing
wip-readme-format /path/to/repo --check # validate, exit 0/1
[badges]
# Tool Name
Tagline.
## Teach Your AI to [verb]
[onboarding prompt block]
## Features
[feature list]
## Interface Coverage (toolbox only)
[auto-generated table]
## More Info
- Technical Documentation ... link
- Universal Interface Spec ... link
## License
[standard block]
CLI, Skill