Agent skill · Backend & API

readme-platform

ReadMe.com platform integration for API documentation. Sync OpenAPI specs, manage versions, configure API reference settings, automate changelogs, and integrate with metrics dashboards.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill readme-platform --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/technical-documentation/skills/readme-platform/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ReadMe Platform Skill ReadMe.com platform integration for API documentation. ## Capabilities - Sync OpenAPI specs to ReadMe - Manage documentation versions - Configure API reference settings - Custom page management - Changelog automation - API metrics dashboard integration - Recipe/tutorial creation - Webhook and automation setup ## Usage Invoke this skill when you need to: - Deploy API documentation to ReadMe - Sync OpenAPI specifications - Manage versioned documentation - Configure API Explorer settings - Set up changelog automation ## Inputs | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | action | string | Yes | sync, version, page, changelog, metrics | | apiKey | string | Yes | ReadMe API key | | specPath | string | No | Path to OpenAPI spec | | version | string | No | Documentation version | | projectId | string | No | ReadMe project ID | ### Input Example ```json { "action": "sync", "apiKey": "${README_API_KEY}", "specPath": "./api/openapi.yaml", "version": "1.0" } ``` ## ReadMe CLI Configuration ### .readme.yml ```yaml # ReadMe CLI configuration version: "1.0" api: definition: ./api/openapi.yaml name: My API changelogs: direct

What's inside
Steps it walks through
  1. Capabilities
  2. Usage
  3. Inputs
  4. Input Example
  5. ReadMe CLI Configuration
  6. .readme.yml
  7. Sync OpenAPI Spec
  8. Using rdme CLI
  9. CI/CD Integration
  10. Version Management
  11. Create Version
  12. Version Configuration
  13. Custom Pages
  14. Page Creation
Ships with 1 file
  • README.md
Commands it runs
Login to ReadMe
rdme login
Sync OpenAPI spec
rdme openapi ./api/openapi.yaml --version=1.0
Sync with specific ID
rdme openapi ./api/openapi.yaml --id=abc123
Validate before syncing
rdme openapi:validate ./api/openapi.yaml
Create new version
rdme versions:create 2.0 --fork=1.0
More from babysitter
All skills →
About this skill
What does the readme-platform skill do?

ReadMe.com platform integration for API documentation. Sync OpenAPI specs, manage versions, configure API reference settings, automate changelogs, and integrate with metrics dashboards.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill readme-platform --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going