.claude/skills/document-admin-guide/SKILL.md
Create user-friendly documentation for admin staff and business users. Use when documenting admin features, creating user guides, or writing non-technical how-to guides for Humberto and parts counter staff.
npx skillsauth add amak07/acr-automotive document-admin-guideInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create documentation for non-technical users (Humberto, parts counter staff) who need to use the admin interface without coding knowledge.
When documenting admin features:
templates/admin-how-to.md/docs/admin-guide/[task-name].mdBefore writing ANY documentation, review ../DOCUMENTATION_PRINCIPLES.md for:
These principles override any template suggestions that conflict with them.
Note: Admin guides target non-technical users, so adapt principles accordingly (e.g., avoid file paths, use plain language).
| Instead of... | Write... | | -------------------------- | ----------------------- | | "Navigate to the endpoint" | "Go to the page" | | "Submit the form" | "Click the Save button" | | "The API returns..." | "You'll see..." | | "Configure the settings" | "Change the options" | | "Execute the action" | "Click the button" | | "Authenticate" | "Log in" | | "Query the database" | "Search for" |
Use the template at: .claude/skills/document-admin-guide/templates/admin-how-to.md
docs/admin-guide/
├── index.md # Overview of admin features
├── getting-started.md # First-time setup for admins
├── managing-parts.md # Adding, editing, deleting parts
├── importing-data.md # Excel import guide
├── managing-images.md # Part images and 360° views
└── site-settings.md # Configuring site options
Note: Troubleshooting content should be documented under docs/operations/troubleshooting.mdx.
Before completing:
/docs/admin-guide/managing-parts.md/docs/admin-guide/importing-data.md/docs/admin-guide/site-settings.mddevelopment
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
development
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
data-ai
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.