railima

Render Doc — Documentation skill for Claude Code

Documentation community

Invoke the render-doc skill.

How to install Render Doc

Installs to ~/.claude/skills/railima-claude-personal-skills-render-doc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/railima-claude-personal-skills-render-doc && curl -fsSL https://raw.githubusercontent.com/railima/claude-personal-skills/HEAD/commands/render-doc.md -o ~/.claude/skills/railima-claude-personal-skills-render-doc/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Render Doc does

Invoke the `render-doc` skill. Pass through any arguments the user supplied — if they typed `/render-doc `, that path is the explicit argument; if they typed `/render-doc` with no args, the skill should run in context-aware mode.

Use the `Skill` tool with `skill: render-doc` and `args: `.

Alternatives in Documentation

  • Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
  • Translate Doc Zh — Translate English documentation to Chinese 5.7k ★
  • Question — Answer the user's question by analyzing the project structure and documentation 3.4k ★

Full documentation available on GitHub

View Source Repository