# Docs Ops Demo Docs Automation

> Use when running docs automation workflows for docs-ops-demo.

- Skill: `guorunjie/docs-ops-demo-docs-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guorunjie/docs-ops-demo-docs-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guorunjie/docs-ops-demo-docs-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: guorunjie (https://skillmd.com/u/guorunjie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guorunjie/docs-ops-demo-docs-automation

---


# docs-ops-demo-docs-automation

Generated from `skillpack.yaml` by Skillpack Forge.

## Project
Documentation automation workflows for keeping project docs current.

## Workflow
- Scan README, docs, package metadata, and generated agent files
- Identify missing, stale, or duplicated documentation
- Update the smallest useful set of docs
- Run doc-related checks or explain why none exist

## Commands
- install: `npm install`
- test: `npm test`
- docs: `npm run docs`
- docs:check: `npm run docs:check`

## Principles
- Prefer source-of-truth files over stale summaries
- Keep generated documentation concise and easy to review
- Link commands, files, and examples that readers can verify

