mirror of
https://github.com/LeoYeAI/openclaw-master-skills.git
synced 2026-07-27 20:58:41 +00:00
Skills added: - AI Tools (9): pdf, docx, xlsx, pptx, skill-creator, brand-guidelines, webapp-testing, canvas-design, mcp-builder (from anthropics/skills) - Productivity (5): brainstorming, systematic-debugging, test-driven-development, writing-plans, executing-plans (from obra/superpowers) - Marketing (3): seo-audit, copywriting, content-strategy (from coreyhaines31/marketingskills) - Frontend (2): vercel-react-best-practices, web-design-guidelines (from vercel-labs/agent-skills) - Database (1): supabase-postgres-best-practices (from supabase/agent-skills) Also reorganized openclaw-guardian into skills/openclaw-guardian/ subdirectory
16 lines
921 B
JSON
16 lines
921 B
JSON
{
|
|
"version": "1.0.0",
|
|
"organization": "Vercel Engineering",
|
|
"date": "January 2026",
|
|
"abstract": "Comprehensive performance optimization guide for React and Next.js applications, designed for AI agents and LLMs. Contains 40+ rules across 8 categories, prioritized by impact from critical (eliminating waterfalls, reducing bundle size) to incremental (advanced patterns). Each rule includes detailed explanations, real-world examples comparing incorrect vs. correct implementations, and specific impact metrics to guide automated refactoring and code generation.",
|
|
"references": [
|
|
"https://react.dev",
|
|
"https://nextjs.org",
|
|
"https://swr.vercel.app",
|
|
"https://github.com/shuding/better-all",
|
|
"https://github.com/isaacs/node-lru-cache",
|
|
"https://vercel.com/blog/how-we-optimized-package-imports-in-next-js",
|
|
"https://vercel.com/blog/how-we-made-the-vercel-dashboard-twice-as-fast"
|
|
]
|
|
}
|