Antigravity Workflows offers community-driven automation and reusable prompts for AI coding assistants, enhancing productivity for developers. Similar to Claude Skills, it streamlines coding tasks and integrates seamlessly with popular tools.
claude install harikrishna8121999/antigravity-workflowsAntigravity Workflows offers community-driven automation and reusable prompts for AI coding assistants, enhancing productivity for developers. Similar to Claude Skills, it streamlines coding tasks and integrates seamlessly with popular tools.
Automate repetitive coding tasks
Create reusable prompts for AI coding assistants
Integrate workflows within VS Code
Enhance developer productivity with community-driven tools
claude install harikrishna8121999/antigravity-workflowsgit clone https://github.com/harikrishna8121999/antigravity-workflowsCopy 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.
Generate a Python script to [TASK] using [LIBRARY]. The script should include error handling and logging. Use the following code structure: [STRUCTURE]. Make sure it follows PEP 8 guidelines and is well-commented.
# Python Script for Data Analysis
# Task: Analyze sales data and generate a summary report
# Library: pandas, matplotlib
import pandas as pd
import matplotlib.pyplot as plt
# Load the dataset
try:
df = pd.read_csv('sales_data.csv')
except FileNotFoundError:
print("Error: File not found.")
exit()
# Data Cleaning
# Remove rows with missing values
df.dropna(inplace=True)
# Data Analysis
# Group by product category and calculate total sales
sales_summary = df.groupby('ProductCategory')['Sales'].sum()
# Generate a bar plot
plt.figure(figsize=(10, 6))
sales_summary.plot(kind='bar', color='skyblue')
plt.title('Total Sales by Product Category')
plt.xlabel('Product Category')
plt.ylabel('Total Sales')
plt.xticks(rotation=45)
plt.tight_layout()
plt.savefig('sales_summary.png')
# Save the summary to a CSV file
sales_summary.to_csv('sales_summary.csv')
print("Data analysis completed successfully.")Organize browser tabs for better productivity
AI assistant built for thoughtful, nuanced conversation
Create and collaborate on interactive animations with powerful, user-friendly tools.
Gain insights into SaaS spending with real-time analytics and budget forecasting tools.
Automate your browser workflows effortlessly
Fast, flexible flat-file CMS for modern websites