.claude/skills/document-feature/SKILL.md
Generate standardized feature documentation using Good Docs templates. Use when documenting a feature, creating feature docs, or writing technical documentation for a specific capability.
npx skillsauth add amak07/acr-automotive document-featureInstall 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.
This skill supports three documentation types. When creating a NEW document, ask the user which type they need:
| Type | Template | Purpose | Audience |
| ------------- | ------------------------ | ------------------------------------- | ---------- |
| Tutorial | templates/tutorial.md | Learning-focused, step-by-step guide | Beginners |
| How-To | templates/how-to.md | Task-focused, solve specific problems | Developers |
| Reference | templates/reference.md | Technical specs, API docs | Developers |
Note: For admin/non-technical users, use the
document-admin-guideskill instead.
Before writing ANY documentation, review ../DOCUMENTATION_PRINCIPLES.md for:
These principles override any template suggestions that conflict with them.
When documenting a feature:
templates/ folder/docs/architecture/decisions/ related to this feature| Doc Type | Output Path |
| --------- | ----------------------------------------- |
| Tutorial | /docs/getting-started/[feature-name].md |
| How-To | /docs/developer-guide/[task-name].md |
| Reference | /docs/architecture/[component-name].md |
All templates are located in .claude/skills/document-feature/templates/:
Before completing:
development
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.