A documentation page — inline-start nav, scrollable article body, inline-end table of contents. Use when the brief mentions "docs", "documentation", "guide", "API reference", or "tutorial".
yao-doc
yao-doc is an open-source docs skill for Claude Code and compatible agents, published by YaoApp. Its author describes it as: “Yao process documentation expert. ALWAYS invoke this skill when the user needs to discover available processes, read process signatures, or validate process names. Do not guess process APIs — use this skill first.”. The project has 7.7k stars on GitHub and ships custom license terms, so review them before reuse. Add it to your setup with `git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-doc`.
What yao-doc does
Three tools for browsing Yao process documentation, called via bash.
Installation
Add yao-doc to your agent with:
git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-doc Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for yao-doc is organised into these sections:
- doclist
- docinspect
- docvalidate
- Workflow
- Guidelines
When to use it
Reach for yao-doc when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Ships in YaoApp/yao, an established project with 7,686 GitHub stars
- Actively maintained (recent commits)
Things to check
- No license declared — confirm terms with the author before reuse
Topics
Frequently asked questions
- What does yao-doc do?
- Yao process documentation expert. ALWAYS invoke this skill when the user needs to discover available processes, read process signatures, or validate process names. Do not guess process APIs — use this skill first.
- How do I install yao-doc?
- Run git clone https://github.com/YaoApp/yao ~/.claude/skills/yao-doc in your agent, then reload your skills. Review the source at https://github.com/YaoApp/yao before installing.
- Is yao-doc free to use?
- yao-doc is publicly available on GitHub, but YaoApp has not declared a standard open-source license (Other). Confirm the terms with the author before reusing it.
- Where does yao-doc come from?
- yao-doc ships inside YaoApp/yao, a repository that contains 11 catalogued skills in total. The repository's 7,686 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Docs →三栏文档页: 侧导航 + 正文 + 右 TOC
Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.
This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent instructions concise. Enforces research-backed best practices for minimal, high-signal agent documentation.
Automated Cherry Studio review for local branches, PRs, commits, files, architecture docs, and repository skills. Use for code or documentation reviews that need project-specific naming, main/renderer/shared placement and dependency rules, IpcApi and DataApi boundaries, lifecycle/service ownership, renderer hooks, React/UI conventions, and tests. Supports single-agent review with interactive fix selection or multi-agent reviewer-verifier review with risk-based auto-fix. To diagnose gaps in the skill after a review session, run `/gh-pr-review diag`.