readme-platform

Solid

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

AI & Automation 1,160 stars 71 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: directory: ./changelogs docs: directory: ./docs categories: - slug: getting-started title: Getting Started - slug: api-reference title: API Reference - slug: guides title: Guides ``` ## Sync OpenAPI Spec ### Using rdme CLI ```bash # Login to ReadMe rdme ...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Data & Documents Listed

cli-forge-readme

Use this skill whenever the user wants to create, improve, audit, or rewrite a README.md file for any project. Triggers include: 'readme', 'README', 'documentation for my project', 'write a readme', 'improve my readme', 'project landing page', or any request to document a codebase, library, CLI tool, infrastructure project, or research repo. Also triggers when the user asks to 'make my project more accessible', 'add a getting started guide', or wants badges, installation instructions, or contributing guidelines. Use this skill even when the user just says 'document this' or 'make this repo presentable'. Do NOT use for API reference docs generation, full documentation sites (mdbook, docusaurus), or man pages.

4 Updated yesterday
Destynova2
AI & Automation Listed

general-readme-skill

Use when generating or improving README.md for any project. Trigger on /readme, "generate readme", "write readme", "create project documentation", "更新README", "帮我写 README".

3 Updated today
KieranGao
AI & Automation Solid

readme-generator

Generate readme generator operations. Auto-activating skill for Technical Documentation. Triggers on: readme generator, readme generator Part of the Technical Documentation skill category. Use when working with readme generator functionality. Trigger with phrases like "readme generator", "readme generator", "readme".

2,274 Updated today
jeremylongshore
AI & Automation Listed

standard-readme

Write or audit README files following the Standard Readme specification (github.com/RichardLitt/standard-readme). Use this skill whenever the user asks to create, write, rewrite, improve, audit, or fix a README - even if they don't mention "standard readme" explicitly. Also trigger when the user says "add a README", "write docs for this repo", "check my README", or anything about README quality or structure.

29 Updated 6 days ago
tenequm
Data & Documents Listed

create-readme

Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans ./ directory files and creates a README.md file for the project. Only used when creating a new repository. or when the README.md file is missing.

2 Updated 1 weeks ago
tuliosousapro