Code Generation Skills.
Discover 50 Code Generation Skills that ship production-ready code across languages and frameworks.
Explore more categories:
Deprecation and Migration
Addy Osmani
Retire legacy systems safely, guide migrations with less risk, and reduce the long-term cost of carrying outdated code paths.
Log In
Debugging and Error Recovery
Addy Osmani
Troubleshoot failures with a systematic root-cause workflow that improves recovery speed and reduces repeated production mistakes.
Log In
Documentation and ADRs
Addy Osmani
Capture architectural decisions, API changes, and feature context so teams can understand not just what changed but why.
Log In
Code Review and Quality
Addy Osmani
Run structured multi-axis code review across correctness, readability, architecture, security, and performance before changes merge.
Log In
Source-Driven Development
Addy Osmani
Build with official documentation and source-backed patterns so implementation decisions stay current, auditable, and reliable.
Log In
Performance Optimization
Addy Osmani
Improve application speed with a measure-first workflow for bottlenecks, regressions, and Core Web Vitals problems.
Log In
Browser Testing with DevTools
Addy Osmani
Debug and validate browser behavior with live DOM inspection, console logs, network traces, and runtime performance checks.
Log In
CI/CD and Automation
Addy Osmani
Set up reliable build, test, and deployment pipelines with quality gates, safer release flows, and stronger feedback loops.
Log In
API and Interface Design
Addy Osmani
Design stable APIs, module contracts, and interface boundaries that are well-documented, hard to misuse, and easier to evolve safely.
Log In
Security and Hardening
Addy Osmani
Harden applications against common vulnerabilities across auth, input handling, secrets, storage, and third-party integrations.
Log In
Clerk Vue Patterns
Clerk
Add Clerk authentication to Vue apps with composables, route protection, and Vue-first auth flow patterns.
Log In
Clerk Next.js Patterns
Clerk
Implement Clerk auth cleanly in Next.js with middleware, Server Actions, route protection, and user-aware caching patterns.