Docs ops demo docs automation
One manifest for every AI coding agent: generate AGENTS.md, CLAUDE.md, Claude/Codex Skills, Cursor rules, Copilot instructions, MCP resources, and MCPB bundles.
npx -y skills add guorunjie/skillpack-forge --skill docs-ops-demo-docs-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when running docs automation workflows for docs-ops-demo.
SKILL.md
0.8 KB, as published. Nobody here has run it
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