Generate a project wiki from your codebase. Use when creating documentation.
Skills in this repository
johnalbertini14-glitch/openclaw-skills - Page 138
SkillsMP has collected 5,799 skills from johnalbertini14-glitch/openclaw-skills. Open a skill to review its source and details.
johnalbertini14-glitch/openclaw-skillsShowing 40 of 5,799 collected skills.
Add dark mode support to components. Use when implementing dark theme.
Generate tailored cover letters with AI. Use when applying for jobs.
Generate codemods for large-scale code changes. Use when refactoring patterns across many files.
Fix Core Web Vitals issues with AI guidance. Use when your Lighthouse scores are bad.
Generate changelogs from git history. Use when you need release notes fast.
Get AI-powered caching strategy suggestions for your API. Use when performance matters.
Generate database backup scripts with AI. Use when you need automated backups to S3, GCS, or local storage.
Generate Architecture Decision Records with AI. Use when documenting technical decisions.
Set up structured logging for any framework. Use when configuring logging.
Generate Mermaid diagrams from your codebase. Use when you need architecture visualizations.
Generate optimal tsconfig.json for your project type. Use when setting up TypeScript.
Generate file upload handling code. Use when building upload features with S3, local storage, or cloud providers.
Generate Cloudflare Workers configuration and code. Use when building on the edge.
Generate BullMQ job queue setup and workers. Use when implementing background jobs.
Generate nginx configs from plain English. Use when you need reverse proxy, SSL, or load balancing setup.
Generate WebSocket handlers with Socket.io. Use when building real-time features.
Generate .gitignore by analyzing your project. Use when setting up a new repo.
Generate GitHub Actions workflows from plain English. Use when setting up CI.
Convert REST API routes to a GraphQL schema. Use when migrating APIs or adding a GraphQL layer.
Set up git hooks tailored to your project. Use when adding pre-commit hooks.
Generate CORS configuration for your stack. Use when cross-origin requests are blocked.
Name your git stashes meaningfully using AI. Use when you want to find your stashes later.
Generate rate limiting configurations using AI. Use when protecting APIs from abuse.
Generate error handling middleware for any framework. Use when setting up API error handling.
Generate webhook handlers with retry logic using AI. Use when integrating Stripe, GitHub, or any webhook provider.
Generate OpenAPI specs from Express routes. Use when documenting APIs.
Generate Express middleware from plain English. Use when building API middleware.
AI suggests routes and data to prefetch for better UX. Use when optimizing navigation performance.
Identify components that should be lazy loaded using AI. Use when optimizing bundle size and initial load.
Generate semantic version bumps and git tags from commit history. Use when preparing a release.
Get AI-powered image optimization suggestions. Use when images are slowing your site.
Generate descriptive git branch names from plain English. Use when you need a branch name that follows conventions.
Generate ESLint config from your codebase patterns. Use when setting up linting.
Fix Core Web Vitals issues with AI guidance. Use when your Lighthouse scores need improvement.
Add meaningful inline comments to complex code. Use when documentation is lacking.
Generate Zod and Yup validation schemas from TypeScript types. Use when you need runtime validation that matches your types.
Generate form components with validation. Use when building forms.
Generate Storybook stories from React components. Use when documenting components or setting up a design system.
Generate a complete design system from brand colors using AI. Use when starting a new project or standardizing colors.