From claude-code-feedback
File a documentation issue against anthropics/claude-code — missing docs, outdated docs, incorrect docs, or docs improvements. Use when the user says "the docs are wrong", "can't find docs for X", "the docs contradict the behavior", or similar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-feedback:feedback-docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
For complaints about Anthropic's Claude Code documentation: wrong, missing, outdated, unclear, or contradictory. Target repo: **anthropics/claude-code**.
For complaints about Anthropic's Claude Code documentation: wrong, missing, outdated, unclear, or contradictory. Target repo: anthropics/claude-code.
Always fetch the live template; never assume the field list.
LIVE_URL="https://raw.githubusercontent.com/anthropics/claude-code/main/.github/ISSUE_TEMPLATE/documentation.yml"
CACHE="${CLAUDE_PLUGIN_ROOT:-$(dirname "$0")/../..}/skills/docs/templates/documentation.yml"
TEMPLATE="$(mktemp --suffix=.yml)"
curl -fsSL "$LIVE_URL" -o "$TEMPLATE" || cp "$CACHE" "$TEMPLATE"
Same mechanics as the bug skill. See that skill's SKILL.md for the full field-rendering table and submission pattern.
Specific to docs reports:
gh search issues --repo anthropics/claude-code --label "documentation" "$KEYWORDS".Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Guides Payload CMS config (payload.config.ts), collections, fields, hooks, access control, APIs. Debugs validation errors, security, relationships, queries, transactions, hook behavior.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-code-feedback