feat: add recce-docs-guide local skill and update CLAUDE.md#94
feat: add recce-docs-guide local skill and update CLAUDE.md#94kentwelcome wants to merge 4 commits intomainfrom
Conversation
- Create .claude/skills/recce-docs-guide.md with pre-flight plugin check, scope-based routing (lightweight vs full), and MkDocs conventions - Update CLAUDE.md file structure table and replace Knowledge Base section with Plugin Dependency section for recce-team plugin - Add .claude/superpowers/ and .claude/settings.local.json to .gitignore Resolves GTM-536 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds a repo-local Claude Code skill to standardize documentation work for this MkDocs site, updates contributor guidance, and ignores local Claude config artifacts.
Changes:
- Add
.claude/skills/recce-docs-guide.mdto define MkDocs-specific documentation conventions and a plugin pre-flight check. - Update
CLAUDE.mdfile structure table and add arecce-teamplugin dependency/install section. - Update
.gitignoreto ignore local Claude Code state/config files.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
CLAUDE.md |
Updates repo documentation guidance and adds plugin installation instructions. |
.gitignore |
Ignores local-only Claude Code files/directories to avoid repo churn. |
.claude/skills/recce-docs-guide.md |
Introduces a local skill defining docs workflows and MkDocs formatting conventions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Fix "single-environment mode" → "single-source mode" (avoid "environment" per terminology guide) - Remove duplicated single-source mode note (state details once) - Fix "Next Steps" → "Next steps" (sentence case for H2) - Tighten feature list sentence in claude-plugin.md for readability - Clarify tool grouping description in mcp-server.md Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Configures Copilot to enforce Recce terminology, voice, MkDocs formatting, and content strategy when reviewing documentation PRs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Fix drafting location: use docs/ directly, not non-existent drafts/ folder - Fix image path: show both relative paths (subdirectory and top-level pages) - Update copilot-instructions.md to match Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ijac13
left a comment
There was a problem hiding this comment.
I used to use recce-team to write the doc and then create a PR in recce-docs.
Do we need to have Claude here? I want to keep single source of truth about the voice, context, format..etc.
There was a problem hiding this comment.
Why do we need this here? It feel duplicated with https://github.com/DataRecce/recce-team/blob/main/recce-team/context/product/terminology.md and https://github.com/DataRecce/recce-team/blob/main/recce-team/context/product/recce-context.md
Summary
.claude/skills/recce-docs-guide.md— a local skill that handles writing, editing, and reviewing documentation with MkDocs-specific conventionsCLAUDE.md— refresh file structure table and add Plugin Dependency section forrecce-teamplugin.gitignore— ignore.claude/superpowers/and.claude/settings.local.jsonrecce-team:writing-contentstandards to MCP Server and Claude Plugin pages (PR docs: Update MCP Server and Claude Plugin pages for new tools #93 review)Resolves GTM-536
Design
The skill layers on top of the
recce-team:writing-contentplugin:claude/files kept: Writing principles (ICP definitions, audience strategy), terminology (confusion analysis, clarification patterns), and knowledge base (site map) contain unique docs-specific content not in the pluginThe skill auto-triggers on any work in
docs/,mkdocs.yml, orclaude/and routes to:PR #93 content review
Applied
recce-team:writing-contentskill as a test case for the new docs guide. Changes tomcp-server.mdandclaude-plugin.md:Test plan
.claude/skills/recce-docs-guide.mdis detected as a skill in Claude Codedocs/recce-teamis not installedmkdocs buildpasses with MCP/Claude Plugin page changes🤖 Generated with Claude Code