skills/generate-claude-md/SKILL.md
Generate or update a CLAUDE.md file for the current project. Triggers on: "generate CLAUDE.md", "create CLAUDE.md", "init claude", "update CLAUDE.md", or "document this project for Claude Code".
npx skillsauth add tibelf/ai_project_init generate-claude-mdInstall 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.
Analyze the current project and generate a comprehensive CLAUDE.md file.
Detect project type by examining:
Gather project information:
Generate CLAUDE.md following this structure:
Quality rules:
Write the generated content to ./CLAUDE.md. If one already exists, show a diff first and ask for confirmation before overwriting.
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
Guide for integrating Google OAuth login into Supabase + React projects. Use when user asks to add Google login, integrate Gmail account sign-in, implement Supabase Google OAuth, use supabase signInWithOAuth, add Google login button, set up Auth Provider, create login dialog, or implement auth-gating. Covers Google Cloud Console setup, Supabase provider configuration, React Auth Hook pattern, LoginPromptDialog, and route protection.
tools
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.