rodrigorjsf

PRD Docs — Documentation skill for Claude Code

Documentation community

/prd-docs — Refresh Project Documentation.

How to install PRD Docs

Installs to ~/.claude/skills/rodrigorjsf-prd-generator-plugin-prd-docs/SKILL.md

Terminal
mkdir -p ~/.claude/skills/rodrigorjsf-prd-generator-plugin-prd-docs && curl -fsSL https://raw.githubusercontent.com/rodrigorjsf/prd-generator-plugin/HEAD/commands/prd-docs.md -o ~/.claude/skills/rodrigorjsf-prd-generator-plugin-prd-docs/SKILL.md

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

What PRD Docs does

/prd-docs — Refresh Project Documentation

Manually trigger the `project-docs` skill to update the `docs/` tree for the current project.

When to Use

  • After implementing a significant feature or refactor
  • When onboarding a new contributor and docs feel stale
  • When you want to force a full docs review
  • As a spot-check that documentation reflects current implementation

Execution

  1. Verify project context: Confirm docs/prd/PRD.md exists. If not, warn: *"No PRD foun

Alternatives in Documentation

Full documentation available on GitHub

View Source Repository