Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@wipcomputer/wip-readme-format

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wipcomputer/wip-readme-format

Reformat any repo's README to follow the WIP Computer standard. Agent-first, human-readable.

latest
Source
npmnpm
Version
1.9.69
Version published
Maintainers
1
Created
Source
WIP Computer

README Formatter

Generate or validate READMEs that follow the WIP Computer standard. Badges, title, tagline, "Teach Your AI" block, features, interface coverage table, license.

What it does

  • Generates separate section files (README-init-badges.md, README-init-features.md, etc.) so you can edit any section independently
  • Deploy assembles them into the final README
  • Same pattern as release notes: staging, review, deploy
  • Validates existing READMEs against the standard

Templates

All standard content lives in ai/wip-templates/readme/. Edit the templates, every tool picks up the changes. No code changes needed.

TemplateWhat it is
wip-lic-footer.mdLicense section (plain text + markdown formats)
cla.mdContributor License Agreement
LICENSE.mdFull dual MIT+AGPLv3 LICENSE file
prompt.mdStandard "Teach your AI" install prompt template

Both wip-readme-format and wip-license-guard read from these templates at runtime.

Usage

# Generate section files for review
node tools/wip-readme-format/format.mjs /path/to/repo

# Assemble sections into final README
node tools/wip-readme-format/format.mjs /path/to/repo --deploy

# Preview without writing
node tools/wip-readme-format/format.mjs /path/to/repo --dry-run

Requirements

  • node (18+)

Interfaces

  • CLI: Command-line tool
  • Skill: SKILL.md for agent instructions

Part of AI DevOps Toolbox

FAQs

Package last updated on 28 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts