Web Interface Guidelines
द्वारा Vercel
UI कोड की समीक्षा करें ताकि वेब इंटरफ़ेस दिशानिर्देशों का अनुपालन सुनिश्चित हो सके। इसका उपयोग तब करें जब "मेरे UI की समीक्षा करें", "पहुँच-योग्यता जाँचें", "डिज़ाइन का ऑडिट करें", "UX की समीक्षा करें", या "सर्वोत्तम प्रथाओं के अनुसार मेरी साइट जाँचें" के लिए कहा जाए।
npx skills add https://github.com/vercel-labs/agent-skills --skill web-design-guidelinesWeb Interface Guidelines
Review files for compliance with Web Interface Guidelines.
How It Works
- Fetch the latest guidelines from the source URL below
- Read the specified files (or prompt user for files/pattern)
- Check against all rules in the fetched guidelines
- Output findings in the terse
file:lineformat
Guidelines Source
Fetch fresh guidelines before each review:
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
Usage
When a user provides a file or pattern argument:
- Fetch guidelines from the source URL above
- Read the specified files
- Apply all rules from the fetched guidelines
- Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.
Vercel की और Skills
React Best Practices
Vercel
React और Next.js प्रदर्शन अनुकूलन दिशानिर्देश Vercel Engineering से। इस कौशल का उपयोग React/Next.js कोड लिखने, समीक्षा करने या रीफैक्टर करते समय किया जाना चाहिए ताकि इष्टतम प्रदर्शन पैटर्न सुनिश्चित हो सके। React कंपोनेंट्स, Next.js पेजेस, डेटा फेचिंग, बंडल ऑप्टिमाइजेशन या प्रदर्शन सुधारों से जुड़े कार्यों पर ट्रिगर होता है।
developmentfeatured
Vercel Deploy
Vercel
Vercel पर एप्लिकेशन और वेबसाइट डिप्लॉय करें। इस स्किल का उपयोग तब करें जब उपयोगकर्ता डिप्लॉयमेंट कार्रवाइयों का अनुरोध करे जैसे "मेरा ऐप डिप्लॉय करें", "इसे प्रोडक्शन में डिप्लॉय करें", "प्रीव्यू डिप्लॉयमेंट बनाएं", "डिप्लॉय करें और लिंक दें", या "इसे लाइव करें"। कोई प्रमाणीकरण आवश्यक नहीं - प्रीव्यू URL और दावा करने योग्य डिप्लॉयमेंट लिंक लौटाता है।
development
Agent Browser
Vercel
वेब परीक्षण, फॉर्म भरना, स्क्रीनशॉट और डेटा निष्कर्षण के लिए ब्राउज़र इंटरैक्शन को स्वचालित करता है।
browser-automationofficial