Discover the ultimate collection of 200+ high-performance agentic skills tailored for Claude Code, Antigravity, and Cursor. These battle-tested skills include official offerings from Anthropic and Vercel, ensuring top-notch performance for AI agents.
claude install sickn33/antigravity-awesome-skillshttps://github.com/sickn33/antigravity-awesome-skills
["1. **Identify Your Application Type and Framework**: Determine the type of application you want to deploy (e.g., static site, multi-tenant SaaS, microfrontends) and the framework you will use (e.g., Next.js, React, Vue).","2. **Set Up Your Git Repository**: Initialize a new Git repository for your project and push your code to a Git hosting service like GitHub, GitLab, or Bitbucket.","3. **Install Vercel CLI**: Install the Vercel CLI by running `npm install -g vercel` in your terminal. This will allow you to deploy your application directly from the command line.","4. **Configure vercel.json**: Create a `vercel.json` file in the root of your project and configure it according to your application's requirements. This file specifies the build settings and routing rules for your application.","5. **Deploy Your Application**: Run `vercel` in your terminal and follow the prompts to link your project to your Vercel account and deploy your application. Ensure that you enable automatic preview environments and incremental static regeneration in the Vercel dashboard."]
Automate repetitive coding tasks to save time and reduce errors.
Enhance security auditing processes by integrating automated vulnerability scanning.
Implement advanced React patterns to improve application performance and maintainability.
Streamline development workflows by automating deployment and CI/CD processes.
claude install sickn33/antigravity-awesome-skillsgit clone https://github.com/sickn33/antigravity-awesome-skillsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Deploy a [TYPE] application on Vercel using the [FRAMEWORK] framework. Ensure the deployment includes [SPECIFIC_FEATURES] such as automatic preview environments and incremental static regeneration. Provide step-by-step instructions for setting up the Git repository and configuring the vercel.json file.
To deploy a Next.js application on Vercel with automatic preview environments and incremental static regeneration, follow these steps:
1. **Set Up Your Git Repository**: Initialize a new Git repository for your Next.js project and push your code to a GitHub, GitLab, or Bitbucket repository.
2. **Install Vercel CLI**: Install the Vercel CLI by running `npm install -g vercel` in your terminal.
3. **Configure vercel.json**: Create a `vercel.json` file in the root of your project with the following configuration:
```json
{
"version": 2,
"builds": [
{
"src": "next.config.js",
"use": "@vercel/next"
}
],
"routes": [
{
"src": "/(.*)",
"dest": "/index.html"
}
]
}
```
4. **Deploy Your Application**: Run `vercel` in your terminal. Follow the prompts to link your project to your Vercel account and deploy your application.
5. **Enable Automatic Preview Environments**: In the Vercel dashboard, navigate to your project settings and enable automatic preview environments for each Git push.
6. **Configure Incremental Static Regeneration**: Add the following code to your `next.config.js` file to enable incremental static regeneration:
```javascript
module.exports = {
images: {
domains: ['example.com'],
},
reactStrictMode: true,
swcMinify: true,
experimental: {
incrementalStaticRegeneration: true,
},
}
```
Your Next.js application is now deployed on Vercel with automatic preview environments and incremental static regeneration enabled.Leverage AI for efficient document review and comprehensive e-discovery solutions.
We create engaging workshops for companies and private events centred around plants, flowers and all things botanical.
AI-first code editor
AI assistant built for thoughtful, nuanced conversation
Frontend cloud platform for deploying web applications
Fast, flexible flat-file CMS for modern websites
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan